Uses of Class
software.amazon.awssdk.services.codebuild.model.VpcConfig
-
Packages that use VpcConfig Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of VpcConfig in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return VpcConfig Modifier and Type Method Description VpcConfigBuild. vpcConfig()If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs.VpcConfigBuildBatch. vpcConfig()Returns the value of the VpcConfig property for this object.VpcConfigCreateProjectRequest. vpcConfig()VpcConfig enables CodeBuild to access resources in an Amazon VPC.VpcConfigProject. vpcConfig()Information about the VPC configuration that CodeBuild accesses.VpcConfigUpdateProjectRequest. vpcConfig()VpcConfig enables CodeBuild to access resources in an Amazon VPC.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type VpcConfig Modifier and Type Method Description Build.BuilderBuild.Builder. vpcConfig(VpcConfig vpcConfig)If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs.BuildBatch.BuilderBuildBatch.Builder. vpcConfig(VpcConfig vpcConfig)Sets the value of the VpcConfig property for this object.CreateProjectRequest.BuilderCreateProjectRequest.Builder. vpcConfig(VpcConfig vpcConfig)VpcConfig enables CodeBuild to access resources in an Amazon VPC.Project.BuilderProject.Builder. vpcConfig(VpcConfig vpcConfig)Information about the VPC configuration that CodeBuild accesses.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. vpcConfig(VpcConfig vpcConfig)VpcConfig enables CodeBuild to access resources in an Amazon VPC.
-