Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Tag> tags)
This specifies the tags applied to resources in the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Collection<Tag> tags)
This specifies the tags applied to resources in the environment.
|
Copyright © 2018. All rights reserved.