Uses of Interface
software.amazon.awssdk.services.devicefarm.model.TestGridVpcConfig.Builder
-
Packages that use TestGridVpcConfig.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of TestGridVpcConfig.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return TestGridVpcConfig.Builder Modifier and Type Method Description static TestGridVpcConfig.BuilderTestGridVpcConfig. builder()TestGridVpcConfig.BuilderTestGridVpcConfig.Builder. securityGroupIds(String... securityGroupIds)A list of VPC security group IDs in your Amazon VPC.TestGridVpcConfig.BuilderTestGridVpcConfig.Builder. securityGroupIds(Collection<String> securityGroupIds)A list of VPC security group IDs in your Amazon VPC.TestGridVpcConfig.BuilderTestGridVpcConfig.Builder. subnetIds(String... subnetIds)A list of VPC subnet IDs in your Amazon VPC.TestGridVpcConfig.BuilderTestGridVpcConfig.Builder. subnetIds(Collection<String> subnetIds)A list of VPC subnet IDs in your Amazon VPC.TestGridVpcConfig.BuilderTestGridVpcConfig. toBuilder()TestGridVpcConfig.BuilderTestGridVpcConfig.Builder. vpcId(String vpcId)The ID of the Amazon VPC.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type TestGridVpcConfig.Builder Modifier and Type Method Description static Class<? extends TestGridVpcConfig.Builder>TestGridVpcConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type TestGridVpcConfig.Builder Modifier and Type Method Description default CreateTestGridProjectRequest.BuilderCreateTestGridProjectRequest.Builder. vpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.default TestGridProject.BuilderTestGridProject.Builder. vpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.default UpdateTestGridProjectRequest.BuilderUpdateTestGridProjectRequest.Builder. vpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.
-