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 with parameters of type AttachVolumeRequest Modifier and Type Method Description AttachVolumeResponse
Compute. attachVolume(AttachVolumeRequest request)
Attaches the specified storage volume to the specified instance.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)
AttachVolumeResponse
ComputeClient. attachVolume(AttachVolumeRequest request)
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 AttachVolumeRequest
AttachVolumeRequest.Builder. build()
Build the instance of AttachVolumeRequest as configured by this builderAttachVolumeRequest
AttachVolumeRequest.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.Builder
AttachVolumeRequest.Builder. copy(AttachVolumeRequest o)
Copy method to populate the builder with values from the given instance.
-