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