Uses of Class
software.amazon.awssdk.services.finspacedata.model.ErrorCategory
-
Packages that use ErrorCategory Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of ErrorCategory in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return ErrorCategory Modifier and Type Method Description ErrorCategoryChangesetErrorInfo. errorCategory()The category of the error.ErrorCategoryDataViewErrorInfo. errorCategory()The category of the error.static ErrorCategoryErrorCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ErrorCategoryErrorCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCategory[]ErrorCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type ErrorCategory Modifier and Type Method Description static Set<ErrorCategory>ErrorCategory. knownValues()Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type ErrorCategory Modifier and Type Method Description ChangesetErrorInfo.BuilderChangesetErrorInfo.Builder. errorCategory(ErrorCategory errorCategory)The category of the error.DataViewErrorInfo.BuilderDataViewErrorInfo.Builder. errorCategory(ErrorCategory errorCategory)The category of the error.
-