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