| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
Project.vpcConfig()
Information about the VPC configuration that AWS CodeBuild accesses.
|
VpcConfig |
CreateProjectRequest.vpcConfig()
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
VpcConfig |
Build.vpcConfig()
If your AWS 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.
|
VpcConfig |
UpdateProjectRequest.vpcConfig()
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
VpcConfig |
BuildBatch.vpcConfig()
Returns the value of the VpcConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.vpcConfig(VpcConfig vpcConfig)
Information about the VPC configuration that AWS CodeBuild accesses.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.vpcConfig(VpcConfig vpcConfig)
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
Build.Builder |
Build.Builder.vpcConfig(VpcConfig vpcConfig)
If your AWS 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.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.vpcConfig(VpcConfig vpcConfig)
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
BuildBatch.Builder |
BuildBatch.Builder.vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
Copyright © 2021. All rights reserved.