Uses of Class
software.amazon.awssdk.services.frauddetector.model.AsyncJobStatus
-
Packages that use AsyncJobStatus Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of AsyncJobStatus in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return AsyncJobStatus Modifier and Type Method Description AsyncJobStatusGetDeleteEventsByEventTypeStatusResponse. eventsDeletionStatus()The deletion status.static AsyncJobStatusAsyncJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AsyncJobStatusBatchImport. status()The status of the batch import job.AsyncJobStatusBatchPrediction. status()The batch prediction status.static AsyncJobStatusAsyncJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncJobStatus[]AsyncJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type AsyncJobStatus Modifier and Type Method Description static Set<AsyncJobStatus>AsyncJobStatus. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type AsyncJobStatus Modifier and Type Method Description GetDeleteEventsByEventTypeStatusResponse.BuilderGetDeleteEventsByEventTypeStatusResponse.Builder. eventsDeletionStatus(AsyncJobStatus eventsDeletionStatus)The deletion status.BatchImport.BuilderBatchImport.Builder. status(AsyncJobStatus status)The status of the batch import job.BatchPrediction.BuilderBatchPrediction.Builder. status(AsyncJobStatus status)The batch prediction status.
-