| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdbelastic |
The new Amazon Elastic DocumentDB service endpoint.
|
| software.amazon.awssdk.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
default GetClusterSnapshotResponse |
DocDbElasticClient.getClusterSnapshot(Consumer<GetClusterSnapshotRequest.Builder> getClusterSnapshotRequest)
Returns information about a specific Elastic DocumentDB snapshot
|
default CompletableFuture<GetClusterSnapshotResponse> |
DocDbElasticAsyncClient.getClusterSnapshot(Consumer<GetClusterSnapshotRequest.Builder> getClusterSnapshotRequest)
Returns information about a specific Elastic DocumentDB snapshot
|
| Modifier and Type | Method and Description |
|---|---|
static GetClusterSnapshotRequest.Builder |
GetClusterSnapshotRequest.builder() |
GetClusterSnapshotRequest.Builder |
GetClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetClusterSnapshotRequest.Builder |
GetClusterSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetClusterSnapshotRequest.Builder |
GetClusterSnapshotRequest.Builder.snapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot.
|
GetClusterSnapshotRequest.Builder |
GetClusterSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetClusterSnapshotRequest.Builder> |
GetClusterSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.