| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag's key.
|
Tag |
Tag.withValue(String value)
The tag's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of the tags being added to the resource.
|
List<Tag> |
CreateVoiceProfileDomainRequest.getTags()
The tags assigned to the domain.
|
List<Tag> |
CreateVoiceConnectorRequest.getTags()
The tags assigned to the Voice Connector.
|
List<Tag> |
CreateSipMediaApplicationRequest.getTags()
The tags assigned to the SIP media application.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags in the list.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of the tags being added to the resource.
|
CreateVoiceProfileDomainRequest |
CreateVoiceProfileDomainRequest.withTags(Tag... tags)
The tags assigned to the domain.
|
CreateVoiceConnectorRequest |
CreateVoiceConnectorRequest.withTags(Tag... tags)
The tags assigned to the Voice Connector.
|
CreateSipMediaApplicationRequest |
CreateSipMediaApplicationRequest.withTags(Tag... tags)
The tags assigned to the SIP media application.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of the tags being added to the resource.
|
void |
CreateVoiceProfileDomainRequest.setTags(Collection<Tag> tags)
The tags assigned to the domain.
|
void |
CreateVoiceConnectorRequest.setTags(Collection<Tag> tags)
The tags assigned to the Voice Connector.
|
void |
CreateSipMediaApplicationRequest.setTags(Collection<Tag> tags)
The tags assigned to the SIP media application.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags in the list.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of the tags being added to the resource.
|
CreateVoiceProfileDomainRequest |
CreateVoiceProfileDomainRequest.withTags(Collection<Tag> tags)
The tags assigned to the domain.
|
CreateVoiceConnectorRequest |
CreateVoiceConnectorRequest.withTags(Collection<Tag> tags)
The tags assigned to the Voice Connector.
|
CreateSipMediaApplicationRequest |
CreateSipMediaApplicationRequest.withTags(Collection<Tag> tags)
The tags assigned to the SIP media application.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags in the list.
|
Copyright © 2023. All rights reserved.