| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
VoiceProfileDomainSummary |
VoiceProfileDomainSummary.clone() |
VoiceProfileDomainSummary |
VoiceProfileDomainSummary.withCreatedTimestamp(Date createdTimestamp)
The time at which the voice profile domain summary was created.
|
VoiceProfileDomainSummary |
VoiceProfileDomainSummary.withDescription(String description)
Describes the voice profile domain summary.
|
VoiceProfileDomainSummary |
VoiceProfileDomainSummary.withName(String name)
The name of the voice profile domain summary.
|
VoiceProfileDomainSummary |
VoiceProfileDomainSummary.withUpdatedTimestamp(Date updatedTimestamp)
The time at which the voice profile domain summary was last updated.
|
VoiceProfileDomainSummary |
VoiceProfileDomainSummary.withVoiceProfileDomainArn(String voiceProfileDomainArn)
The ARN of a voice profile in a voice profile domain summary.
|
VoiceProfileDomainSummary |
VoiceProfileDomainSummary.withVoiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<VoiceProfileDomainSummary> |
ListVoiceProfileDomainsResult.getVoiceProfileDomains()
The list of voice profile domains.
|
| Modifier and Type | Method and Description |
|---|---|
ListVoiceProfileDomainsResult |
ListVoiceProfileDomainsResult.withVoiceProfileDomains(VoiceProfileDomainSummary... voiceProfileDomains)
The list of voice profile domains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVoiceProfileDomainsResult.setVoiceProfileDomains(Collection<VoiceProfileDomainSummary> voiceProfileDomains)
The list of voice profile domains.
|
ListVoiceProfileDomainsResult |
ListVoiceProfileDomainsResult.withVoiceProfileDomains(Collection<VoiceProfileDomainSummary> voiceProfileDomains)
The list of voice profile domains.
|
Copyright © 2023. All rights reserved.