Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.ConfigurationTag
-
Packages that use ConfigurationTag Package Description software.amazon.awssdk.services.applicationdiscovery.model software.amazon.awssdk.services.applicationdiscovery.paginators -
-
Uses of ConfigurationTag in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type ConfigurationTag Modifier and Type Method Description List<ConfigurationTag>DescribeTagsResponse. tags()Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type ConfigurationTag Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tags(ConfigurationTag... tags)Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type ConfigurationTag Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tags(Collection<ConfigurationTag> tags)Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item. -
Uses of ConfigurationTag in software.amazon.awssdk.services.applicationdiscovery.paginators
Methods in software.amazon.awssdk.services.applicationdiscovery.paginators that return types with arguments of type ConfigurationTag Modifier and Type Method Description SdkIterable<ConfigurationTag>DescribeTagsIterable. tags()Returns an iterable to iterate through the paginatedDescribeTagsResponse.tags()member.SdkPublisher<ConfigurationTag>DescribeTagsPublisher. tags()Returns a publisher that can be used to get a stream of data.
-