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