Uses of Class
com.oracle.bmc.core.requests.AttachInstancePoolInstanceRequest
-
Packages that use AttachInstancePoolInstanceRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of AttachInstancePoolInstanceRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type AttachInstancePoolInstanceRequest Modifier and Type Method Description Waiter<AttachInstancePoolInstanceRequest,AttachInstancePoolInstanceResponse>
ComputeManagementWaiters. forAttachInstancePoolInstance(AttachInstancePoolInstanceRequest request)
Creates a newWaiter
using the default configuration.Waiter<AttachInstancePoolInstanceRequest,AttachInstancePoolInstanceResponse>
ComputeManagementWaiters. forAttachInstancePoolInstance(AttachInstancePoolInstanceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type AttachInstancePoolInstanceRequest 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 AttachInstancePoolInstanceRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return AttachInstancePoolInstanceRequest Modifier and Type Method Description AttachInstancePoolInstanceRequest
AttachInstancePoolInstanceRequest.Builder. build()
Build the instance of AttachInstancePoolInstanceRequest as configured by this builderAttachInstancePoolInstanceRequest
AttachInstancePoolInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachInstancePoolInstanceRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type AttachInstancePoolInstanceRequest Modifier and Type Method Description AttachInstancePoolInstanceRequest.Builder
AttachInstancePoolInstanceRequest.Builder. copy(AttachInstancePoolInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-