| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
Architecture |
Robot.architecture()
The architecture of the robot.
|
Architecture |
CreateRobotResponse.architecture()
The target architecture of the robot.
|
Architecture |
CreateRobotRequest.architecture()
The target architecture of the robot.
|
Architecture |
Source.architecture()
The taget processor architecture for the application.
|
Architecture |
DescribeRobotResponse.architecture()
The target architecture of the robot application.
|
Architecture |
SourceConfig.architecture()
The target processor architecture for the application.
|
static Architecture |
Architecture.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Architecture |
Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Architecture[] |
Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Architecture> |
Architecture.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Robot.Builder |
Robot.Builder.architecture(Architecture architecture)
The architecture of the robot.
|
CreateRobotResponse.Builder |
CreateRobotResponse.Builder.architecture(Architecture architecture)
The target architecture of the robot.
|
CreateRobotRequest.Builder |
CreateRobotRequest.Builder.architecture(Architecture architecture)
The target architecture of the robot.
|
Source.Builder |
Source.Builder.architecture(Architecture architecture)
The taget processor architecture for the application.
|
DescribeRobotResponse.Builder |
DescribeRobotResponse.Builder.architecture(Architecture architecture)
The target architecture of the robot application.
|
SourceConfig.Builder |
SourceConfig.Builder.architecture(Architecture architecture)
The target processor architecture for the application.
|
Copyright © 2022. All rights reserved.