Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
Limit |
Limit.clone() |
Limit |
Limit.withMax(String max)
The maximum value of the limit.
|
Limit |
Limit.withName(String name)
The name of the limit.
|
Modifier and Type | Method and Description |
---|---|
List<Limit> |
DescribeAccountLimitsResult.getLimits()
Information about the limits.
|
Modifier and Type | Method and Description |
---|---|
DescribeAccountLimitsResult |
DescribeAccountLimitsResult.withLimits(Limit... limits)
Information about the limits.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAccountLimitsResult.setLimits(Collection<Limit> limits)
Information about the limits.
|
DescribeAccountLimitsResult |
DescribeAccountLimitsResult.withLimits(Collection<Limit> limits)
Information about the limits.
|
Copyright © 2021. All rights reserved.