Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.AwsVpcConfiguration
-
Packages that use AwsVpcConfiguration Package Description software.amazon.awssdk.services.cloudwatchevents.model -
-
Uses of AwsVpcConfiguration in software.amazon.awssdk.services.cloudwatchevents.model
Methods in software.amazon.awssdk.services.cloudwatchevents.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.cloudwatchevents.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.
-