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

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

Introduction

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

The text is from its open source code.

Constructor

LBCookieStickinessPolicy(String policyName, Long cookieExpirationPeriod)
Constructs a new LBCookieStickinessPolicy object.

Method

LonggetCookieExpirationPeriod()

The time period, in seconds, after which the cookie should be considered stale.

StringgetPolicyName()

The name of the policy.