| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker |
This section provides documentation for the AWS RoboMaker API operations.
|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
default RegisterRobotResponse |
RoboMakerClient.registerRobot(Consumer<RegisterRobotRequest.Builder> registerRobotRequest)
Deprecated.
AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application
deployment feature has ended. For additional information, see
https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.
|
default CompletableFuture<RegisterRobotResponse> |
RoboMakerAsyncClient.registerRobot(Consumer<RegisterRobotRequest.Builder> registerRobotRequest)
Deprecated.
AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application
deployment feature has ended. For additional information, see
https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.
|
| Modifier and Type | Method and Description |
|---|---|
static RegisterRobotRequest.Builder |
RegisterRobotRequest.builder() |
RegisterRobotRequest.Builder |
RegisterRobotRequest.Builder.fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
|
RegisterRobotRequest.Builder |
RegisterRobotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterRobotRequest.Builder |
RegisterRobotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RegisterRobotRequest.Builder |
RegisterRobotRequest.Builder.robot(String robot)
The Amazon Resource Name (ARN) of the robot.
|
RegisterRobotRequest.Builder |
RegisterRobotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegisterRobotRequest.Builder> |
RegisterRobotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.