Uses of Class
software.amazon.awssdk.services.docdbelastic.model.GetClusterSnapshotResponse
-
Packages that use GetClusterSnapshotResponse Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint. -
-
Uses of GetClusterSnapshotResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return GetClusterSnapshotResponse Modifier and Type Method Description default GetClusterSnapshotResponseDocDbElasticClient. getClusterSnapshot(Consumer<GetClusterSnapshotRequest.Builder> getClusterSnapshotRequest)Returns information about a specific Elastic DocumentDB snapshotdefault GetClusterSnapshotResponseDocDbElasticClient. getClusterSnapshot(GetClusterSnapshotRequest getClusterSnapshotRequest)Returns information about a specific Elastic DocumentDB snapshotMethods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type GetClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<GetClusterSnapshotResponse>DocDbElasticAsyncClient. getClusterSnapshot(Consumer<GetClusterSnapshotRequest.Builder> getClusterSnapshotRequest)Returns information about a specific Elastic DocumentDB snapshotdefault CompletableFuture<GetClusterSnapshotResponse>DocDbElasticAsyncClient. getClusterSnapshot(GetClusterSnapshotRequest getClusterSnapshotRequest)Returns information about a specific Elastic DocumentDB snapshot
-