Uses of Class
com.oracle.bmc.core.requests.ListInstancePoolsRequest
-
Packages that use ListInstancePoolsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListInstancePoolsRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListInstancePoolsRequest Modifier and Type Method Description ListInstancePoolsResponse
ComputeManagement. listInstancePools(ListInstancePoolsRequest request)
Lists the instance pools in the specified compartment.Future<ListInstancePoolsResponse>
ComputeManagementAsync. listInstancePools(ListInstancePoolsRequest request, AsyncHandler<ListInstancePoolsRequest,ListInstancePoolsResponse> handler)
Lists the instance pools in the specified compartment.Future<ListInstancePoolsResponse>
ComputeManagementAsyncClient. listInstancePools(ListInstancePoolsRequest request, AsyncHandler<ListInstancePoolsRequest,ListInstancePoolsResponse> handler)
ListInstancePoolsResponse
ComputeManagementClient. listInstancePools(ListInstancePoolsRequest request)
Iterable<InstancePoolSummary>
ComputeManagementPaginators. listInstancePoolsRecordIterator(ListInstancePoolsRequest request)
Creates a new iterable which will iterate over theInstancePoolSummary
objects contained in responses from the listInstancePools operation.Iterable<ListInstancePoolsResponse>
ComputeManagementPaginators. listInstancePoolsResponseIterator(ListInstancePoolsRequest request)
Creates a new iterable which will iterate over the responses received from the listInstancePools operation.Method parameters in com.oracle.bmc.core with type arguments of type ListInstancePoolsRequest Modifier and Type Method Description Future<ListInstancePoolsResponse>
ComputeManagementAsync. listInstancePools(ListInstancePoolsRequest request, AsyncHandler<ListInstancePoolsRequest,ListInstancePoolsResponse> handler)
Lists the instance pools in the specified compartment.Future<ListInstancePoolsResponse>
ComputeManagementAsyncClient. listInstancePools(ListInstancePoolsRequest request, AsyncHandler<ListInstancePoolsRequest,ListInstancePoolsResponse> handler)
-
Uses of ListInstancePoolsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListInstancePoolsRequest Modifier and Type Method Description ListInstancePoolsRequest
ListInstancePoolsRequest.Builder. build()
Build the instance of ListInstancePoolsRequest as configured by this builderListInstancePoolsRequest
ListInstancePoolsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInstancePoolsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListInstancePoolsRequest Modifier and Type Method Description ListInstancePoolsRequest.Builder
ListInstancePoolsRequest.Builder. copy(ListInstancePoolsRequest o)
Copy method to populate the builder with values from the given instance.
-