| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.clone() |
VpcConfig |
CreateProjectRequest.getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
VpcConfig |
UpdateProjectRequest.getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
VpcConfig |
Project.getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
VpcConfig |
RemoteAccessSession.getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
VpcConfig |
Run.getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
An array of one or more security groups IDs in your Amazon VPC.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(String... securityGroupIds)
An array of one or more security groups IDs in your Amazon VPC.
|
VpcConfig |
VpcConfig.withSubnetIds(Collection<String> subnetIds)
An array of one or more subnet IDs in your Amazon VPC.
|
VpcConfig |
VpcConfig.withSubnetIds(String... subnetIds)
An array of one or more subnet IDs in your Amazon VPC.
|
VpcConfig |
VpcConfig.withVpcId(String vpcId)
The ID of the Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
void |
UpdateProjectRequest.setVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
void |
Project.setVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
void |
RemoteAccessSession.setVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
void |
Run.setVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
CreateProjectRequest |
CreateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
UpdateProjectRequest |
UpdateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
Project |
Project.withVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
RemoteAccessSession |
RemoteAccessSession.withVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
Run |
Run.withVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
Copyright © 2024. All rights reserved.