Uses of Class
software.amazon.awssdk.services.elasticache.model.DescribeSnapshotsResponse
-
Packages that use DescribeSnapshotsResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.paginators -
-
Uses of DescribeSnapshotsResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DescribeSnapshotsResponse Modifier and Type Method Description default DescribeSnapshotsResponseElastiCacheClient. describeSnapshots()Returns information about cluster or replication group snapshots.default DescribeSnapshotsResponseElastiCacheClient. describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Returns information about cluster or replication group snapshots.default DescribeSnapshotsResponseElastiCacheClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)Returns information about cluster or replication group snapshots.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type DescribeSnapshotsResponse Modifier and Type Method Description default CompletableFuture<DescribeSnapshotsResponse>ElastiCacheAsyncClient. describeSnapshots()Returns information about cluster or replication group snapshots.default CompletableFuture<DescribeSnapshotsResponse>ElastiCacheAsyncClient. describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Returns information about cluster or replication group snapshots.default CompletableFuture<DescribeSnapshotsResponse>ElastiCacheAsyncClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)Returns information about cluster or replication group snapshots. -
Uses of DescribeSnapshotsResponse in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type DescribeSnapshotsResponse Modifier and Type Method Description Iterator<DescribeSnapshotsResponse>DescribeSnapshotsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticache.paginators with type arguments of type DescribeSnapshotsResponse Modifier and Type Method Description voidDescribeSnapshotsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotsResponse> subscriber)
-