Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.SourceSecurityGroup
-
Packages that use SourceSecurityGroup Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of SourceSecurityGroup in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return SourceSecurityGroup Modifier and Type Method Description SourceSecurityGroupLoadBalancerDescription. sourceSecurityGroup()The security group for the load balancer, which you can use as part of your inbound rules for your registered instances.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type SourceSecurityGroup Modifier and Type Method Description LoadBalancerDescription.BuilderLoadBalancerDescription.Builder. sourceSecurityGroup(SourceSecurityGroup sourceSecurityGroup)The security group for the load balancer, which you can use as part of your inbound rules for your registered instances.
-