| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
VPCConfigResponse |
VPCConfigResponse.clone() |
VPCConfigResponse |
SimulationJob.getVpcConfig()
VPC configuration information.
|
VPCConfigResponse |
CreateSimulationJobResult.getVpcConfig()
Information about the vpc configuration.
|
VPCConfigResponse |
DescribeSimulationJobResult.getVpcConfig()
The VPC configuration.
|
VPCConfigResponse |
VPCConfigResponse.withAssignPublicIp(Boolean assignPublicIp)
A boolean indicating if a public IP was assigned.
|
VPCConfigResponse |
VPCConfigResponse.withSecurityGroups(Collection<String> securityGroups)
A list of security group IDs associated with the simulation job.
|
VPCConfigResponse |
VPCConfigResponse.withSecurityGroups(String... securityGroups)
A list of security group IDs associated with the simulation job.
|
VPCConfigResponse |
VPCConfigResponse.withSubnets(Collection<String> subnets)
A list of subnet IDs associated with the simulation job.
|
VPCConfigResponse |
VPCConfigResponse.withSubnets(String... subnets)
A list of subnet IDs associated with the simulation job.
|
VPCConfigResponse |
VPCConfigResponse.withVpcId(String vpcId)
The VPC ID associated with your simulation job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationJob.setVpcConfig(VPCConfigResponse vpcConfig)
VPC configuration information.
|
void |
CreateSimulationJobResult.setVpcConfig(VPCConfigResponse vpcConfig)
Information about the vpc configuration.
|
void |
DescribeSimulationJobResult.setVpcConfig(VPCConfigResponse vpcConfig)
The VPC configuration.
|
SimulationJob |
SimulationJob.withVpcConfig(VPCConfigResponse vpcConfig)
VPC configuration information.
|
CreateSimulationJobResult |
CreateSimulationJobResult.withVpcConfig(VPCConfigResponse vpcConfig)
Information about the vpc configuration.
|
DescribeSimulationJobResult |
DescribeSimulationJobResult.withVpcConfig(VPCConfigResponse vpcConfig)
The VPC configuration.
|
Copyright © 2020. All rights reserved.