| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
TestGridVpcConfig |
TestGridVpcConfig.clone() |
TestGridVpcConfig |
TestGridProject.getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
TestGridVpcConfig |
UpdateTestGridProjectRequest.getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
TestGridVpcConfig |
CreateTestGridProjectRequest.getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
TestGridVpcConfig |
TestGridVpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of VPC security group IDs in your Amazon VPC.
|
TestGridVpcConfig |
TestGridVpcConfig.withSecurityGroupIds(String... securityGroupIds)
A list of VPC security group IDs in your Amazon VPC.
|
TestGridVpcConfig |
TestGridVpcConfig.withSubnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs in your Amazon VPC.
|
TestGridVpcConfig |
TestGridVpcConfig.withSubnetIds(String... subnetIds)
A list of VPC subnet IDs in your Amazon VPC.
|
TestGridVpcConfig |
TestGridVpcConfig.withVpcId(String vpcId)
The ID of the Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestGridProject.setVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
void |
UpdateTestGridProjectRequest.setVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
void |
CreateTestGridProjectRequest.setVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
TestGridProject |
TestGridProject.withVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
UpdateTestGridProjectRequest |
UpdateTestGridProjectRequest.withVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
CreateTestGridProjectRequest |
CreateTestGridProjectRequest.withVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
Copyright © 2023. All rights reserved.