Uses of Class
software.amazon.awssdk.services.cloudtrail.model.ResourceTag
-
Packages that use ResourceTag Package Description software.amazon.awssdk.services.cloudtrail.model software.amazon.awssdk.services.cloudtrail.paginators -
-
Uses of ResourceTag in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>ListTagsResponse. resourceTagList()A list of resource tags.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type ResourceTag Modifier and Type Method Description ListTagsResponse.BuilderListTagsResponse.Builder. resourceTagList(ResourceTag... resourceTagList)A list of resource tags.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type ResourceTag Modifier and Type Method Description ListTagsResponse.BuilderListTagsResponse.Builder. resourceTagList(Collection<ResourceTag> resourceTagList)A list of resource tags. -
Uses of ResourceTag in software.amazon.awssdk.services.cloudtrail.paginators
Methods in software.amazon.awssdk.services.cloudtrail.paginators that return types with arguments of type ResourceTag Modifier and Type Method Description SdkIterable<ResourceTag>ListTagsIterable. resourceTagList()Returns an iterable to iterate through the paginatedListTagsResponse.resourceTagList()member.SdkPublisher<ResourceTag>ListTagsPublisher. resourceTagList()Returns a publisher that can be used to get a stream of data.
-