| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotTierStatusResponse |
Ec2Client.describeSnapshotTierStatus(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
|
default DescribeSnapshotTierStatusResponse |
Ec2Client.describeSnapshotTierStatus(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSnapshotTierStatusResponse> |
Ec2AsyncClient.describeSnapshotTierStatus(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
|
default CompletableFuture<DescribeSnapshotTierStatusResponse> |
Ec2AsyncClient.describeSnapshotTierStatus(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSnapshotTierStatusResponse> |
DescribeSnapshotTierStatusIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotTierStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotTierStatusResponse> subscriber) |
Copyright © 2023. All rights reserved.