| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTag |
ResourceTag.clone() |
ResourceTag |
ResourceTag.withResourceId(String resourceId)
Specifies the ARN of the resource.
|
ResourceTag |
ResourceTag.withTagsList(Collection<Tag> tagsList)
A list of tags.
|
ResourceTag |
ResourceTag.withTagsList(Tag... tagsList)
A list of tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTag> |
ListTagsResult.getResourceTagList()
A list of resource tags.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
ListTagsResult.withResourceTagList(ResourceTag... resourceTagList)
A list of resource tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsResult.setResourceTagList(Collection<ResourceTag> resourceTagList)
A list of resource tags.
|
ListTagsResult |
ListTagsResult.withResourceTagList(Collection<ResourceTag> resourceTagList)
A list of resource tags.
|
Copyright © 2023. All rights reserved.