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