Uses of Interface
software.amazon.awssdk.services.docdbelastic.model.GetClusterSnapshotRequest.Builder
-
Packages that use GetClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters software.amazon.awssdk.services.docdbelastic.model -
-
Uses of GetClusterSnapshotRequest.Builder in software.amazon.awssdk.services.docdbelastic
Method parameters in software.amazon.awssdk.services.docdbelastic with type arguments of type GetClusterSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<GetClusterSnapshotResponse>DocDbElasticAsyncClient. getClusterSnapshot(Consumer<GetClusterSnapshotRequest.Builder> getClusterSnapshotRequest)Returns information about a specific elastic cluster snapshotdefault GetClusterSnapshotResponseDocDbElasticClient. getClusterSnapshot(Consumer<GetClusterSnapshotRequest.Builder> getClusterSnapshotRequest)Returns information about a specific elastic cluster snapshot -
Uses of GetClusterSnapshotRequest.Builder in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return GetClusterSnapshotRequest.Builder Modifier and Type Method Description static GetClusterSnapshotRequest.BuilderGetClusterSnapshotRequest. builder()GetClusterSnapshotRequest.BuilderGetClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetClusterSnapshotRequest.BuilderGetClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetClusterSnapshotRequest.BuilderGetClusterSnapshotRequest.Builder. snapshotArn(String snapshotArn)The ARN identifier of the elastic cluster snapshot.GetClusterSnapshotRequest.BuilderGetClusterSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type GetClusterSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends GetClusterSnapshotRequest.Builder>GetClusterSnapshotRequest. serializableBuilderClass()
-