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