| 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()
Specifies the tags applied to resources in the environment.
|
List<Tag> |
CreateApplicationVersionRequest.tags()
Specifies the tags applied to the application version.
|
List<Tag> |
CreatePlatformVersionRequest.tags()
Specifies the tags applied to the new platform version.
|
List<Tag> |
CreateApplicationRequest.tags()
Specifies the tags applied to the application.
|
List<Tag> |
CreateConfigurationTemplateRequest.tags()
Specifies the tags applied to the configuration template.
|
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)
Specifies the tags applied to resources in the environment.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.tags(Tag... tags)
Specifies the tags applied to the application version.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.tags(Tag... tags)
Specifies the tags applied to the new platform version.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Tag... tags)
Specifies the tags applied to the application.
|
CreateConfigurationTemplateRequest.Builder |
CreateConfigurationTemplateRequest.Builder.tags(Tag... tags)
Specifies the tags applied to the configuration template.
|
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)
Specifies the tags applied to resources in the environment.
|
CreateApplicationVersionRequest.Builder |
CreateApplicationVersionRequest.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the application version.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the new platform version.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the application.
|
CreateConfigurationTemplateRequest.Builder |
CreateConfigurationTemplateRequest.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the configuration template.
|
UpdateTagsForResourceRequest.Builder |
UpdateTagsForResourceRequest.Builder.tagsToAdd(Collection<Tag> tagsToAdd)
A list of tags to add or update.
|
Copyright © 2019. All rights reserved.