| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| software.amazon.awssdk.services.elasticache.paginators | |
| software.amazon.awssdk.services.elasticache.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
ElastiCacheClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns information about cluster or replication group snapshots.
|
default CompletableFuture<DescribeSnapshotsResponse> |
ElastiCacheAsyncClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns information about cluster or replication group snapshots.
|
default DescribeSnapshotsIterable |
ElastiCacheClient.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns information about cluster or replication group snapshots.
|
default DescribeSnapshotsPublisher |
ElastiCacheAsyncClient.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns information about cluster or replication group snapshots.
|
| Constructor and Description |
|---|
DescribeSnapshotsIterable(ElastiCacheClient client,
DescribeSnapshotsRequest firstRequest) |
DescribeSnapshotsPublisher(ElastiCacheAsyncClient client,
DescribeSnapshotsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |
Copyright © 2023. All rights reserved.