| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfiguration |
VpcConfiguration.clone() |
VpcConfiguration |
UpdateHostRequest.getVpcConfiguration()
The VPC configuration of the host to be updated.
|
VpcConfiguration |
GetHostResult.getVpcConfiguration()
The VPC configuration of the requested host.
|
VpcConfiguration |
CreateHostRequest.getVpcConfiguration()
The VPC configuration to be provisioned for the host.
|
VpcConfiguration |
Host.getVpcConfiguration()
The VPC configuration provisioned for the host.
|
VpcConfiguration |
VpcConfiguration.withSecurityGroupIds(Collection<String> securityGroupIds)
The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure
where your provider type is installed.
|
VpcConfiguration |
VpcConfiguration.withSecurityGroupIds(String... securityGroupIds)
The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure
where your provider type is installed.
|
VpcConfiguration |
VpcConfiguration.withSubnetIds(Collection<String> subnetIds)
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your
provider type is installed.
|
VpcConfiguration |
VpcConfiguration.withSubnetIds(String... subnetIds)
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your
provider type is installed.
|
VpcConfiguration |
VpcConfiguration.withTlsCertificate(String tlsCertificate)
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your
provider type is installed.
|
VpcConfiguration |
VpcConfiguration.withVpcId(String vpcId)
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateHostRequest.setVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the host to be updated.
|
void |
GetHostResult.setVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the requested host.
|
void |
CreateHostRequest.setVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
void |
Host.setVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration provisioned for the host.
|
UpdateHostRequest |
UpdateHostRequest.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the host to be updated.
|
GetHostResult |
GetHostResult.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the requested host.
|
CreateHostRequest |
CreateHostRequest.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
Host |
Host.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration provisioned for the host.
|
Copyright © 2024. All rights reserved.