| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateTrailRequest.tagsList()
Returns the value of the TagsList property for this object.
|
List<Tag> |
ResourceTag.tagsList()
A list of tags.
|
List<Tag> |
AddTagsRequest.tagsList()
Contains a list of CloudTrail tags, up to a limit of 50
|
List<Tag> |
RemoveTagsRequest.tagsList()
Specifies a list of tags to be removed.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTrailRequest.Builder |
CreateTrailRequest.Builder.tagsList(Tag... tagsList)
Sets the value of the TagsList property for this object.
|
ResourceTag.Builder |
ResourceTag.Builder.tagsList(Tag... tagsList)
A list of tags.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tagsList(Tag... tagsList)
Contains a list of CloudTrail tags, up to a limit of 50
|
RemoveTagsRequest.Builder |
RemoveTagsRequest.Builder.tagsList(Tag... tagsList)
Specifies a list of tags to be removed.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTrailRequest.Builder |
CreateTrailRequest.Builder.tagsList(Collection<Tag> tagsList)
Sets the value of the TagsList property for this object.
|
ResourceTag.Builder |
ResourceTag.Builder.tagsList(Collection<Tag> tagsList)
A list of tags.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tagsList(Collection<Tag> tagsList)
Contains a list of CloudTrail tags, up to a limit of 50
|
RemoveTagsRequest.Builder |
RemoveTagsRequest.Builder.tagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.
|
Copyright © 2021. All rights reserved.