| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static TestGridVpcConfig.Builder |
TestGridVpcConfig.builder() |
TestGridVpcConfig.Builder |
TestGridVpcConfig.Builder.securityGroupIds(Collection<String> securityGroupIds)
A list of VPC security group IDs in your Amazon VPC.
|
TestGridVpcConfig.Builder |
TestGridVpcConfig.Builder.securityGroupIds(String... securityGroupIds)
A list of VPC security group IDs in your Amazon VPC.
|
TestGridVpcConfig.Builder |
TestGridVpcConfig.Builder.subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs in your Amazon VPC.
|
TestGridVpcConfig.Builder |
TestGridVpcConfig.Builder.subnetIds(String... subnetIds)
A list of VPC subnet IDs in your Amazon VPC.
|
TestGridVpcConfig.Builder |
TestGridVpcConfig.toBuilder() |
TestGridVpcConfig.Builder |
TestGridVpcConfig.Builder.vpcId(String vpcId)
The ID of the Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestGridVpcConfig.Builder> |
TestGridVpcConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TestGridProject.Builder |
TestGridProject.Builder.vpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
default CreateTestGridProjectRequest.Builder |
CreateTestGridProjectRequest.Builder.vpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
default UpdateTestGridProjectRequest.Builder |
UpdateTestGridProjectRequest.Builder.vpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
Copyright © 2021. All rights reserved.