Uses of Class
software.amazon.awssdk.services.robomaker.model.VPCConfig
-
Packages that use VPCConfig Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of VPCConfig in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return VPCConfig Modifier and Type Method Description VPCConfigCreateSimulationJobRequest. vpcConfig()If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.VPCConfigSimulationJobRequest. vpcConfig()Returns the value of the VpcConfig property for this object.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type VPCConfig Modifier and Type Method Description CreateSimulationJobRequest.BuilderCreateSimulationJobRequest.Builder. vpcConfig(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.BuilderSimulationJobRequest.Builder. vpcConfig(VPCConfig vpcConfig)Sets the value of the VpcConfig property for this object.
-