Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.StorageTier
Packages that use StorageTier
-
Uses of StorageTier in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.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 StorageTierGetStorageTierPolicyResponse.storageTier()The current storage tier for the account.final StorageTierPutStorageTierPolicyRequest.storageTier()The storage tier to set for the account.final StorageTierPutStorageTierPolicyResponse.storageTier()The storage tier that was set.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.cloudwatchlogs.model that return types with arguments of type StorageTierMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type StorageTierModifier and TypeMethodDescriptionGetStorageTierPolicyResponse.Builder.storageTier(StorageTier storageTier) The current storage tier for the account.PutStorageTierPolicyRequest.Builder.storageTier(StorageTier storageTier) The storage tier to set for the account.PutStorageTierPolicyResponse.Builder.storageTier(StorageTier storageTier) The storage tier that was set.