Uses of Class
software.amazon.awssdk.services.devopsguru.model.TagHealth
-
Packages that use TagHealth Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of TagHealth in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type TagHealth Modifier and Type Method Description List<TagHealth>DescribeOrganizationResourceCollectionHealthResponse. tags()Tags help you identify and organize your Amazon Web Services resources.List<TagHealth>DescribeResourceCollectionHealthResponse. tags()The Amazon Web Services tags that are used by resources in the resource collection.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type TagHealth Modifier and Type Method Description DescribeOrganizationResourceCollectionHealthResponse.BuilderDescribeOrganizationResourceCollectionHealthResponse.Builder. tags(TagHealth... tags)Tags help you identify and organize your Amazon Web Services resources.DescribeResourceCollectionHealthResponse.BuilderDescribeResourceCollectionHealthResponse.Builder. tags(TagHealth... tags)The Amazon Web Services tags that are used by resources in the resource collection.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type TagHealth Modifier and Type Method Description DescribeOrganizationResourceCollectionHealthResponse.BuilderDescribeOrganizationResourceCollectionHealthResponse.Builder. tags(Collection<TagHealth> tags)Tags help you identify and organize your Amazon Web Services resources.DescribeResourceCollectionHealthResponse.BuilderDescribeResourceCollectionHealthResponse.Builder. tags(Collection<TagHealth> tags)The Amazon Web Services tags that are used by resources in the resource collection. -
Uses of TagHealth in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type TagHealth Modifier and Type Method Description SdkIterable<TagHealth>DescribeOrganizationResourceCollectionHealthIterable. tags()Returns an iterable to iterate through the paginatedDescribeOrganizationResourceCollectionHealthResponse.tags()member.SdkPublisher<TagHealth>DescribeOrganizationResourceCollectionHealthPublisher. tags()Returns a publisher that can be used to get a stream of data.SdkIterable<TagHealth>DescribeResourceCollectionHealthIterable. tags()Returns an iterable to iterate through the paginatedDescribeResourceCollectionHealthResponse.tags()member.SdkPublisher<TagHealth>DescribeResourceCollectionHealthPublisher. tags()Returns a publisher that can be used to get a stream of data.
-