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