Uses of Class
com.oracle.bmc.core.responses.AttachVolumeResponse
-
Packages that use AttachVolumeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of AttachVolumeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return AttachVolumeResponse Modifier and Type Method Description AttachVolumeResponseCompute. attachVolume(AttachVolumeRequest request)Attaches the specified storage volume to the specified instance.AttachVolumeResponseComputeClient. attachVolume(AttachVolumeRequest request)Methods in com.oracle.bmc.core that return types with arguments of type AttachVolumeResponse 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)Method parameters in com.oracle.bmc.core with type arguments of type AttachVolumeResponse 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 AttachVolumeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return AttachVolumeResponse Modifier and Type Method Description AttachVolumeResponseAttachVolumeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type AttachVolumeResponse Modifier and Type Method Description AttachVolumeResponse.BuilderAttachVolumeResponse.Builder. copy(AttachVolumeResponse o)Copy method to populate the builder with values from the given instance.
-