Uses of Class
com.oracle.bmc.core.responses.ListInstancePoolsResponse
-
Packages that use ListInstancePoolsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListInstancePoolsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListInstancePoolsResponse Modifier and Type Method Description ListInstancePoolsResponse
ComputeManagement. listInstancePools(ListInstancePoolsRequest request)
Lists the instance pools in the specified compartment.ListInstancePoolsResponse
ComputeManagementClient. listInstancePools(ListInstancePoolsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListInstancePoolsResponse 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)
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 ListInstancePoolsResponse 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 ListInstancePoolsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListInstancePoolsResponse Modifier and Type Method Description ListInstancePoolsResponse
ListInstancePoolsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListInstancePoolsResponse Modifier and Type Method Description ListInstancePoolsResponse.Builder
ListInstancePoolsResponse.Builder. copy(ListInstancePoolsResponse o)
Copy method to populate the builder with values from the given instance.
-