Uses of Class
software.amazon.awssdk.services.qldb.model.ErrorCause
-
Packages that use ErrorCause Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of ErrorCause in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return ErrorCause Modifier and Type Method Description ErrorCauseJournalKinesisStreamDescription. errorCause()The error message that describes the reason that a stream has a status ofIMPAIREDorFAILED.static ErrorCauseErrorCause. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ErrorCauseErrorCause. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCause[]ErrorCause. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type ErrorCause Modifier and Type Method Description static Set<ErrorCause>ErrorCause. knownValues()Methods in software.amazon.awssdk.services.qldb.model with parameters of type ErrorCause Modifier and Type Method Description JournalKinesisStreamDescription.BuilderJournalKinesisStreamDescription.Builder. errorCause(ErrorCause errorCause)The error message that describes the reason that a stream has a status ofIMPAIREDorFAILED.
-