Uses of Class
com.oracle.bmc.core.responses.GetInstancePoolResponse
-
Packages that use GetInstancePoolResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetInstancePoolResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetInstancePoolResponse Modifier and Type Method Description GetInstancePoolResponse
ComputeManagement. getInstancePool(GetInstancePoolRequest request)
Gets the specified instance poolGetInstancePoolResponse
ComputeManagementClient. getInstancePool(GetInstancePoolRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetInstancePoolResponse Modifier and Type Method Description Future<GetInstancePoolResponse>
ComputeManagementAsync. getInstancePool(GetInstancePoolRequest request, AsyncHandler<GetInstancePoolRequest,GetInstancePoolResponse> handler)
Gets the specified instance poolFuture<GetInstancePoolResponse>
ComputeManagementAsyncClient. getInstancePool(GetInstancePoolRequest request, AsyncHandler<GetInstancePoolRequest,GetInstancePoolResponse> handler)
-
Uses of GetInstancePoolResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetInstancePoolResponse Modifier and Type Method Description GetInstancePoolResponse
GetInstancePoolResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetInstancePoolResponse Modifier and Type Method Description GetInstancePoolResponse.Builder
GetInstancePoolResponse.Builder. copy(GetInstancePoolResponse o)
Copy method to populate the builder with values from the given instance.
-