Uses of Class
software.amazon.awssdk.services.robomaker.model.WorldExportJobErrorCode
-
Packages that use WorldExportJobErrorCode Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of WorldExportJobErrorCode in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return WorldExportJobErrorCode Modifier and Type Method Description WorldExportJobErrorCodeCreateWorldExportJobResponse. failureCode()The failure code of the world export job if it failed:WorldExportJobErrorCodeDescribeWorldExportJobResponse. failureCode()The failure code of the world export job if it failed:static WorldExportJobErrorCodeWorldExportJobErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorldExportJobErrorCodeWorldExportJobErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static WorldExportJobErrorCode[]WorldExportJobErrorCode. 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 WorldExportJobErrorCode Modifier and Type Method Description static Set<WorldExportJobErrorCode>WorldExportJobErrorCode. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type WorldExportJobErrorCode Modifier and Type Method Description CreateWorldExportJobResponse.BuilderCreateWorldExportJobResponse.Builder. failureCode(WorldExportJobErrorCode failureCode)The failure code of the world export job if it failed:DescribeWorldExportJobResponse.BuilderDescribeWorldExportJobResponse.Builder. failureCode(WorldExportJobErrorCode failureCode)The failure code of the world export job if it failed:
-