Uses of Class
software.amazon.awssdk.services.robomaker.model.WorldExportJobStatus
-
Packages that use WorldExportJobStatus Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of WorldExportJobStatus in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return WorldExportJobStatus Modifier and Type Method Description static WorldExportJobStatusWorldExportJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorldExportJobStatusCreateWorldExportJobResponse. status()The status of the world export job.WorldExportJobStatusDescribeWorldExportJobResponse. status()The status of the world export job.WorldExportJobStatusWorldExportJobSummary. status()The status of the world export job.static WorldExportJobStatusWorldExportJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorldExportJobStatus[]WorldExportJobStatus. 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 WorldExportJobStatus Modifier and Type Method Description static Set<WorldExportJobStatus>WorldExportJobStatus. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type WorldExportJobStatus Modifier and Type Method Description CreateWorldExportJobResponse.BuilderCreateWorldExportJobResponse.Builder. status(WorldExportJobStatus status)The status of the world export job.DescribeWorldExportJobResponse.BuilderDescribeWorldExportJobResponse.Builder. status(WorldExportJobStatus status)The status of the world export job.WorldExportJobSummary.BuilderWorldExportJobSummary.Builder. status(WorldExportJobStatus status)The status of the world export job.
-