Uses of Class
com.oracle.bmc.core.responses.ListBootVolumeReplicasResponse
-
Packages that use ListBootVolumeReplicasResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListBootVolumeReplicasResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListBootVolumeReplicasResponse Modifier and Type Method Description ListBootVolumeReplicasResponse
Blockstorage. listBootVolumeReplicas(ListBootVolumeReplicasRequest request)
Lists the boot volume replicas in the specified compartment and availability domain.ListBootVolumeReplicasResponse
BlockstorageClient. listBootVolumeReplicas(ListBootVolumeReplicasRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListBootVolumeReplicasResponse Modifier and Type Method Description Future<ListBootVolumeReplicasResponse>
BlockstorageAsync. listBootVolumeReplicas(ListBootVolumeReplicasRequest request, AsyncHandler<ListBootVolumeReplicasRequest,ListBootVolumeReplicasResponse> handler)
Lists the boot volume replicas in the specified compartment and availability domain.Future<ListBootVolumeReplicasResponse>
BlockstorageAsyncClient. listBootVolumeReplicas(ListBootVolumeReplicasRequest request, AsyncHandler<ListBootVolumeReplicasRequest,ListBootVolumeReplicasResponse> handler)
Iterable<ListBootVolumeReplicasResponse>
BlockstoragePaginators. listBootVolumeReplicasResponseIterator(ListBootVolumeReplicasRequest request)
Creates a new iterable which will iterate over the responses received from the listBootVolumeReplicas operation.Method parameters in com.oracle.bmc.core with type arguments of type ListBootVolumeReplicasResponse Modifier and Type Method Description Future<ListBootVolumeReplicasResponse>
BlockstorageAsync. listBootVolumeReplicas(ListBootVolumeReplicasRequest request, AsyncHandler<ListBootVolumeReplicasRequest,ListBootVolumeReplicasResponse> handler)
Lists the boot volume replicas in the specified compartment and availability domain.Future<ListBootVolumeReplicasResponse>
BlockstorageAsyncClient. listBootVolumeReplicas(ListBootVolumeReplicasRequest request, AsyncHandler<ListBootVolumeReplicasRequest,ListBootVolumeReplicasResponse> handler)
-
Uses of ListBootVolumeReplicasResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListBootVolumeReplicasResponse Modifier and Type Method Description ListBootVolumeReplicasResponse
ListBootVolumeReplicasResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListBootVolumeReplicasResponse Modifier and Type Method Description ListBootVolumeReplicasResponse.Builder
ListBootVolumeReplicasResponse.Builder. copy(ListBootVolumeReplicasResponse o)
Copy method to populate the builder with values from the given instance.
-