Uses of Class
software.amazon.awssdk.services.robomaker.model.TemplateLocation
-
Packages that use TemplateLocation Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of TemplateLocation in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return TemplateLocation Modifier and Type Method Description TemplateLocationCreateWorldTemplateRequest. templateLocation()The location of the world template.TemplateLocationUpdateWorldTemplateRequest. templateLocation()The location of the world template.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type TemplateLocation Modifier and Type Method Description CreateWorldTemplateRequest.BuilderCreateWorldTemplateRequest.Builder. templateLocation(TemplateLocation templateLocation)The location of the world template.UpdateWorldTemplateRequest.BuilderUpdateWorldTemplateRequest.Builder. templateLocation(TemplateLocation templateLocation)The location of the world template.
-