Java com.amazonaws.services.elasticloadbalancing.model ApplySecurityGroupsToLoadBalancerRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticloadbalancing.model ApplySecurityGroupsToLoadBalancerRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticloadbalancing.model ApplySecurityGroupsToLoadBalancerRequest.

The text is from its open source code.

Constructor

Method

StringgetLoadBalancerName()

The name of the load balancer.

java.util.ListgetSecurityGroups()

The IDs of the security groups to associate with the load balancer.

ApplySecurityGroupsToLoadBalancerRequestwithLoadBalancerName(String loadBalancerName)

The name of the load balancer.

ApplySecurityGroupsToLoadBalancerRequestwithSecurityGroups(String... securityGroups)

The IDs of the security groups to associate with the load balancer.

ApplySecurityGroupsToLoadBalancerRequestwithSecurityGroups( java.util.Collection securityGroups)

The IDs of the security groups to associate with the load balancer.