Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ListClusterSnapshotsResponse
-
Packages that use ListClusterSnapshotsResponse Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint.software.amazon.awssdk.services.docdbelastic.paginators -
-
Uses of ListClusterSnapshotsResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return ListClusterSnapshotsResponse Modifier and Type Method Description default ListClusterSnapshotsResponseDocDbElasticClient. listClusterSnapshots(Consumer<ListClusterSnapshotsRequest.Builder> 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.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type ListClusterSnapshotsResponse Modifier and Type Method Description default CompletableFuture<ListClusterSnapshotsResponse>DocDbElasticAsyncClient. listClusterSnapshots(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster.default CompletableFuture<ListClusterSnapshotsResponse>DocDbElasticAsyncClient. listClusterSnapshots(ListClusterSnapshotsRequest listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster. -
Uses of ListClusterSnapshotsResponse in software.amazon.awssdk.services.docdbelastic.paginators
Methods in software.amazon.awssdk.services.docdbelastic.paginators that return types with arguments of type ListClusterSnapshotsResponse Modifier and Type Method Description Iterator<ListClusterSnapshotsResponse>ListClusterSnapshotsIterable. iterator()Method parameters in software.amazon.awssdk.services.docdbelastic.paginators with type arguments of type ListClusterSnapshotsResponse Modifier and Type Method Description voidListClusterSnapshotsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListClusterSnapshotsResponse> subscriber)
-