Uses of Class
software.amazon.awssdk.services.redshift.model.TaggedResource
-
Packages that use TaggedResource Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of TaggedResource in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type TaggedResource Modifier and Type Method Description List<TaggedResource>DescribeTagsResponse. taggedResources()A list of tags with their associated resources.Methods in software.amazon.awssdk.services.redshift.model with parameters of type TaggedResource Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. taggedResources(TaggedResource... taggedResources)A list of tags with their associated resources.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type TaggedResource Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. taggedResources(Collection<TaggedResource> taggedResources)A list of tags with their associated resources. -
Uses of TaggedResource in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type TaggedResource Modifier and Type Method Description SdkIterable<TaggedResource>DescribeTagsIterable. taggedResources()Returns an iterable to iterate through the paginatedDescribeTagsResponse.taggedResources()member.SdkPublisher<TaggedResource>DescribeTagsPublisher. taggedResources()Returns a publisher that can be used to get a stream of data.
-