| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
Limit |
Limit.clone() |
Limit |
Limit.withMax(Long max)
The maximum number of protections that can be created for the specified
Type. |
Limit |
Limit.withType(String type)
The type of protection.
|
| Modifier and Type | Method and Description |
|---|---|
List<Limit> |
Subscription.getLimits()
Specifies how many protections of a given type you can create.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.withLimits(Limit... limits)
Specifies how many protections of a given type you can create.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.setLimits(Collection<Limit> limits)
Specifies how many protections of a given type you can create.
|
Subscription |
Subscription.withLimits(Collection<Limit> limits)
Specifies how many protections of a given type you can create.
|
Copyright © 2019. All rights reserved.