Uses of Class
com.oracle.bmc.core.requests.ListBootVolumeAttachmentsRequest
-
Packages that use ListBootVolumeAttachmentsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListBootVolumeAttachmentsRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ListBootVolumeAttachmentsRequest Modifier and Type Method Description Future<ListBootVolumeAttachmentsResponse>
ComputeAsync. listBootVolumeAttachments(ListBootVolumeAttachmentsRequest request, AsyncHandler<ListBootVolumeAttachmentsRequest,ListBootVolumeAttachmentsResponse> handler)
Lists the boot volume attachments in the specified compartment.Future<ListBootVolumeAttachmentsResponse>
ComputeAsyncClient. listBootVolumeAttachments(ListBootVolumeAttachmentsRequest request, AsyncHandler<ListBootVolumeAttachmentsRequest,ListBootVolumeAttachmentsResponse> handler)
-
Uses of ListBootVolumeAttachmentsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListBootVolumeAttachmentsRequest Modifier and Type Method Description ListBootVolumeAttachmentsRequest
ListBootVolumeAttachmentsRequest.Builder. build()
Build the instance of ListBootVolumeAttachmentsRequest as configured by this builderListBootVolumeAttachmentsRequest
ListBootVolumeAttachmentsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListBootVolumeAttachmentsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListBootVolumeAttachmentsRequest Modifier and Type Method Description ListBootVolumeAttachmentsRequest.Builder
ListBootVolumeAttachmentsRequest.Builder. copy(ListBootVolumeAttachmentsRequest o)
Copy method to populate the builder with values from the given instance.
-