| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.resourceTags()
A list of tag key-value pairs.
|
List<Tag> |
CreateEnvironmentRequest.tags()
This specifies the tags applied to resources in the environment.
|
List<Tag> |
UpdateTagsForResourceRequest.tagsToAdd()
A list of tags to add or update.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.resourceTags(Tag... resourceTags)
A list of tag key-value pairs.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Tag... tags)
This specifies the tags applied to resources in the environment.
|
UpdateTagsForResourceRequest.Builder |
UpdateTagsForResourceRequest.Builder.tagsToAdd(Tag... tagsToAdd)
A list of tags to add or update.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.resourceTags(Collection<Tag> resourceTags)
A list of tag key-value pairs.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Collection<Tag> tags)
This specifies the tags applied to resources in the environment.
|
UpdateTagsForResourceRequest.Builder |
UpdateTagsForResourceRequest.Builder.tagsToAdd(Collection<Tag> tagsToAdd)
A list of tags to add or update.
|
Copyright © 2019. All rights reserved.