Uses of Class
software.amazon.awssdk.services.elasticache.model.DescribeServerlessCacheSnapshotsResponse
-
Packages that use DescribeServerlessCacheSnapshotsResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.paginators -
-
Uses of DescribeServerlessCacheSnapshotsResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DescribeServerlessCacheSnapshotsResponse Modifier and Type Method Description default DescribeServerlessCacheSnapshotsResponseElastiCacheClient. describeServerlessCacheSnapshots(Consumer<DescribeServerlessCacheSnapshotsRequest.Builder> describeServerlessCacheSnapshotsRequest)Returns information about serverless cache snapshots.default DescribeServerlessCacheSnapshotsResponseElastiCacheClient. describeServerlessCacheSnapshots(DescribeServerlessCacheSnapshotsRequest describeServerlessCacheSnapshotsRequest)Returns information about serverless cache snapshots.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type DescribeServerlessCacheSnapshotsResponse Modifier and Type Method Description default CompletableFuture<DescribeServerlessCacheSnapshotsResponse>ElastiCacheAsyncClient. describeServerlessCacheSnapshots(Consumer<DescribeServerlessCacheSnapshotsRequest.Builder> describeServerlessCacheSnapshotsRequest)Returns information about serverless cache snapshots.default CompletableFuture<DescribeServerlessCacheSnapshotsResponse>ElastiCacheAsyncClient. describeServerlessCacheSnapshots(DescribeServerlessCacheSnapshotsRequest describeServerlessCacheSnapshotsRequest)Returns information about serverless cache snapshots. -
Uses of DescribeServerlessCacheSnapshotsResponse in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type DescribeServerlessCacheSnapshotsResponse Modifier and Type Method Description Iterator<DescribeServerlessCacheSnapshotsResponse>DescribeServerlessCacheSnapshotsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticache.paginators with type arguments of type DescribeServerlessCacheSnapshotsResponse Modifier and Type Method Description voidDescribeServerlessCacheSnapshotsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeServerlessCacheSnapshotsResponse> subscriber)
-