Uses of Class
software.amazon.awssdk.services.pipes.model.AwsVpcConfiguration
-
Packages that use AwsVpcConfiguration Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of AwsVpcConfiguration in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return AwsVpcConfiguration Modifier and Type Method Description AwsVpcConfigurationNetworkConfiguration. awsvpcConfiguration()Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used.Methods in software.amazon.awssdk.services.pipes.model with parameters of type AwsVpcConfiguration Modifier and Type Method Description NetworkConfiguration.BuilderNetworkConfiguration.Builder. awsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used.
-