Uses of Class
com.oracle.bmc.core.responses.GetVolumeAttachmentResponse
-
Packages that use GetVolumeAttachmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetVolumeAttachmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetVolumeAttachmentResponse Modifier and Type Method Description GetVolumeAttachmentResponse
Compute. getVolumeAttachment(GetVolumeAttachmentRequest request)
Gets information about the specified volume attachment.GetVolumeAttachmentResponse
ComputeClient. getVolumeAttachment(GetVolumeAttachmentRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetVolumeAttachmentResponse Modifier and Type Method Description Future<GetVolumeAttachmentResponse>
ComputeAsync. getVolumeAttachment(GetVolumeAttachmentRequest request, AsyncHandler<GetVolumeAttachmentRequest,GetVolumeAttachmentResponse> handler)
Gets information about the specified volume attachment.Future<GetVolumeAttachmentResponse>
ComputeAsyncClient. getVolumeAttachment(GetVolumeAttachmentRequest request, AsyncHandler<GetVolumeAttachmentRequest,GetVolumeAttachmentResponse> handler)
-
Uses of GetVolumeAttachmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetVolumeAttachmentResponse Modifier and Type Method Description GetVolumeAttachmentResponse
GetVolumeAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetVolumeAttachmentResponse Modifier and Type Method Description GetVolumeAttachmentResponse.Builder
GetVolumeAttachmentResponse.Builder. copy(GetVolumeAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-