Uses of Class
software.amazon.awssdk.services.devopsguru.model.TagCollection
-
Packages that use TagCollection Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of TagCollection in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type TagCollection Modifier and Type Method Description List<TagCollection>ResourceCollection. 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 TagCollection Modifier and Type Method Description ResourceCollection.BuilderResourceCollection.Builder. tags(TagCollection... 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 TagCollection Modifier and Type Method Description ResourceCollection.BuilderResourceCollection.Builder. tags(Collection<TagCollection> tags)The Amazon Web Services tags that are used by resources in the resource collection.
-