Uses of Enum
software.amazon.awssdk.services.ssm.model.ParameterTier
Packages that use ParameterTier
-
Uses of ParameterTier in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ParameterTierModifier and TypeMethodDescriptionstatic ParameterTierUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ParameterTierParameterHistory.tier()The parameter tier.final ParameterTierParameterMetadata.tier()The parameter tier.final ParameterTierPutParameterRequest.tier()The parameter tier to assign to a parameter.final ParameterTierPutParameterResponse.tier()The tier assigned to the parameter.static ParameterTierReturns the enum constant of this type with the specified name.static ParameterTier[]ParameterTier.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ParameterTierMethods in software.amazon.awssdk.services.ssm.model with parameters of type ParameterTierModifier and TypeMethodDescriptionParameterHistory.Builder.tier(ParameterTier tier) The parameter tier.ParameterMetadata.Builder.tier(ParameterTier tier) The parameter tier.PutParameterRequest.Builder.tier(ParameterTier tier) The parameter tier to assign to a parameter.PutParameterResponse.Builder.tier(ParameterTier tier) The tier assigned to the parameter.