| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTag> |
RegisterDomainRequest.tags()
Tags to be added when registering a domain.
|
List<ResourceTag> |
ListTagsForResourceResponse.tags()
An array of tags associated with the domain.
|
List<ResourceTag> |
TagResourceRequest.tags()
The list of tags to add to a domain.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterDomainRequest.Builder |
RegisterDomainRequest.Builder.tags(ResourceTag... tags)
Tags to be added when registering a domain.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(ResourceTag... tags)
An array of tags associated with the domain.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(ResourceTag... tags)
The list of tags to add to a domain.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterDomainRequest.Builder |
RegisterDomainRequest.Builder.tags(Collection<ResourceTag> tags)
Tags to be added when registering a domain.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<ResourceTag> tags)
An array of tags associated with the domain.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<ResourceTag> tags)
The list of tags to add to a domain.
|
Copyright © 2019. All rights reserved.