| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.clone() |
VpcConfig |
Project.getVpcConfig()
Information about the VPC configuration that CodeBuild accesses.
|
VpcConfig |
Build.getVpcConfig()
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.getVpcConfig() |
VpcConfig |
UpdateProjectRequest.getVpcConfig()
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
VpcConfig |
UpdateFleetRequest.getVpcConfig() |
VpcConfig |
CreateProjectRequest.getVpcConfig()
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
VpcConfig |
CreateFleetRequest.getVpcConfig() |
VpcConfig |
Fleet.getVpcConfig() |
VpcConfig |
VpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(String... securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
|
VpcConfig |
VpcConfig.withSubnets(Collection<String> subnets)
A list of one or more subnet IDs in your Amazon VPC.
|
VpcConfig |
VpcConfig.withSubnets(String... subnets)
A list of one or more subnet IDs in your Amazon VPC.
|
VpcConfig |
VpcConfig.withVpcId(String vpcId)
The ID of the Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setVpcConfig(VpcConfig vpcConfig)
Information about the VPC configuration that CodeBuild accesses.
|
void |
Build.setVpcConfig(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.
|
void |
BuildBatch.setVpcConfig(VpcConfig vpcConfig) |
void |
UpdateProjectRequest.setVpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
void |
UpdateFleetRequest.setVpcConfig(VpcConfig vpcConfig) |
void |
CreateProjectRequest.setVpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
void |
CreateFleetRequest.setVpcConfig(VpcConfig vpcConfig) |
void |
Fleet.setVpcConfig(VpcConfig vpcConfig) |
Project |
Project.withVpcConfig(VpcConfig vpcConfig)
Information about the VPC configuration that CodeBuild accesses.
|
Build |
Build.withVpcConfig(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 |
BuildBatch.withVpcConfig(VpcConfig vpcConfig) |
UpdateProjectRequest |
UpdateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
UpdateFleetRequest |
UpdateFleetRequest.withVpcConfig(VpcConfig vpcConfig) |
CreateProjectRequest |
CreateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
CreateFleetRequest |
CreateFleetRequest.withVpcConfig(VpcConfig vpcConfig) |
Fleet |
Fleet.withVpcConfig(VpcConfig vpcConfig) |
Copyright © 2025. All rights reserved.