| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
static SpeakerStatus |
SpeakerStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SpeakerStatus |
Speaker.status()
The current status of the speaker.
|
SpeakerStatus |
SpeakerSummary.status()
The current status of the speaker.
|
static SpeakerStatus |
SpeakerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeakerStatus[] |
SpeakerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SpeakerStatus> |
SpeakerStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Speaker.Builder |
Speaker.Builder.status(SpeakerStatus status)
The current status of the speaker.
|
SpeakerSummary.Builder |
SpeakerSummary.Builder.status(SpeakerStatus status)
The current status of the speaker.
|
Copyright © 2023. All rights reserved.