| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
VoiceProfile |
VoiceProfile.clone() |
VoiceProfile |
UpdateVoiceProfileResult.getVoiceProfile()
The updated voice profile settings.
|
VoiceProfile |
GetVoiceProfileResult.getVoiceProfile()
The voice profile details.
|
VoiceProfile |
CreateVoiceProfileResult.getVoiceProfile()
The requested voice profile.
|
VoiceProfile |
VoiceProfile.withCreatedTimestamp(Date createdTimestamp)
The time at which the voice profile was created and enrolled.
|
VoiceProfile |
VoiceProfile.withExpirationTimestamp(Date expirationTimestamp)
The time at which a voice profile expires unless you re-enroll the caller via the
UpdateVoiceProfile
API. |
VoiceProfile |
VoiceProfile.withUpdatedTimestamp(Date updatedTimestamp)
The time at which the voice profile was last updated.
|
VoiceProfile |
VoiceProfile.withVoiceProfileArn(String voiceProfileArn)
The ARN of the voice profile.
|
VoiceProfile |
VoiceProfile.withVoiceProfileDomainId(String voiceProfileDomainId)
The ID of the domain that contains the voice profile.
|
VoiceProfile |
VoiceProfile.withVoiceProfileId(String voiceProfileId)
The ID of the voice profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateVoiceProfileResult.setVoiceProfile(VoiceProfile voiceProfile)
The updated voice profile settings.
|
void |
GetVoiceProfileResult.setVoiceProfile(VoiceProfile voiceProfile)
The voice profile details.
|
void |
CreateVoiceProfileResult.setVoiceProfile(VoiceProfile voiceProfile)
The requested voice profile.
|
UpdateVoiceProfileResult |
UpdateVoiceProfileResult.withVoiceProfile(VoiceProfile voiceProfile)
The updated voice profile settings.
|
GetVoiceProfileResult |
GetVoiceProfileResult.withVoiceProfile(VoiceProfile voiceProfile)
The voice profile details.
|
CreateVoiceProfileResult |
CreateVoiceProfileResult.withVoiceProfile(VoiceProfile voiceProfile)
The requested voice profile.
|
Copyright © 2023. All rights reserved.