| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfig.Builder |
VpcConfig.builder() |
VpcConfig.Builder |
VpcConfig.Builder.securityGroupIds(Collection<String> securityGroupIds)
An array of one or more security groups IDs in your Amazon VPC.
|
VpcConfig.Builder |
VpcConfig.Builder.securityGroupIds(String... securityGroupIds)
An array of one or more security groups IDs in your Amazon VPC.
|
VpcConfig.Builder |
VpcConfig.Builder.subnetIds(Collection<String> subnetIds)
An array of one or more subnet IDs in your Amazon VPC.
|
VpcConfig.Builder |
VpcConfig.Builder.subnetIds(String... subnetIds)
An array of one or more subnet IDs in your Amazon VPC.
|
VpcConfig.Builder |
VpcConfig.toBuilder() |
VpcConfig.Builder |
VpcConfig.Builder.vpcId(String vpcId)
The ID of the Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConfig.Builder> |
VpcConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
default RemoteAccessSession.Builder |
RemoteAccessSession.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
default Run.Builder |
Run.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
default Project.Builder |
Project.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
Copyright © 2023. All rights reserved.