| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
VoiceProfileSummary |
VoiceProfileSummary.clone() |
VoiceProfileSummary |
VoiceProfileSummary.withCreatedTimestamp(Date createdTimestamp)
The time at which a voice profile summary was created.
|
VoiceProfileSummary |
VoiceProfileSummary.withExpirationTimestamp(Date expirationTimestamp)
Extends the life of the voice profile.
|
VoiceProfileSummary |
VoiceProfileSummary.withUpdatedTimestamp(Date updatedTimestamp)
The time at which a voice profile summary was last updated.
|
VoiceProfileSummary |
VoiceProfileSummary.withVoiceProfileArn(String voiceProfileArn)
The ARN of the voice profile in a voice profile summary.
|
VoiceProfileSummary |
VoiceProfileSummary.withVoiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain in a voice profile summary.
|
VoiceProfileSummary |
VoiceProfileSummary.withVoiceProfileId(String voiceProfileId)
The ID of the voice profile in a voice profile summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<VoiceProfileSummary> |
ListVoiceProfilesResult.getVoiceProfiles()
The list of voice profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListVoiceProfilesResult |
ListVoiceProfilesResult.withVoiceProfiles(VoiceProfileSummary... voiceProfiles)
The list of voice profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVoiceProfilesResult.setVoiceProfiles(Collection<VoiceProfileSummary> voiceProfiles)
The list of voice profiles.
|
ListVoiceProfilesResult |
ListVoiceProfilesResult.withVoiceProfiles(Collection<VoiceProfileSummary> voiceProfiles)
The list of voice profiles.
|
Copyright © 2023. All rights reserved.