Uses of Class
com.oracle.bmc.core.requests.GetBootVolumeAttachmentRequest
-
Packages that use GetBootVolumeAttachmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetBootVolumeAttachmentRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type GetBootVolumeAttachmentRequest 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 GetBootVolumeAttachmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetBootVolumeAttachmentRequest Modifier and Type Method Description GetBootVolumeAttachmentRequest
GetBootVolumeAttachmentRequest.Builder. build()
Build the instance of GetBootVolumeAttachmentRequest as configured by this builderGetBootVolumeAttachmentRequest
GetBootVolumeAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBootVolumeAttachmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetBootVolumeAttachmentRequest Modifier and Type Method Description GetBootVolumeAttachmentRequest.Builder
GetBootVolumeAttachmentRequest.Builder. copy(GetBootVolumeAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-