Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of Tag in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateContactRequest. tags()Adds a tag to the target.List<Tag>CreateRotationRequest. tags()Optional metadata to assign to the rotation.List<Tag>ListTagsForResourceResponse. tags()The tags related to the contact or escalation plan.List<Tag>TagResourceRequest. tags()A list of tags that you are adding to the contact or escalation plan.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type Tag Modifier and Type Method Description CreateContactRequest.BuilderCreateContactRequest.Builder. tags(Tag... tags)Adds a tag to the target.CreateRotationRequest.BuilderCreateRotationRequest.Builder. tags(Tag... tags)Optional metadata to assign to the rotation.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags related to the contact or escalation plan.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags that you are adding to the contact or escalation plan.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type Tag Modifier and Type Method Description CreateContactRequest.BuilderCreateContactRequest.Builder. tags(Collection<Tag> tags)Adds a tag to the target.CreateRotationRequest.BuilderCreateRotationRequest.Builder. tags(Collection<Tag> tags)Optional metadata to assign to the rotation.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags related to the contact or escalation plan.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags that you are adding to the contact or escalation plan.
-