Uses of Class
software.amazon.awssdk.services.robomaker.model.Architecture
-
Packages that use Architecture Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of Architecture in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return Architecture Modifier and Type Method Description ArchitectureCreateRobotRequest. architecture()The target architecture of the robot.ArchitectureCreateRobotResponse. architecture()The target architecture of the robot.ArchitectureDescribeRobotResponse. architecture()The target architecture of the robot application.ArchitectureRobot. architecture()The architecture of the robot.ArchitectureSource. architecture()The taget processor architecture for the application.ArchitectureSourceConfig. architecture()The target processor architecture for the application.static ArchitectureArchitecture. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ArchitectureArchitecture. 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.Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type Architecture Modifier and Type Method Description static Set<Architecture>Architecture. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type Architecture Modifier and Type Method Description CreateRobotRequest.BuilderCreateRobotRequest.Builder. architecture(Architecture architecture)The target architecture of the robot.CreateRobotResponse.BuilderCreateRobotResponse.Builder. architecture(Architecture architecture)The target architecture of the robot.DescribeRobotResponse.BuilderDescribeRobotResponse.Builder. architecture(Architecture architecture)The target architecture of the robot application.Robot.BuilderRobot.Builder. architecture(Architecture architecture)The architecture of the robot.Source.BuilderSource.Builder. architecture(Architecture architecture)The taget processor architecture for the application.SourceConfig.BuilderSourceConfig.Builder. architecture(Architecture architecture)The target processor architecture for the application.
-