Uses of Class
software.amazon.awssdk.services.rbin.model.ConflictExceptionReason
-
Packages that use ConflictExceptionReason Package Description software.amazon.awssdk.services.rbin.model -
-
Uses of ConflictExceptionReason in software.amazon.awssdk.services.rbin.model
Methods in software.amazon.awssdk.services.rbin.model that return ConflictExceptionReason Modifier and Type Method Description static ConflictExceptionReasonConflictExceptionReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConflictExceptionReasonConflictException. reason()The reason for the exception.static ConflictExceptionReasonConflictExceptionReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ConflictExceptionReason[]ConflictExceptionReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rbin.model that return types with arguments of type ConflictExceptionReason Modifier and Type Method Description static Set<ConflictExceptionReason>ConflictExceptionReason. knownValues()Methods in software.amazon.awssdk.services.rbin.model with parameters of type ConflictExceptionReason Modifier and Type Method Description ConflictException.BuilderConflictException.Builder. reason(ConflictExceptionReason reason)The reason for the exception.
-