Uses of Class
com.oracle.bmc.core.requests.AttachVolumeRequest
-
Packages that use AttachVolumeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of AttachVolumeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type AttachVolumeRequest Modifier and Type Method Description Waiter<AttachVolumeRequest,AttachVolumeResponse>ComputeWaiters. forAttachVolume(AttachVolumeRequest request)Creates a newWaiterusing the default configuration.Waiter<AttachVolumeRequest,AttachVolumeResponse>ComputeWaiters. forAttachVolume(AttachVolumeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type AttachVolumeRequest Modifier and Type Method Description Future<AttachVolumeResponse>ComputeAsync. attachVolume(AttachVolumeRequest request, AsyncHandler<AttachVolumeRequest,AttachVolumeResponse> handler)Attaches the specified storage volume to the specified instance.Future<AttachVolumeResponse>ComputeAsyncClient. attachVolume(AttachVolumeRequest request, AsyncHandler<AttachVolumeRequest,AttachVolumeResponse> handler) -
Uses of AttachVolumeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return AttachVolumeRequest Modifier and Type Method Description AttachVolumeRequestAttachVolumeRequest.Builder. build()Build the instance of AttachVolumeRequest as configured by this builderAttachVolumeRequestAttachVolumeRequest.Builder. buildWithoutInvocationCallback()Build the instance of AttachVolumeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type AttachVolumeRequest Modifier and Type Method Description AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. copy(AttachVolumeRequest o)Copy method to populate the builder with values from the given instance.
-