| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static Architecture |
Architecture.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DescribeRobotResult |
DescribeRobotResult.withArchitecture(Architecture architecture)
Deprecated.
The target architecture of the robot application.
|
CreateRobotResult |
CreateRobotResult.withArchitecture(Architecture architecture)
Deprecated.
The target architecture of the robot.
|
CreateRobotRequest |
CreateRobotRequest.withArchitecture(Architecture architecture)
The target architecture of the robot.
|
SourceConfig |
SourceConfig.withArchitecture(Architecture architecture)
The target processor architecture for the application.
|
Source |
Source.withArchitecture(Architecture architecture)
The taget processor architecture for the application.
|
Robot |
Robot.withArchitecture(Architecture architecture)
The architecture of the robot.
|
Copyright © 2022. All rights reserved.