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