Uses of Class
software.amazon.awssdk.services.macie2.model.AutomatedDiscoveryAccountUpdateErrorCode
-
Packages that use AutomatedDiscoveryAccountUpdateErrorCode Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AutomatedDiscoveryAccountUpdateErrorCode in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AutomatedDiscoveryAccountUpdateErrorCode Modifier and Type Method Description AutomatedDiscoveryAccountUpdateErrorCodeAutomatedDiscoveryAccountUpdateError. errorCode()The error code for the error that caused the request to fail for the account (accountId).static AutomatedDiscoveryAccountUpdateErrorCodeAutomatedDiscoveryAccountUpdateErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutomatedDiscoveryAccountUpdateErrorCodeAutomatedDiscoveryAccountUpdateErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomatedDiscoveryAccountUpdateErrorCode[]AutomatedDiscoveryAccountUpdateErrorCode. 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 AutomatedDiscoveryAccountUpdateErrorCode Modifier and Type Method Description static Set<AutomatedDiscoveryAccountUpdateErrorCode>AutomatedDiscoveryAccountUpdateErrorCode. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type AutomatedDiscoveryAccountUpdateErrorCode Modifier and Type Method Description AutomatedDiscoveryAccountUpdateError.BuilderAutomatedDiscoveryAccountUpdateError.Builder. errorCode(AutomatedDiscoveryAccountUpdateErrorCode errorCode)The error code for the error that caused the request to fail for the account (accountId).
-