Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
CreateEnvironmentRequest.tags
This specifies the tags applied to resources in the environment.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key of the tag.
|
Tag |
Tag.withValue(java.lang.String value)
The value of the tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
CreateEnvironmentRequest.getTags()
This specifies the tags applied to resources in the environment.
|
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Tag... tags)
This specifies the tags applied to resources in the environment.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateEnvironmentRequest.setTags(java.util.Collection<Tag> tags)
This specifies the tags applied to resources in the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(java.util.Collection<Tag> tags)
This specifies the tags applied to resources in the environment.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |