Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotTierStatus
Packages that use SnapshotTierStatus
Package
Description
-
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 SnapshotTierStatusModifier and TypeMethodDescriptionfinal List<SnapshotTierStatus>DescribeSnapshotTierStatusResponse.snapshotTierStatuses()Information about the snapshot's storage tier.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotTierStatusModifier and TypeMethodDescriptionDescribeSnapshotTierStatusResponse.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 SnapshotTierStatusModifier and TypeMethodDescriptionDescribeSnapshotTierStatusResponse.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 SnapshotTierStatusModifier and TypeMethodDescriptionfinal SdkIterable<SnapshotTierStatus>DescribeSnapshotTierStatusIterable.snapshotTierStatuses()Returns an iterable to iterate through the paginatedDescribeSnapshotTierStatusResponse.snapshotTierStatuses()member.final SdkPublisher<SnapshotTierStatus>DescribeSnapshotTierStatusPublisher.snapshotTierStatuses()Returns a publisher that can be used to get a stream of data.