Uses of Enum
com.amazonaws.services.inspector.model.InvalidCrossAccountRoleErrorCode
Packages that use InvalidCrossAccountRoleErrorCode
-
Uses of InvalidCrossAccountRoleErrorCode in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return InvalidCrossAccountRoleErrorCodeModifier and TypeMethodDescriptionUse this in place of valueOf.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 com.amazonaws.services.inspector.model with parameters of type InvalidCrossAccountRoleErrorCodeModifier and TypeMethodDescriptionvoidInvalidCrossAccountRoleException.setErrorCode(InvalidCrossAccountRoleErrorCode errorCode) Code that indicates the type of error that is generated.InvalidCrossAccountRoleException.withErrorCode(InvalidCrossAccountRoleErrorCode errorCode) Code that indicates the type of error that is generated.