| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the resource tag.
|
Tag |
Tag.withValue(String value)
The value of the resource tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTags()
An array of resource tags with detail data.
|
List<Tag> |
CreateEnvironmentRequest.getTags()
Create tags for your environment.
|
List<Tag> |
CreateServiceTemplateVersionRequest.getTags()
Create tags for a new version of a service template.
|
List<Tag> |
CreateServiceRequest.getTags()
Create tags for your service.
|
List<Tag> |
CreateEnvironmentTemplateVersionRequest.getTags()
Create tags for a new version of an environment template.
|
List<Tag> |
TagResourceRequest.getTags()
An array of resource tags to apply to a resource.
|
List<Tag> |
CreateEnvironmentTemplateRequest.getTags()
Create tags for your environment template.
|
List<Tag> |
CreateServiceTemplateRequest.getTags()
Create tags for your service template.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array of resource tags with detail data.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Tag... tags)
Create tags for your environment.
|
CreateServiceTemplateVersionRequest |
CreateServiceTemplateVersionRequest.withTags(Tag... tags)
Create tags for a new version of a service template.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Tag... tags)
Create tags for your service.
|
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.withTags(Tag... tags)
Create tags for a new version of an environment template.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
An array of resource tags to apply to a resource.
|
CreateEnvironmentTemplateRequest |
CreateEnvironmentTemplateRequest.withTags(Tag... tags)
Create tags for your environment template.
|
CreateServiceTemplateRequest |
CreateServiceTemplateRequest.withTags(Tag... tags)
Create tags for your service template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
An array of resource tags with detail data.
|
void |
CreateEnvironmentRequest.setTags(Collection<Tag> tags)
Create tags for your environment.
|
void |
CreateServiceTemplateVersionRequest.setTags(Collection<Tag> tags)
Create tags for a new version of a service template.
|
void |
CreateServiceRequest.setTags(Collection<Tag> tags)
Create tags for your service.
|
void |
CreateEnvironmentTemplateVersionRequest.setTags(Collection<Tag> tags)
Create tags for a new version of an environment template.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
An array of resource tags to apply to a resource.
|
void |
CreateEnvironmentTemplateRequest.setTags(Collection<Tag> tags)
Create tags for your environment template.
|
void |
CreateServiceTemplateRequest.setTags(Collection<Tag> tags)
Create tags for your service template.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array of resource tags with detail data.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Collection<Tag> tags)
Create tags for your environment.
|
CreateServiceTemplateVersionRequest |
CreateServiceTemplateVersionRequest.withTags(Collection<Tag> tags)
Create tags for a new version of a service template.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Collection<Tag> tags)
Create tags for your service.
|
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.withTags(Collection<Tag> tags)
Create tags for a new version of an environment template.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
An array of resource tags to apply to a resource.
|
CreateEnvironmentTemplateRequest |
CreateEnvironmentTemplateRequest.withTags(Collection<Tag> tags)
Create tags for your environment template.
|
CreateServiceTemplateRequest |
CreateServiceTemplateRequest.withTags(Collection<Tag> tags)
Create tags for your service template.
|
Copyright © 2021. All rights reserved.