| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
VPCConfig |
VPCConfig.clone() |
VPCConfig |
CreateSimulationJobRequest.getVpcConfig()
If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security
group IDs and subnet IDs.
|
VPCConfig |
SimulationJobRequest.getVpcConfig() |
VPCConfig |
VPCConfig.withAssignPublicIp(Boolean assignPublicIp)
A boolean indicating whether to assign a public IP address.
|
VPCConfig |
VPCConfig.withSecurityGroups(Collection<String> securityGroups)
A list of one or more security groups IDs in your VPC.
|
VPCConfig |
VPCConfig.withSecurityGroups(String... securityGroups)
A list of one or more security groups IDs in your VPC.
|
VPCConfig |
VPCConfig.withSubnets(Collection<String> subnets)
A list of one or more subnet IDs in your VPC.
|
VPCConfig |
VPCConfig.withSubnets(String... subnets)
A list of one or more subnet IDs in your VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSimulationJobRequest.setVpcConfig(VPCConfig vpcConfig)
If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security
group IDs and subnet IDs.
|
void |
SimulationJobRequest.setVpcConfig(VPCConfig vpcConfig) |
CreateSimulationJobRequest |
CreateSimulationJobRequest.withVpcConfig(VPCConfig vpcConfig)
If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security
group IDs and subnet IDs.
|
SimulationJobRequest |
SimulationJobRequest.withVpcConfig(VPCConfig vpcConfig) |
Copyright © 2024. All rights reserved.