Uses of Class
com.oracle.bmc.filestorage.responses.ListReplicationsResponse
-
Packages that use ListReplicationsResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ListReplicationsResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ListReplicationsResponse Modifier and Type Method Description ListReplicationsResponse
FileStorage. listReplications(ListReplicationsRequest request)
Lists the replication resources in the specified compartment.ListReplicationsResponse
FileStorageClient. listReplications(ListReplicationsRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ListReplicationsResponse Modifier and Type Method Description Future<ListReplicationsResponse>
FileStorageAsync. listReplications(ListReplicationsRequest request, AsyncHandler<ListReplicationsRequest,ListReplicationsResponse> handler)
Lists the replication resources in the specified compartment.Future<ListReplicationsResponse>
FileStorageAsyncClient. listReplications(ListReplicationsRequest request, AsyncHandler<ListReplicationsRequest,ListReplicationsResponse> handler)
Iterable<ListReplicationsResponse>
FileStoragePaginators. listReplicationsResponseIterator(ListReplicationsRequest request)
Creates a new iterable which will iterate over the responses received from the listReplications operation.Method parameters in com.oracle.bmc.filestorage with type arguments of type ListReplicationsResponse Modifier and Type Method Description Future<ListReplicationsResponse>
FileStorageAsync. listReplications(ListReplicationsRequest request, AsyncHandler<ListReplicationsRequest,ListReplicationsResponse> handler)
Lists the replication resources in the specified compartment.Future<ListReplicationsResponse>
FileStorageAsyncClient. listReplications(ListReplicationsRequest request, AsyncHandler<ListReplicationsRequest,ListReplicationsResponse> handler)
-
Uses of ListReplicationsResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ListReplicationsResponse Modifier and Type Method Description ListReplicationsResponse
ListReplicationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ListReplicationsResponse Modifier and Type Method Description ListReplicationsResponse.Builder
ListReplicationsResponse.Builder. copy(ListReplicationsResponse o)
Copy method to populate the builder with values from the given instance.
-