| 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> |
ListTagsForResourceResult.getResourceTags()
A list of tag key-value pairs.
|
List<Tag> |
CreateEnvironmentRequest.getTags()
Specifies the tags applied to resources in the environment.
|
List<Tag> |
CreateApplicationVersionRequest.getTags()
Specifies the tags applied to the application version.
|
List<Tag> |
CreateApplicationRequest.getTags()
Specifies the tags applied to the application.
|
List<Tag> |
CreateConfigurationTemplateRequest.getTags()
Specifies the tags applied to the configuration template.
|
List<Tag> |
CreatePlatformVersionRequest.getTags()
Specifies the tags applied to the new platform version.
|
List<Tag> |
UpdateTagsForResourceRequest.getTagsToAdd()
A list of tags to add or update.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(Tag... resourceTags)
A list of tag key-value pairs.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Tag... tags)
Specifies the tags applied to resources in the environment.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withTags(Tag... tags)
Specifies the tags applied to the application version.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Tag... tags)
Specifies the tags applied to the application.
|
CreateConfigurationTemplateRequest |
CreateConfigurationTemplateRequest.withTags(Tag... tags)
Specifies the tags applied to the configuration template.
|
CreatePlatformVersionRequest |
CreatePlatformVersionRequest.withTags(Tag... tags)
Specifies the tags applied to the new platform version.
|
UpdateTagsForResourceRequest |
UpdateTagsForResourceRequest.withTagsToAdd(Tag... tagsToAdd)
A list of tags to add or update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setResourceTags(Collection<Tag> resourceTags)
A list of tag key-value pairs.
|
void |
CreateEnvironmentRequest.setTags(Collection<Tag> tags)
Specifies the tags applied to resources in the environment.
|
void |
CreateApplicationVersionRequest.setTags(Collection<Tag> tags)
Specifies the tags applied to the application version.
|
void |
CreateApplicationRequest.setTags(Collection<Tag> tags)
Specifies the tags applied to the application.
|
void |
CreateConfigurationTemplateRequest.setTags(Collection<Tag> tags)
Specifies the tags applied to the configuration template.
|
void |
CreatePlatformVersionRequest.setTags(Collection<Tag> tags)
Specifies the tags applied to the new platform version.
|
void |
UpdateTagsForResourceRequest.setTagsToAdd(Collection<Tag> tagsToAdd)
A list of tags to add or update.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(Collection<Tag> resourceTags)
A list of tag key-value pairs.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Collection<Tag> tags)
Specifies the tags applied to resources in the environment.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withTags(Collection<Tag> tags)
Specifies the tags applied to the application version.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Collection<Tag> tags)
Specifies the tags applied to the application.
|
CreateConfigurationTemplateRequest |
CreateConfigurationTemplateRequest.withTags(Collection<Tag> tags)
Specifies the tags applied to the configuration template.
|
CreatePlatformVersionRequest |
CreatePlatformVersionRequest.withTags(Collection<Tag> tags)
Specifies the tags applied to the new platform version.
|
UpdateTagsForResourceRequest |
UpdateTagsForResourceRequest.withTagsToAdd(Collection<Tag> tagsToAdd)
A list of tags to add or update.
|
Copyright © 2024. All rights reserved.