Uses of Class
software.amazon.awssdk.services.voiceid.model.FraudsterRegistrationJobStatus
-
Packages that use FraudsterRegistrationJobStatus Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of FraudsterRegistrationJobStatus in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return FraudsterRegistrationJobStatus Modifier and Type Method Description static FraudsterRegistrationJobStatusFraudsterRegistrationJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FraudsterRegistrationJobStatusFraudsterRegistrationJob. jobStatus()The current status of the fraudster registration job.FraudsterRegistrationJobStatusFraudsterRegistrationJobSummary. jobStatus()The current status of the fraudster registration job.FraudsterRegistrationJobStatusListFraudsterRegistrationJobsRequest. jobStatus()Provides the status of your fraudster registration job.static FraudsterRegistrationJobStatusFraudsterRegistrationJobStatus. 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.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type FraudsterRegistrationJobStatus Modifier and Type Method Description static Set<FraudsterRegistrationJobStatus>FraudsterRegistrationJobStatus. knownValues()Methods in software.amazon.awssdk.services.voiceid.model with parameters of type FraudsterRegistrationJobStatus Modifier and Type Method Description FraudsterRegistrationJob.BuilderFraudsterRegistrationJob.Builder. jobStatus(FraudsterRegistrationJobStatus jobStatus)The current status of the fraudster registration job.FraudsterRegistrationJobSummary.BuilderFraudsterRegistrationJobSummary.Builder. jobStatus(FraudsterRegistrationJobStatus jobStatus)The current status of the fraudster registration job.ListFraudsterRegistrationJobsRequest.BuilderListFraudsterRegistrationJobsRequest.Builder. jobStatus(FraudsterRegistrationJobStatus jobStatus)Provides the status of your fraudster registration job.
-