| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static ParameterTier |
ParameterTier.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ParameterTier |
PutParameterRequest.tier()
Parameter Store offers a standard tier and an advanced tier for parameters.
|
ParameterTier |
ParameterMetadata.tier()
The parameter tier.
|
ParameterTier |
ParameterHistory.tier()
The parameter tier.
|
static ParameterTier |
ParameterTier.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ParameterTier> |
ParameterTier.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutParameterRequest.Builder |
PutParameterRequest.Builder.tier(ParameterTier tier)
Parameter Store offers a standard tier and an advanced tier for parameters.
|
ParameterMetadata.Builder |
ParameterMetadata.Builder.tier(ParameterTier tier)
The parameter tier.
|
ParameterHistory.Builder |
ParameterHistory.Builder.tier(ParameterTier tier)
The parameter tier.
|
Copyright © 2019. All rights reserved.