Uses of Class
software.amazon.awssdk.services.devicefarm.model.TestGridVpcConfig
-
Packages that use TestGridVpcConfig Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of TestGridVpcConfig in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return TestGridVpcConfig Modifier and Type Method Description TestGridVpcConfigCreateTestGridProjectRequest. vpcConfig()The VPC security groups and subnets that are attached to a project.TestGridVpcConfigTestGridProject. vpcConfig()The VPC security groups and subnets that are attached to a project.TestGridVpcConfigUpdateTestGridProjectRequest. vpcConfig()The VPC security groups and subnets that are attached to a project.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type TestGridVpcConfig Modifier and Type Method Description CreateTestGridProjectRequest.BuilderCreateTestGridProjectRequest.Builder. vpcConfig(TestGridVpcConfig vpcConfig)The VPC security groups and subnets that are attached to a project.TestGridProject.BuilderTestGridProject.Builder. vpcConfig(TestGridVpcConfig vpcConfig)The VPC security groups and subnets that are attached to a project.UpdateTestGridProjectRequest.BuilderUpdateTestGridProjectRequest.Builder. vpcConfig(TestGridVpcConfig vpcConfig)The VPC security groups and subnets that are attached to a project.
-