Uses of Class
software.amazon.awssdk.services.docdbelastic.model.GetClusterSnapshotRequest
-
Packages that use GetClusterSnapshotRequest Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters software.amazon.awssdk.services.docdbelastic.transform -
-
Uses of GetClusterSnapshotRequest in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic with parameters of type GetClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<GetClusterSnapshotResponse>DocDbElasticAsyncClient. getClusterSnapshot(GetClusterSnapshotRequest getClusterSnapshotRequest)Returns information about a specific elastic cluster snapshotdefault GetClusterSnapshotResponseDocDbElasticClient. getClusterSnapshot(GetClusterSnapshotRequest getClusterSnapshotRequest)Returns information about a specific elastic cluster snapshot -
Uses of GetClusterSnapshotRequest in software.amazon.awssdk.services.docdbelastic.transform
Methods in software.amazon.awssdk.services.docdbelastic.transform with parameters of type GetClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestGetClusterSnapshotRequestMarshaller. marshall(GetClusterSnapshotRequest getClusterSnapshotRequest)
-