Uses of Class
software.amazon.awssdk.services.macie2.model.RevealStatus
-
Packages that use RevealStatus Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of RevealStatus in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return RevealStatus Modifier and Type Method Description static RevealStatusRevealStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RevealStatusRevealConfiguration. status()The status of the configuration for the Amazon Macie account.static RevealStatusRevealStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RevealStatus[]RevealStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type RevealStatus Modifier and Type Method Description static Set<RevealStatus>RevealStatus. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type RevealStatus Modifier and Type Method Description RevealConfiguration.BuilderRevealConfiguration.Builder. status(RevealStatus status)The status of the configuration for the Amazon Macie account.
-