Uses of Class
software.amazon.awssdk.services.devopsguru.model.UpdateTagCollectionFilter
-
Packages that use UpdateTagCollectionFilter Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of UpdateTagCollectionFilter in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type UpdateTagCollectionFilter Modifier and Type Method Description List<UpdateTagCollectionFilter>UpdateResourceCollectionFilter. tags()The updated Amazon Web Services tags used to filter the resources in the resource collection.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type UpdateTagCollectionFilter Modifier and Type Method Description UpdateResourceCollectionFilter.BuilderUpdateResourceCollectionFilter.Builder. tags(UpdateTagCollectionFilter... tags)The updated Amazon Web Services tags used to filter the resources in the resource collection.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type UpdateTagCollectionFilter Modifier and Type Method Description UpdateResourceCollectionFilter.BuilderUpdateResourceCollectionFilter.Builder. tags(Collection<UpdateTagCollectionFilter> tags)The updated Amazon Web Services tags used to filter the resources in the resource collection.
-