| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterHistory |
ParameterHistory.clone() |
ParameterHistory |
ParameterHistory.withAllowedPattern(String allowedPattern)
Parameter names can include the following letters and symbols.
|
ParameterHistory |
ParameterHistory.withDescription(String description)
Information about the parameter.
|
ParameterHistory |
ParameterHistory.withKeyId(String keyId)
The ID of the query key used for this parameter.
|
ParameterHistory |
ParameterHistory.withLabels(Collection<String> labels)
Labels assigned to the parameter version.
|
ParameterHistory |
ParameterHistory.withLabels(String... labels)
Labels assigned to the parameter version.
|
ParameterHistory |
ParameterHistory.withLastModifiedDate(Date lastModifiedDate)
Date the parameter was last changed or updated.
|
ParameterHistory |
ParameterHistory.withLastModifiedUser(String lastModifiedUser)
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
|
ParameterHistory |
ParameterHistory.withName(String name)
The name of the parameter.
|
ParameterHistory |
ParameterHistory.withType(ParameterType type)
The type of parameter used.
|
ParameterHistory |
ParameterHistory.withType(String type)
The type of parameter used.
|
ParameterHistory |
ParameterHistory.withValue(String value)
The parameter value.
|
ParameterHistory |
ParameterHistory.withVersion(Long version)
The parameter version.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterHistory> |
GetParameterHistoryResult.getParameters()
A list of parameters returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
GetParameterHistoryResult |
GetParameterHistoryResult.withParameters(ParameterHistory... parameters)
A list of parameters returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetParameterHistoryResult.setParameters(Collection<ParameterHistory> parameters)
A list of parameters returned by the request.
|
GetParameterHistoryResult |
GetParameterHistoryResult.withParameters(Collection<ParameterHistory> parameters)
A list of parameters returned by the request.
|
Copyright © 2018. All rights reserved.