Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusResponse
Packages that use DescribeSnapshotTierStatusResponse
Package
Description
-
Uses of DescribeSnapshotTierStatusResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeSnapshotTierStatusResponseModifier and TypeMethodDescriptionEc2Client.describeSnapshotTierStatus(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest) Describes the storage tier status of one or more Amazon EBS snapshots.Ec2Client.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 DescribeSnapshotTierStatusResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeSnapshotTierStatus(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest) Describes the storage tier status of one or more Amazon EBS snapshots.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 DescribeSnapshotTierStatusResponseMethod parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeSnapshotTierStatusResponseModifier and TypeMethodDescriptionvoidDescribeSnapshotTierStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotTierStatusResponse> subscriber)