Uses of Enum
software.amazon.awssdk.services.ec2.model.StorageTier
Packages that use StorageTier
-
Uses of StorageTier in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StorageTierModifier and TypeMethodDescriptionstatic StorageTierUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StorageTierCreateSnapshotResponse.storageTier()The storage tier in which the snapshot is stored.final StorageTierSnapshot.storageTier()The storage tier in which the snapshot is stored.final StorageTierSnapshotTierStatus.storageTier()The storage tier in which the snapshot is stored.static StorageTierReturns the enum constant of this type with the specified name.static StorageTier[]StorageTier.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StorageTierMethods in software.amazon.awssdk.services.ec2.model with parameters of type StorageTierModifier and TypeMethodDescriptionCreateSnapshotResponse.Builder.storageTier(StorageTier storageTier) The storage tier in which the snapshot is stored.Snapshot.Builder.storageTier(StorageTier storageTier) The storage tier in which the snapshot is stored.SnapshotTierStatus.Builder.storageTier(StorageTier storageTier) The storage tier in which the snapshot is stored.