| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.clone() |
VpcConfig |
CreateProjectRequest.getVpcConfig()
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
VpcConfig |
Build.getVpcConfig()
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.getVpcConfig()
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
VpcConfig |
Project.getVpcConfig()
Information about the VPC configuration that AWS CodeBuild accesses.
|
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 |
CreateProjectRequest.setVpcConfig(VpcConfig vpcConfig)
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
void |
Build.setVpcConfig(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.
|
void |
UpdateProjectRequest.setVpcConfig(VpcConfig vpcConfig)
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
void |
Project.setVpcConfig(VpcConfig vpcConfig)
Information about the VPC configuration that AWS CodeBuild accesses.
|
void |
BuildBatch.setVpcConfig(VpcConfig vpcConfig) |
CreateProjectRequest |
CreateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
Build |
Build.withVpcConfig(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 |
UpdateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
Project |
Project.withVpcConfig(VpcConfig vpcConfig)
Information about the VPC configuration that AWS CodeBuild accesses.
|
BuildBatch |
BuildBatch.withVpcConfig(VpcConfig vpcConfig) |
Copyright © 2020. All rights reserved.