| 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 |
UpdateProjectRequest.getVpcConfig()
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
VpcConfig |
CreateProjectRequest.getVpcConfig()
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
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 |
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 |
UpdateProjectRequest.setVpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
void |
CreateProjectRequest.setVpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
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) |
Project |
Project.withVpcConfig(VpcConfig vpcConfig)
Information about the VPC configuration that CodeBuild accesses.
|
UpdateProjectRequest |
UpdateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
CreateProjectRequest |
CreateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
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) |
Copyright © 2024. All rights reserved.