Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ListClusterSnapshotsResponse
-
Packages that use ListClusterSnapshotsResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters 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 snapshots for a specified elastic cluster.default ListClusterSnapshotsResponseDocDbElasticClient. listClusterSnapshots(ListClusterSnapshotsRequest listClusterSnapshotsRequest)Returns information about snapshots for a specified elastic 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 snapshots for a specified elastic cluster.default CompletableFuture<ListClusterSnapshotsResponse>DocDbElasticAsyncClient. listClusterSnapshots(ListClusterSnapshotsRequest listClusterSnapshotsRequest)Returns information about snapshots for a specified elastic 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)
-