| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
VoiceProfileDomain |
VoiceProfileDomain.clone() |
VoiceProfileDomain |
UpdateVoiceProfileDomainResult.getVoiceProfileDomain()
The updated details of the voice profile domain.
|
VoiceProfileDomain |
GetVoiceProfileDomainResult.getVoiceProfileDomain()
The details of the voice profile domain.
|
VoiceProfileDomain |
CreateVoiceProfileDomainResult.getVoiceProfileDomain()
The requested voice profile domain.
|
VoiceProfileDomain |
VoiceProfileDomain.withCreatedTimestamp(Date createdTimestamp)
The time at which the voice profile domain was created.
|
VoiceProfileDomain |
VoiceProfileDomain.withDescription(String description)
The description of the voice profile domain.
|
VoiceProfileDomain |
VoiceProfileDomain.withName(String name)
The name of the voice profile domain.
|
VoiceProfileDomain |
VoiceProfileDomain.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
A structure that contains the configuration settings for server-side encryption.
|
VoiceProfileDomain |
VoiceProfileDomain.withUpdatedTimestamp(Date updatedTimestamp)
The time at which the voice profile was last updated.
|
VoiceProfileDomain |
VoiceProfileDomain.withVoiceProfileDomainArn(String voiceProfileDomainArn)
The voice profile domain's Amazon Resource Number (ARN).
|
VoiceProfileDomain |
VoiceProfileDomain.withVoiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateVoiceProfileDomainResult.setVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The updated details of the voice profile domain.
|
void |
GetVoiceProfileDomainResult.setVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The details of the voice profile domain.
|
void |
CreateVoiceProfileDomainResult.setVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The requested voice profile domain.
|
UpdateVoiceProfileDomainResult |
UpdateVoiceProfileDomainResult.withVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The updated details of the voice profile domain.
|
GetVoiceProfileDomainResult |
GetVoiceProfileDomainResult.withVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The details of the voice profile domain.
|
CreateVoiceProfileDomainResult |
CreateVoiceProfileDomainResult.withVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The requested voice profile domain.
|
Copyright © 2023. All rights reserved.