Uses of Class
software.amazon.awssdk.services.devicefarm.model.VpcConfig
-
Packages that use VpcConfig Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of VpcConfig in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return VpcConfig Modifier and Type Method Description VpcConfigCreateProjectRequest. vpcConfig()The VPC security groups and subnets that are attached to a project.VpcConfigProject. vpcConfig()The VPC security groups and subnets that are attached to a project.VpcConfigRemoteAccessSession. vpcConfig()The VPC security groups and subnets that are attached to a project.VpcConfigRun. vpcConfig()The VPC security groups and subnets that are attached to a project.VpcConfigUpdateProjectRequest. vpcConfig()The VPC security groups and subnets that are attached to a project.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type VpcConfig Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. vpcConfig(VpcConfig vpcConfig)The VPC security groups and subnets that are attached to a project.Project.BuilderProject.Builder. vpcConfig(VpcConfig vpcConfig)The VPC security groups and subnets that are attached to a project.RemoteAccessSession.BuilderRemoteAccessSession.Builder. vpcConfig(VpcConfig vpcConfig)The VPC security groups and subnets that are attached to a project.Run.BuilderRun.Builder. vpcConfig(VpcConfig vpcConfig)The VPC security groups and subnets that are attached to a project.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. vpcConfig(VpcConfig vpcConfig)The VPC security groups and subnets that are attached to a project.
-