Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of Tag in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateSipMediaApplicationRequest. tags()The tags assigned to the SIP media application.List<Tag>CreateVoiceConnectorRequest. tags()The tags assigned to the Voice Connector.List<Tag>CreateVoiceProfileDomainRequest. tags()The tags assigned to the domain.List<Tag>ListTagsForResourceResponse. tags()The tags in the list.List<Tag>TagResourceRequest. tags()A list of the tags being added to the resource.Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type Tag Modifier and Type Method Description CreateSipMediaApplicationRequest.BuilderCreateSipMediaApplicationRequest.Builder. tags(Tag... tags)The tags assigned to the SIP media application.CreateVoiceConnectorRequest.BuilderCreateVoiceConnectorRequest.Builder. tags(Tag... tags)The tags assigned to the Voice Connector.CreateVoiceProfileDomainRequest.BuilderCreateVoiceProfileDomainRequest.Builder. tags(Tag... tags)The tags assigned to the domain.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags in the list.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of the tags being added to the resource.Method parameters in software.amazon.awssdk.services.chimesdkvoice.model with type arguments of type Tag Modifier and Type Method Description CreateSipMediaApplicationRequest.BuilderCreateSipMediaApplicationRequest.Builder. tags(Collection<Tag> tags)The tags assigned to the SIP media application.CreateVoiceConnectorRequest.BuilderCreateVoiceConnectorRequest.Builder. tags(Collection<Tag> tags)The tags assigned to the Voice Connector.CreateVoiceProfileDomainRequest.BuilderCreateVoiceProfileDomainRequest.Builder. tags(Collection<Tag> tags)The tags assigned to the domain.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags in the list.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of the tags being added to the resource.
-