Uses of Class
software.amazon.awssdk.services.robomaker.model.Robot
-
Packages that use Robot Package Description software.amazon.awssdk.services.robomaker.model software.amazon.awssdk.services.robomaker.paginators -
-
Uses of Robot in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type Robot Modifier and Type Method Description List<Robot>DescribeFleetResponse. robots()A list of robots.List<Robot>ListRobotsResponse. robots()A list of robots that meet the criteria of the request.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type Robot Modifier and Type Method Description DescribeFleetResponse.BuilderDescribeFleetResponse.Builder. robots(Robot... robots)A list of robots.ListRobotsResponse.BuilderListRobotsResponse.Builder. robots(Robot... robots)A list of robots that meet the criteria of the request.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type Robot Modifier and Type Method Description DescribeFleetResponse.BuilderDescribeFleetResponse.Builder. robots(Collection<Robot> robots)A list of robots.ListRobotsResponse.BuilderListRobotsResponse.Builder. robots(Collection<Robot> robots)A list of robots that meet the criteria of the request. -
Uses of Robot in software.amazon.awssdk.services.robomaker.paginators
Methods in software.amazon.awssdk.services.robomaker.paginators that return types with arguments of type Robot Modifier and Type Method Description SdkIterable<Robot>ListRobotsIterable. robots()Returns an iterable to iterate through the paginatedListRobotsResponse.robots()member.SdkPublisher<Robot>ListRobotsPublisher. robots()Returns a publisher that can be used to get a stream of data.
-