Uses of Interface
software.amazon.awssdk.services.elasticache.model.CopyServerlessCacheSnapshotRequest.Builder
-
Packages that use CopyServerlessCacheSnapshotRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of CopyServerlessCacheSnapshotRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type CopyServerlessCacheSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CopyServerlessCacheSnapshotResponse>ElastiCacheAsyncClient. copyServerlessCacheSnapshot(Consumer<CopyServerlessCacheSnapshotRequest.Builder> copyServerlessCacheSnapshotRequest)Creates a copy of an existing serverless cache’s snapshot.default CopyServerlessCacheSnapshotResponseElastiCacheClient. copyServerlessCacheSnapshot(Consumer<CopyServerlessCacheSnapshotRequest.Builder> copyServerlessCacheSnapshotRequest)Creates a copy of an existing serverless cache’s snapshot. -
Uses of CopyServerlessCacheSnapshotRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CopyServerlessCacheSnapshotRequest.Builder Modifier and Type Method Description static CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest. builder()CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. kmsKeyId(String kmsKeyId)The identifier of the KMS key used to encrypt the target snapshot.CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. sourceServerlessCacheSnapshotName(String sourceServerlessCacheSnapshotName)The identifier of the existing serverless cache’s snapshot to be copied.CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to the target snapshot resource.CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tags to be added to the target snapshot resource.CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. tags(Tag... tags)A list of tags to be added to the target snapshot resource.CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. targetServerlessCacheSnapshotName(String targetServerlessCacheSnapshotName)The identifier for the snapshot to be created.CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CopyServerlessCacheSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CopyServerlessCacheSnapshotRequest.Builder>CopyServerlessCacheSnapshotRequest. serializableBuilderClass()
-