Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotTierStatus
-
Packages that use SnapshotTierStatus Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of SnapshotTierStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotTierStatus Modifier and Type Method Description List<SnapshotTierStatus>DescribeSnapshotTierStatusResponse. snapshotTierStatuses()Information about the snapshot's storage tier.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotTierStatus Modifier and Type Method Description DescribeSnapshotTierStatusResponse.BuilderDescribeSnapshotTierStatusResponse.Builder. snapshotTierStatuses(SnapshotTierStatus... snapshotTierStatuses)Information about the snapshot's storage tier.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotTierStatus Modifier and Type Method Description DescribeSnapshotTierStatusResponse.BuilderDescribeSnapshotTierStatusResponse.Builder. snapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses)Information about the snapshot's storage tier. -
Uses of SnapshotTierStatus in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SnapshotTierStatus Modifier and Type Method Description SdkIterable<SnapshotTierStatus>DescribeSnapshotTierStatusIterable. snapshotTierStatuses()Returns an iterable to iterate through the paginatedDescribeSnapshotTierStatusResponse.snapshotTierStatuses()member.SdkPublisher<SnapshotTierStatus>DescribeSnapshotTierStatusPublisher. snapshotTierStatuses()Returns a publisher that can be used to get a stream of data.
-