Uses of Class
software.amazon.awssdk.services.robomaker.model.WorldGenerationJobErrorCode
-
Packages that use WorldGenerationJobErrorCode Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of WorldGenerationJobErrorCode in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return WorldGenerationJobErrorCode Modifier and Type Method Description WorldGenerationJobErrorCodeCreateWorldGenerationJobResponse. failureCode()The failure code of the world generator job if it failed:WorldGenerationJobErrorCodeDescribeWorldGenerationJobResponse. failureCode()The failure code of the world generation job if it failed:WorldGenerationJobErrorCodeWorldFailure. failureCode()The failure code of the world export job if it failed:static WorldGenerationJobErrorCodeWorldGenerationJobErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorldGenerationJobErrorCodeWorldGenerationJobErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static WorldGenerationJobErrorCode[]WorldGenerationJobErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type WorldGenerationJobErrorCode Modifier and Type Method Description static Set<WorldGenerationJobErrorCode>WorldGenerationJobErrorCode. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type WorldGenerationJobErrorCode Modifier and Type Method Description CreateWorldGenerationJobResponse.BuilderCreateWorldGenerationJobResponse.Builder. failureCode(WorldGenerationJobErrorCode failureCode)The failure code of the world generator job if it failed:DescribeWorldGenerationJobResponse.BuilderDescribeWorldGenerationJobResponse.Builder. failureCode(WorldGenerationJobErrorCode failureCode)The failure code of the world generation job if it failed:WorldFailure.BuilderWorldFailure.Builder. failureCode(WorldGenerationJobErrorCode failureCode)The failure code of the world export job if it failed:
-