| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
static FraudsterRegistrationJobStatus |
FraudsterRegistrationJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FraudsterRegistrationJobStatus |
FraudsterRegistrationJobSummary.jobStatus()
The current status of the fraudster registration job.
|
FraudsterRegistrationJobStatus |
FraudsterRegistrationJob.jobStatus()
The current status of the fraudster registration job.
|
FraudsterRegistrationJobStatus |
ListFraudsterRegistrationJobsRequest.jobStatus()
Provides the status of your fraudster registration job.
|
static FraudsterRegistrationJobStatus |
FraudsterRegistrationJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FraudsterRegistrationJobStatus[] |
FraudsterRegistrationJobStatus.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<FraudsterRegistrationJobStatus> |
FraudsterRegistrationJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FraudsterRegistrationJobSummary.Builder |
FraudsterRegistrationJobSummary.Builder.jobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
|
FraudsterRegistrationJob.Builder |
FraudsterRegistrationJob.Builder.jobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
|
ListFraudsterRegistrationJobsRequest.Builder |
ListFraudsterRegistrationJobsRequest.Builder.jobStatus(FraudsterRegistrationJobStatus jobStatus)
Provides the status of your fraudster registration job.
|
Copyright © 2023. All rights reserved.