| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTag |
ResourceTag.clone() |
ResourceTag |
ResourceTag.withKey(String key)
The key of a tag.
|
ResourceTag |
ResourceTag.withValue(String value)
The value of a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTag> |
TagResourceRequest.getTags()
The list of tags to add to a domain.
|
List<ResourceTag> |
RegisterDomainRequest.getTags()
Tags to be added when registering a domain.
|
List<ResourceTag> |
ListTagsForResourceOutput.getTags()
An array of tags associated with the domain.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(ResourceTag... tags)
The list of tags to add to a domain.
|
RegisterDomainRequest |
RegisterDomainRequest.withTags(ResourceTag... tags)
Tags to be added when registering a domain.
|
ListTagsForResourceOutput |
ListTagsForResourceOutput.withTags(ResourceTag... tags)
An array of tags associated with the domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<ResourceTag> tags)
The list of tags to add to a domain.
|
void |
RegisterDomainRequest.setTags(Collection<ResourceTag> tags)
Tags to be added when registering a domain.
|
void |
ListTagsForResourceOutput.setTags(Collection<ResourceTag> tags)
An array of tags associated with the domain.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<ResourceTag> tags)
The list of tags to add to a domain.
|
RegisterDomainRequest |
RegisterDomainRequest.withTags(Collection<ResourceTag> tags)
Tags to be added when registering a domain.
|
ListTagsForResourceOutput |
ListTagsForResourceOutput.withTags(Collection<ResourceTag> tags)
An array of tags associated with the domain.
|
Copyright © 2023. All rights reserved.