Uses of Class
software.amazon.awssdk.services.inspector.model.InvalidCrossAccountRoleErrorCode
-
Packages that use InvalidCrossAccountRoleErrorCode Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of InvalidCrossAccountRoleErrorCode in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return InvalidCrossAccountRoleErrorCode Modifier and Type Method Description static InvalidCrossAccountRoleErrorCodeInvalidCrossAccountRoleErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InvalidCrossAccountRoleErrorCodeInvalidCrossAccountRoleException. inspectorErrorCode()Code that indicates the type of error that is generated.static InvalidCrossAccountRoleErrorCodeInvalidCrossAccountRoleErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static InvalidCrossAccountRoleErrorCode[]InvalidCrossAccountRoleErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type InvalidCrossAccountRoleErrorCode Modifier and Type Method Description static Set<InvalidCrossAccountRoleErrorCode>InvalidCrossAccountRoleErrorCode. knownValues()Methods in software.amazon.awssdk.services.inspector.model with parameters of type InvalidCrossAccountRoleErrorCode Modifier and Type Method Description InvalidCrossAccountRoleException.BuilderInvalidCrossAccountRoleException.Builder. inspectorErrorCode(InvalidCrossAccountRoleErrorCode inspectorErrorCode)Code that indicates the type of error that is generated.
-