Uses of Class
software.amazon.awssdk.services.ecs.model.ManagedSecurityGroup
-
Packages that use ManagedSecurityGroup Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ManagedSecurityGroup in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ManagedSecurityGroup Modifier and Type Method Description List<ManagedSecurityGroup>ManagedIngressPath. loadBalancerSecurityGroups()The security groups associated with the Application Load Balancer.List<ManagedSecurityGroup>ECSManagedResources. serviceSecurityGroups()The security groups managed by the Express service.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ManagedSecurityGroup Modifier and Type Method Description ManagedIngressPath.BuilderManagedIngressPath.Builder. loadBalancerSecurityGroups(ManagedSecurityGroup... loadBalancerSecurityGroups)The security groups associated with the Application Load Balancer.ECSManagedResources.BuilderECSManagedResources.Builder. serviceSecurityGroups(ManagedSecurityGroup... serviceSecurityGroups)The security groups managed by the Express service.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ManagedSecurityGroup Modifier and Type Method Description ManagedIngressPath.BuilderManagedIngressPath.Builder. loadBalancerSecurityGroups(Collection<ManagedSecurityGroup> loadBalancerSecurityGroups)The security groups associated with the Application Load Balancer.ECSManagedResources.BuilderECSManagedResources.Builder. serviceSecurityGroups(Collection<ManagedSecurityGroup> serviceSecurityGroups)The security groups managed by the Express service.
-