Uses of Interface
software.amazon.awssdk.services.devicefarm.model.VpcConfig.Builder
-
Packages that use VpcConfig.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of VpcConfig.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return VpcConfig.Builder Modifier and Type Method Description static VpcConfig.BuilderVpcConfig. builder()VpcConfig.BuilderVpcConfig.Builder. securityGroupIds(String... securityGroupIds)An array of one or more security groups IDs in your Amazon VPC.VpcConfig.BuilderVpcConfig.Builder. securityGroupIds(Collection<String> securityGroupIds)An array of one or more security groups IDs in your Amazon VPC.VpcConfig.BuilderVpcConfig.Builder. subnetIds(String... subnetIds)An array of one or more subnet IDs in your Amazon VPC.VpcConfig.BuilderVpcConfig.Builder. subnetIds(Collection<String> subnetIds)An array of one or more subnet IDs in your Amazon VPC.VpcConfig.BuilderVpcConfig. toBuilder()VpcConfig.BuilderVpcConfig.Builder. vpcId(String vpcId)The ID of the Amazon VPC.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type VpcConfig.Builder Modifier and Type Method Description static Class<? extends VpcConfig.Builder>VpcConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type VpcConfig.Builder Modifier and Type Method Description default CreateProjectRequest.BuilderCreateProjectRequest.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.default Project.BuilderProject.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.default RemoteAccessSession.BuilderRemoteAccessSession.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.default Run.BuilderRun.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.default UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.
-