Uses of Class
software.amazon.awssdk.services.glue.model.FederationSourceErrorCode
-
Packages that use FederationSourceErrorCode Package Description software.amazon.awssdk.services.glue.model -
-
Uses of FederationSourceErrorCode in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return FederationSourceErrorCode Modifier and Type Method Description FederationSourceErrorCodeFederationSourceException. federationSourceErrorCode()The error code of the problem.static FederationSourceErrorCodeFederationSourceErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FederationSourceErrorCodeFederationSourceErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FederationSourceErrorCode[]FederationSourceErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type FederationSourceErrorCode Modifier and Type Method Description static Set<FederationSourceErrorCode>FederationSourceErrorCode. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type FederationSourceErrorCode Modifier and Type Method Description FederationSourceException.BuilderFederationSourceException.Builder. federationSourceErrorCode(FederationSourceErrorCode federationSourceErrorCode)The error code of the problem.
-