Uses of Class
software.amazon.awssdk.services.docdbelastic.model.GetClusterSnapshotResponse
-
Packages that use GetClusterSnapshotResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters -
-
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 cluster snapshotdefault GetClusterSnapshotResponseDocDbElasticClient. getClusterSnapshot(GetClusterSnapshotRequest getClusterSnapshotRequest)Returns information about a specific elastic cluster 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 cluster snapshotdefault CompletableFuture<GetClusterSnapshotResponse>DocDbElasticAsyncClient. getClusterSnapshot(GetClusterSnapshotRequest getClusterSnapshotRequest)Returns information about a specific elastic cluster snapshot
-