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 AttachInstancePoolInstanceResponseComputeManagement. attachInstancePoolInstance(AttachInstancePoolInstanceRequest request)Attaches an instance to an instance pool.AttachInstancePoolInstanceResponseComputeManagementClient. 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 AttachInstancePoolInstanceResponseAttachInstancePoolInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type AttachInstancePoolInstanceResponse Modifier and Type Method Description AttachInstancePoolInstanceResponse.BuilderAttachInstancePoolInstanceResponse.Builder. copy(AttachInstancePoolInstanceResponse o)Copy method to populate the builder with values from the given instance.
-