Uses of Class
software.amazon.awssdk.services.cloudtrail.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of Tag in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateChannelRequest. tags()Returns the value of the Tags property for this object.List<Tag>CreateChannelResponse. tags()Returns the value of the Tags property for this object.List<Tag>AddTagsRequest. tagsList()Contains a list of tags, up to a limit of 50List<Tag>CreateEventDataStoreRequest. tagsList()Returns the value of the TagsList property for this object.List<Tag>CreateEventDataStoreResponse. tagsList()Returns the value of the TagsList property for this object.List<Tag>CreateTrailRequest. tagsList()Returns the value of the TagsList property for this object.List<Tag>RemoveTagsRequest. tagsList()Specifies a list of tags to be removed.List<Tag>ResourceTag. tagsList()A list of tags.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type Tag Modifier and Type Method Description CreateChannelRequest.BuilderCreateChannelRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.CreateChannelResponse.BuilderCreateChannelResponse.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.AddTagsRequest.BuilderAddTagsRequest.Builder. tagsList(Tag... tagsList)Contains a list of tags, up to a limit of 50CreateEventDataStoreRequest.BuilderCreateEventDataStoreRequest.Builder. tagsList(Tag... tagsList)Sets the value of the TagsList property for this object.CreateEventDataStoreResponse.BuilderCreateEventDataStoreResponse.Builder. tagsList(Tag... tagsList)Sets the value of the TagsList property for this object.CreateTrailRequest.BuilderCreateTrailRequest.Builder. tagsList(Tag... tagsList)Sets the value of the TagsList property for this object.RemoveTagsRequest.BuilderRemoveTagsRequest.Builder. tagsList(Tag... tagsList)Specifies a list of tags to be removed.ResourceTag.BuilderResourceTag.Builder. tagsList(Tag... tagsList)A list of tags.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type Tag Modifier and Type Method Description CreateChannelRequest.BuilderCreateChannelRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.CreateChannelResponse.BuilderCreateChannelResponse.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.AddTagsRequest.BuilderAddTagsRequest.Builder. tagsList(Collection<Tag> tagsList)Contains a list of tags, up to a limit of 50CreateEventDataStoreRequest.BuilderCreateEventDataStoreRequest.Builder. tagsList(Collection<Tag> tagsList)Sets the value of the TagsList property for this object.CreateEventDataStoreResponse.BuilderCreateEventDataStoreResponse.Builder. tagsList(Collection<Tag> tagsList)Sets the value of the TagsList property for this object.CreateTrailRequest.BuilderCreateTrailRequest.Builder. tagsList(Collection<Tag> tagsList)Sets the value of the TagsList property for this object.RemoveTagsRequest.BuilderRemoveTagsRequest.Builder. tagsList(Collection<Tag> tagsList)Specifies a list of tags to be removed.ResourceTag.BuilderResourceTag.Builder. tagsList(Collection<Tag> tagsList)A list of tags.
-