Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusResponse
-
Packages that use DescribeSnapshotTierStatusResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeSnapshotTierStatusResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeSnapshotTierStatusResponse Modifier and Type Method Description default DescribeSnapshotTierStatusResponseEc2Client. describeSnapshotTierStatus(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest)Describes the storage tier status of one or more Amazon EBS snapshots.default DescribeSnapshotTierStatusResponseEc2Client. describeSnapshotTierStatus(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)Describes the storage tier status of one or more Amazon EBS snapshots.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeSnapshotTierStatusResponse Modifier and Type Method 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. -
Uses of DescribeSnapshotTierStatusResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeSnapshotTierStatusResponse Modifier and Type Method Description Iterator<DescribeSnapshotTierStatusResponse>DescribeSnapshotTierStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeSnapshotTierStatusResponse Modifier and Type Method Description voidDescribeSnapshotTierStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotTierStatusResponse> subscriber)
-