Uses of Class
software.amazon.awssdk.services.ecs.model.AwsVpcConfiguration
-
Packages that use AwsVpcConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of AwsVpcConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return AwsVpcConfiguration Modifier and Type Method Description AwsVpcConfigurationNetworkConfiguration. awsvpcConfiguration()The VPC subnets and security groups that are associated with a task.Methods in software.amazon.awssdk.services.ecs.model with parameters of type AwsVpcConfiguration Modifier and Type Method Description NetworkConfiguration.BuilderNetworkConfiguration.Builder. awsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)The VPC subnets and security groups that are associated with a task.
-