| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotResponse |
ElastiCacheClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a copy of an entire cluster or replication group at a specific moment in time.
|
default CompletableFuture<CreateSnapshotResponse> |
ElastiCacheAsyncClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a copy of an entire cluster or replication group at a specific moment in time.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotRequest.Builder |
CreateSnapshotRequest.builder() |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.cacheClusterId(String cacheClusterId)
The identifier of an existing cluster.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.kmsKeyId(String kmsKeyId)
The ID of the KMS key used to encrypt the snapshot.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.replicationGroupId(String replicationGroupId)
The identifier of an existing replication group.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.snapshotName(String snapshotName)
A name for the snapshot being created.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags to be added to this resource.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Tag... tags)
A list of tags to be added to this resource.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSnapshotRequest.Builder> |
CreateSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.