Uses of Class
software.amazon.awssdk.services.elasticache.model.CreateSnapshotResponse
-
Packages that use CreateSnapshotResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of CreateSnapshotResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return CreateSnapshotResponse Modifier and Type Method Description default CreateSnapshotResponseElastiCacheClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a copy of an entire cluster or replication group at a specific moment in time.default CreateSnapshotResponseElastiCacheClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a copy of an entire cluster or replication group at a specific moment in time.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type CreateSnapshotResponse 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 CompletableFuture<CreateSnapshotResponse>ElastiCacheAsyncClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a copy of an entire cluster or replication group at a specific moment in time.
-