Uses of Class
software.amazon.awssdk.services.elasticache.model.ExportServerlessCacheSnapshotResponse
-
Packages that use ExportServerlessCacheSnapshotResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of ExportServerlessCacheSnapshotResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return ExportServerlessCacheSnapshotResponse Modifier and Type Method Description default ExportServerlessCacheSnapshotResponse
ElastiCacheClient. exportServerlessCacheSnapshot(Consumer<ExportServerlessCacheSnapshotRequest.Builder> exportServerlessCacheSnapshotRequest)
Provides the functionality to export the serverless cache snapshot data to Amazon S3.default ExportServerlessCacheSnapshotResponse
ElastiCacheClient. exportServerlessCacheSnapshot(ExportServerlessCacheSnapshotRequest exportServerlessCacheSnapshotRequest)
Provides the functionality to export the serverless cache snapshot data to Amazon S3.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type ExportServerlessCacheSnapshotResponse Modifier and Type Method Description default CompletableFuture<ExportServerlessCacheSnapshotResponse>
ElastiCacheAsyncClient. exportServerlessCacheSnapshot(Consumer<ExportServerlessCacheSnapshotRequest.Builder> exportServerlessCacheSnapshotRequest)
Provides the functionality to export the serverless cache snapshot data to Amazon S3.default CompletableFuture<ExportServerlessCacheSnapshotResponse>
ElastiCacheAsyncClient. exportServerlessCacheSnapshot(ExportServerlessCacheSnapshotRequest exportServerlessCacheSnapshotRequest)
Provides the functionality to export the serverless cache snapshot data to Amazon S3.
-