Uses of Class
software.amazon.awssdk.services.robomaker.model.WorldGenerationJobStatus
-
Packages that use WorldGenerationJobStatus Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of WorldGenerationJobStatus in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return WorldGenerationJobStatus Modifier and Type Method Description static WorldGenerationJobStatusWorldGenerationJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorldGenerationJobStatusCreateWorldGenerationJobResponse. status()The status of the world generator job.WorldGenerationJobStatusDescribeWorldGenerationJobResponse. status()The status of the world generation job:WorldGenerationJobStatusWorldGenerationJobSummary. status()The status of the world generator job:static WorldGenerationJobStatusWorldGenerationJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorldGenerationJobStatus[]WorldGenerationJobStatus. 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 WorldGenerationJobStatus Modifier and Type Method Description static Set<WorldGenerationJobStatus>WorldGenerationJobStatus. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type WorldGenerationJobStatus Modifier and Type Method Description CreateWorldGenerationJobResponse.BuilderCreateWorldGenerationJobResponse.Builder. status(WorldGenerationJobStatus status)The status of the world generator job.DescribeWorldGenerationJobResponse.BuilderDescribeWorldGenerationJobResponse.Builder. status(WorldGenerationJobStatus status)The status of the world generation job:WorldGenerationJobSummary.BuilderWorldGenerationJobSummary.Builder. status(WorldGenerationJobStatus status)The status of the world generator job:
-