Uses of Class
software.amazon.awssdk.services.frauddetector.model.DetectorVersionStatus
-
Packages that use DetectorVersionStatus Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of DetectorVersionStatus in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return DetectorVersionStatus Modifier and Type Method Description static DetectorVersionStatusDetectorVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DetectorVersionStatusCreateDetectorVersionResponse. status()The status of the detector version.DetectorVersionStatusDetectorVersionSummary. status()The detector version status.DetectorVersionStatusGetDetectorVersionResponse. status()The status of the detector version.DetectorVersionStatusUpdateDetectorVersionStatusRequest. status()The new status.static DetectorVersionStatusDetectorVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DetectorVersionStatus[]DetectorVersionStatus. 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 DetectorVersionStatus Modifier and Type Method Description static Set<DetectorVersionStatus>DetectorVersionStatus. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type DetectorVersionStatus Modifier and Type Method Description CreateDetectorVersionResponse.BuilderCreateDetectorVersionResponse.Builder. status(DetectorVersionStatus status)The status of the detector version.DetectorVersionSummary.BuilderDetectorVersionSummary.Builder. status(DetectorVersionStatus status)The detector version status.GetDetectorVersionResponse.BuilderGetDetectorVersionResponse.Builder. status(DetectorVersionStatus status)The status of the detector version.UpdateDetectorVersionStatusRequest.BuilderUpdateDetectorVersionStatusRequest.Builder. status(DetectorVersionStatus status)The new status.
-