Uses of Class
software.amazon.awssdk.services.elasticache.model.CreateSnapshotRequest
-
Packages that use CreateSnapshotRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of CreateSnapshotRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type CreateSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>ElastiCacheAsyncClient. createSnapshot(CreateSnapshotRequest 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. -
Uses of CreateSnapshotRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type CreateSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateSnapshotRequestMarshaller. marshall(CreateSnapshotRequest createSnapshotRequest)
-