Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ListClusterSnapshotsRequest
-
Packages that use ListClusterSnapshotsRequest Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint.software.amazon.awssdk.services.docdbelastic.paginators software.amazon.awssdk.services.docdbelastic.transform -
-
Uses of ListClusterSnapshotsRequest in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic with parameters of type ListClusterSnapshotsRequest Modifier and Type Method Description default CompletableFuture<ListClusterSnapshotsResponse>DocDbElasticAsyncClient. listClusterSnapshots(ListClusterSnapshotsRequest listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster.default ListClusterSnapshotsResponseDocDbElasticClient. listClusterSnapshots(ListClusterSnapshotsRequest listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster.default ListClusterSnapshotsPublisherDocDbElasticAsyncClient. listClusterSnapshotsPaginator(ListClusterSnapshotsRequest listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster.default ListClusterSnapshotsIterableDocDbElasticClient. listClusterSnapshotsPaginator(ListClusterSnapshotsRequest listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster. -
Uses of ListClusterSnapshotsRequest in software.amazon.awssdk.services.docdbelastic.paginators
Constructors in software.amazon.awssdk.services.docdbelastic.paginators with parameters of type ListClusterSnapshotsRequest Constructor Description ListClusterSnapshotsIterable(DocDbElasticClient client, ListClusterSnapshotsRequest firstRequest)ListClusterSnapshotsPublisher(DocDbElasticAsyncClient client, ListClusterSnapshotsRequest firstRequest) -
Uses of ListClusterSnapshotsRequest in software.amazon.awssdk.services.docdbelastic.transform
Methods in software.amazon.awssdk.services.docdbelastic.transform with parameters of type ListClusterSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestListClusterSnapshotsRequestMarshaller. marshall(ListClusterSnapshotsRequest listClusterSnapshotsRequest)
-