Uses of Class
software.amazon.awssdk.services.macie2.model.AutomatedDiscoveryAccountStatus
-
Packages that use AutomatedDiscoveryAccountStatus Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AutomatedDiscoveryAccountStatus in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AutomatedDiscoveryAccountStatus Modifier and Type Method Description static AutomatedDiscoveryAccountStatusAutomatedDiscoveryAccountStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutomatedDiscoveryAccountStatusAutomatedDiscoveryAccount. status()The current status of automated sensitive data discovery for the account.AutomatedDiscoveryAccountStatusAutomatedDiscoveryAccountUpdate. status()The new status of automated sensitive data discovery for the account.static AutomatedDiscoveryAccountStatusAutomatedDiscoveryAccountStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomatedDiscoveryAccountStatus[]AutomatedDiscoveryAccountStatus. 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 AutomatedDiscoveryAccountStatus Modifier and Type Method Description static Set<AutomatedDiscoveryAccountStatus>AutomatedDiscoveryAccountStatus. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type AutomatedDiscoveryAccountStatus Modifier and Type Method Description AutomatedDiscoveryAccount.BuilderAutomatedDiscoveryAccount.Builder. status(AutomatedDiscoveryAccountStatus status)The current status of automated sensitive data discovery for the account.AutomatedDiscoveryAccountUpdate.BuilderAutomatedDiscoveryAccountUpdate.Builder. status(AutomatedDiscoveryAccountStatus status)The new status of automated sensitive data discovery for the account.
-