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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteLoadBalancerPolicyRequest(String loadBalancerName, String policyName)
Constructs a new DeleteLoadBalancerPolicyRequest object.
DeleteLoadBalancerPolicyRequest()
Default constructor for DeleteLoadBalancerPolicyRequest object.

Method

StringgetLoadBalancerName()

The name of the load balancer.

StringgetPolicyName()

The name of the policy.