Uses of Class
com.oracle.bmc.core.responses.ListVolumeAttachmentsResponse
-
Packages that use ListVolumeAttachmentsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListVolumeAttachmentsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListVolumeAttachmentsResponse Modifier and Type Method Description ListVolumeAttachmentsResponseCompute. listVolumeAttachments(ListVolumeAttachmentsRequest request)Lists the volume attachments in the specified compartment.ListVolumeAttachmentsResponseComputeClient. listVolumeAttachments(ListVolumeAttachmentsRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ListVolumeAttachmentsResponse Modifier and Type Method 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.Method parameters in com.oracle.bmc.core with type arguments of type ListVolumeAttachmentsResponse Modifier and Type Method 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) -
Uses of ListVolumeAttachmentsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListVolumeAttachmentsResponse Modifier and Type Method Description ListVolumeAttachmentsResponseListVolumeAttachmentsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListVolumeAttachmentsResponse Modifier and Type Method Description ListVolumeAttachmentsResponse.BuilderListVolumeAttachmentsResponse.Builder. copy(ListVolumeAttachmentsResponse o)Copy method to populate the builder with values from the given instance.
-