| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfiguration |
CreateHostRequest.vpcConfiguration()
The VPC configuration to be provisioned for the host.
|
VpcConfiguration |
GetHostResponse.vpcConfiguration()
The VPC configuration of the requested host.
|
VpcConfiguration |
UpdateHostRequest.vpcConfiguration()
The VPC configuration of the host to be updated.
|
VpcConfiguration |
Host.vpcConfiguration()
The VPC configuration provisioned for the host.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHostRequest.Builder |
CreateHostRequest.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
GetHostResponse.Builder |
GetHostResponse.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the requested host.
|
UpdateHostRequest.Builder |
UpdateHostRequest.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the host to be updated.
|
Host.Builder |
Host.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration provisioned for the host.
|
Copyright © 2022. All rights reserved.