Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetSecurityGroupsRequest
-
Packages that use SetSecurityGroupsRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of SetSecurityGroupsRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type SetSecurityGroupsRequest Modifier and Type Method Description default CompletableFuture<SetSecurityGroupsResponse>
ElasticLoadBalancingV2AsyncClient. setSecurityGroups(SetSecurityGroupsRequest 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. -
Uses of SetSecurityGroupsRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type SetSecurityGroupsRequest Modifier and Type Method Description SdkHttpFullRequest
SetSecurityGroupsRequestMarshaller. marshall(SetSecurityGroupsRequest setSecurityGroupsRequest)
-