| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
An array of tags associated with the resource.
|
List<Tag> |
TagResourceRequest.tags()
The list of tags to add to a resource.
|
List<Tag> |
CreateActivityRequest.tags()
The list of tags to add to a resource.
|
List<Tag> |
CreateStateMachineRequest.tags()
Tags to be added when creating a state machine.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
An array of tags associated with the resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The list of tags to add to a resource.
|
CreateActivityRequest.Builder |
CreateActivityRequest.Builder.tags(Tag... tags)
The list of tags to add to a resource.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.tags(Tag... tags)
Tags to be added when creating a state machine.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
An array of tags associated with the resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The list of tags to add to a resource.
|
CreateActivityRequest.Builder |
CreateActivityRequest.Builder.tags(Collection<Tag> tags)
The list of tags to add to a resource.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.tags(Collection<Tag> tags)
Tags to be added when creating a state machine.
|
Copyright © 2022. All rights reserved.