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