| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectorVersionStatus |
DetectorVersionStatus.fromValue(String value)
Use this in place of valueOf.
|
static DetectorVersionStatus |
DetectorVersionStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetDetectorVersionResult |
GetDetectorVersionResult.withStatus(DetectorVersionStatus status)
The status of the detector version.
|
CreateDetectorVersionResult |
CreateDetectorVersionResult.withStatus(DetectorVersionStatus status)
The status of the detector version.
|
UpdateDetectorVersionStatusRequest |
UpdateDetectorVersionStatusRequest.withStatus(DetectorVersionStatus status)
The new status.
|
DetectorVersionSummary |
DetectorVersionSummary.withStatus(DetectorVersionStatus status)
The detector version status.
|
Copyright © 2021. All rights reserved.