Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
ListVolumeAttachmentsResponse |
ComputeClient.listVolumeAttachments(ListVolumeAttachmentsRequest request) |
ListVolumeAttachmentsResponse |
Compute.listVolumeAttachments(ListVolumeAttachmentsRequest request)
Lists the volume attachments in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
Future<ListVolumeAttachmentsResponse> |
ComputeAsync.listVolumeAttachments(ListVolumeAttachmentsRequest request,
AsyncHandler<ListVolumeAttachmentsRequest,ListVolumeAttachmentsResponse> handler)
Lists the volume attachments in the specified compartment.
|
Future<ListVolumeAttachmentsResponse> |
ComputeAsyncClient.listVolumeAttachments(ListVolumeAttachmentsRequest request,
AsyncHandler<ListVolumeAttachmentsRequest,ListVolumeAttachmentsResponse> handler) |
Iterable<ListVolumeAttachmentsResponse> |
ComputePaginators.listVolumeAttachmentsResponseIterator(ListVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the
listVolumeAttachments operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListVolumeAttachmentsResponse> |
ComputeAsync.listVolumeAttachments(ListVolumeAttachmentsRequest request,
AsyncHandler<ListVolumeAttachmentsRequest,ListVolumeAttachmentsResponse> handler)
Lists the volume attachments in the specified compartment.
|
Future<ListVolumeAttachmentsResponse> |
ComputeAsyncClient.listVolumeAttachments(ListVolumeAttachmentsRequest request,
AsyncHandler<ListVolumeAttachmentsRequest,ListVolumeAttachmentsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListVolumeAttachmentsResponse |
ListVolumeAttachmentsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListVolumeAttachmentsResponse.Builder |
ListVolumeAttachmentsResponse.Builder.copy(ListVolumeAttachmentsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.