Uses of Class
software.amazon.awssdk.services.elasticache.model.CreateServerlessCacheSnapshotRequest
-
Packages that use CreateServerlessCacheSnapshotRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of CreateServerlessCacheSnapshotRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type CreateServerlessCacheSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateServerlessCacheSnapshotResponse>ElastiCacheAsyncClient. createServerlessCacheSnapshot(CreateServerlessCacheSnapshotRequest createServerlessCacheSnapshotRequest)This API creates a copy of an entire ServerlessCache at a specific moment in time.default CreateServerlessCacheSnapshotResponseElastiCacheClient. createServerlessCacheSnapshot(CreateServerlessCacheSnapshotRequest createServerlessCacheSnapshotRequest)This API creates a copy of an entire ServerlessCache at a specific moment in time. -
Uses of CreateServerlessCacheSnapshotRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type CreateServerlessCacheSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateServerlessCacheSnapshotRequestMarshaller. marshall(CreateServerlessCacheSnapshotRequest createServerlessCacheSnapshotRequest)
-