Uses of Class
software.amazon.awssdk.services.guardduty.model.DetectorStatus
-
Packages that use DetectorStatus Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DetectorStatus in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return DetectorStatus Modifier and Type Method Description static DetectorStatusDetectorStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DetectorStatusGetDetectorResponse. status()The detector status.static DetectorStatusDetectorStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DetectorStatus[]DetectorStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type DetectorStatus Modifier and Type Method Description static Set<DetectorStatus>DetectorStatus. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type DetectorStatus Modifier and Type Method Description GetDetectorResponse.BuilderGetDetectorResponse.Builder. status(DetectorStatus status)The detector status.
-