Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetSecurityGroupsResponse
Packages that use SetSecurityGroupsResponse
-
Uses of SetSecurityGroupsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return SetSecurityGroupsResponseModifier and TypeMethodDescriptiondefault SetSecurityGroupsResponseElasticLoadBalancingV2Client.setSecurityGroups(Consumer<SetSecurityGroupsRequest.Builder> setSecurityGroupsRequest) Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer.default SetSecurityGroupsResponseElasticLoadBalancingV2Client.setSecurityGroups(SetSecurityGroupsRequest setSecurityGroupsRequest) Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type SetSecurityGroupsResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.setSecurityGroups(Consumer<SetSecurityGroupsRequest.Builder> setSecurityGroupsRequest) Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer.ElasticLoadBalancingV2AsyncClient.setSecurityGroups(SetSecurityGroupsRequest setSecurityGroupsRequest) Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer.