Uses of Interface
software.amazon.awssdk.services.elasticache.model.CreateSnapshotRequest.Builder
-
Packages that use CreateSnapshotRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description 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.default CreateSnapshotResponseElastiCacheClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a copy of an entire cluster or replication group at a specific moment in time. -
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CreateSnapshotRequest.Builder Modifier and Type Method Description static CreateSnapshotRequest.BuilderCreateSnapshotRequest. builder()CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. cacheClusterId(String cacheClusterId)The identifier of an existing cluster.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. kmsKeyId(String kmsKeyId)The ID of the KMS key used to encrypt the snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. replicationGroupId(String replicationGroupId)The identifier of an existing replication group.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. snapshotName(String snapshotName)A name for the snapshot being created.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tags to be added to this resource.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateSnapshotRequest.BuilderCreateSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotRequest.Builder>CreateSnapshotRequest. serializableBuilderClass()
-