Uses of Class
software.amazon.awssdk.services.robomaker.model.VPCConfigResponse
-
Packages that use VPCConfigResponse Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of VPCConfigResponse in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return VPCConfigResponse Modifier and Type Method Description VPCConfigResponseCreateSimulationJobResponse. vpcConfig()Information about the vpc configuration.VPCConfigResponseDescribeSimulationJobResponse. vpcConfig()The VPC configuration.VPCConfigResponseSimulationJob. vpcConfig()VPC configuration information.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type VPCConfigResponse Modifier and Type Method Description CreateSimulationJobResponse.BuilderCreateSimulationJobResponse.Builder. vpcConfig(VPCConfigResponse vpcConfig)Information about the vpc configuration.DescribeSimulationJobResponse.BuilderDescribeSimulationJobResponse.Builder. vpcConfig(VPCConfigResponse vpcConfig)The VPC configuration.SimulationJob.BuilderSimulationJob.Builder. vpcConfig(VPCConfigResponse vpcConfig)VPC configuration information.
-