| Package | Description |
|---|---|
| com.amazonaws.services.stepfunctions.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of a tag.
|
Tag |
Tag.withValue(String value)
The value of a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The list of tags to add to a resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
An array of tags associated with the resource.
|
List<Tag> |
CreateActivityRequest.getTags()
The list of tags to add to a resource.
|
List<Tag> |
CreateStateMachineRequest.getTags()
Tags to be added when creating a state machine.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The list of tags to add to a resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array of tags associated with the resource.
|
CreateActivityRequest |
CreateActivityRequest.withTags(Tag... tags)
The list of tags to add to a resource.
|
CreateStateMachineRequest |
CreateStateMachineRequest.withTags(Tag... tags)
Tags to be added when creating a state machine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The list of tags to add to a resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
An array of tags associated with the resource.
|
void |
CreateActivityRequest.setTags(Collection<Tag> tags)
The list of tags to add to a resource.
|
void |
CreateStateMachineRequest.setTags(Collection<Tag> tags)
Tags to be added when creating a state machine.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The list of tags to add to a resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array of tags associated with the resource.
|
CreateActivityRequest |
CreateActivityRequest.withTags(Collection<Tag> tags)
The list of tags to add to a resource.
|
CreateStateMachineRequest |
CreateStateMachineRequest.withTags(Collection<Tag> tags)
Tags to be added when creating a state machine.
|
Copyright © 2022. All rights reserved.