Uses of Class
software.amazon.awssdk.services.codeconnections.model.VpcConfiguration
-
Packages that use VpcConfiguration Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of VpcConfiguration in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return VpcConfiguration Modifier and Type Method Description VpcConfigurationCreateHostRequest. vpcConfiguration()The VPC configuration to be provisioned for the host.VpcConfigurationGetHostResponse. vpcConfiguration()The VPC configuration of the requested host.VpcConfigurationHost. vpcConfiguration()The VPC configuration provisioned for the host.VpcConfigurationUpdateHostRequest. vpcConfiguration()The VPC configuration of the host to be updated.Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type VpcConfiguration Modifier and Type Method Description CreateHostRequest.BuilderCreateHostRequest.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)The VPC configuration to be provisioned for the host.GetHostResponse.BuilderGetHostResponse.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)The VPC configuration of the requested host.Host.BuilderHost.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)The VPC configuration provisioned for the host.UpdateHostRequest.BuilderUpdateHostRequest.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)The VPC configuration of the host to be updated.
-