Uses of Class
software.amazon.awssdk.services.robomaker.model.WorldGenerationJobSummary
-
Packages that use WorldGenerationJobSummary Package Description software.amazon.awssdk.services.robomaker.model software.amazon.awssdk.services.robomaker.paginators -
-
Uses of WorldGenerationJobSummary in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type WorldGenerationJobSummary Modifier and Type Method Description List<WorldGenerationJobSummary>ListWorldGenerationJobsResponse. worldGenerationJobSummaries()Summary information for world generator jobs.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type WorldGenerationJobSummary Modifier and Type Method Description ListWorldGenerationJobsResponse.BuilderListWorldGenerationJobsResponse.Builder. worldGenerationJobSummaries(WorldGenerationJobSummary... worldGenerationJobSummaries)Summary information for world generator jobs.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type WorldGenerationJobSummary Modifier and Type Method Description ListWorldGenerationJobsResponse.BuilderListWorldGenerationJobsResponse.Builder. worldGenerationJobSummaries(Collection<WorldGenerationJobSummary> worldGenerationJobSummaries)Summary information for world generator jobs. -
Uses of WorldGenerationJobSummary in software.amazon.awssdk.services.robomaker.paginators
Methods in software.amazon.awssdk.services.robomaker.paginators that return types with arguments of type WorldGenerationJobSummary Modifier and Type Method Description SdkIterable<WorldGenerationJobSummary>ListWorldGenerationJobsIterable. worldGenerationJobSummaries()Returns an iterable to iterate through the paginatedListWorldGenerationJobsResponse.worldGenerationJobSummaries()member.SdkPublisher<WorldGenerationJobSummary>ListWorldGenerationJobsPublisher. worldGenerationJobSummaries()Returns a publisher that can be used to get a stream of data.
-