Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetSecurityGroupsResponse
-
Packages that use SetSecurityGroupsResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of SetSecurityGroupsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return SetSecurityGroupsResponse Modifier and Type Method Description default SetSecurityGroupsResponse
ElasticLoadBalancingV2Client. setSecurityGroups(Consumer<SetSecurityGroupsRequest.Builder> setSecurityGroupsRequest)
Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer.default SetSecurityGroupsResponse
ElasticLoadBalancingV2Client. 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 SetSecurityGroupsResponse Modifier and Type Method Description default CompletableFuture<SetSecurityGroupsResponse>
ElasticLoadBalancingV2AsyncClient. setSecurityGroups(Consumer<SetSecurityGroupsRequest.Builder> setSecurityGroupsRequest)
Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer.default CompletableFuture<SetSecurityGroupsResponse>
ElasticLoadBalancingV2AsyncClient. setSecurityGroups(SetSecurityGroupsRequest setSecurityGroupsRequest)
Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer.
-