Uses of Class
software.amazon.awssdk.services.route53profiles.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.route53profiles.model -
-
Uses of Tag in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AssociateProfileRequest. tags()A list of the tag keys and values that you want to identify the Profile association.List<Tag>CreateProfileRequest. tags()A list of the tag keys and values that you want to associate with the Route 53 Profile.Methods in software.amazon.awssdk.services.route53profiles.model with parameters of type Tag Modifier and Type Method Description AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to identify the Profile association.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to associate with the Route 53 Profile.Method parameters in software.amazon.awssdk.services.route53profiles.model with type arguments of type Tag Modifier and Type Method Description AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to identify the Profile association.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the Route 53 Profile.
-