| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
List<Limit> |
Subscription.limits()
Specifies how many protections of a given type you can create.
|
List<Limit> |
ProtectionLimits.protectedResourceTypeLimits()
The maximum number of resource types that you can specify in a protection.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription.Builder |
Subscription.Builder.limits(Limit... limits)
Specifies how many protections of a given type you can create.
|
ProtectionLimits.Builder |
ProtectionLimits.Builder.protectedResourceTypeLimits(Limit... protectedResourceTypeLimits)
The maximum number of resource types that you can specify in a protection.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription.Builder |
Subscription.Builder.limits(Collection<Limit> limits)
Specifies how many protections of a given type you can create.
|
ProtectionLimits.Builder |
ProtectionLimits.Builder.protectedResourceTypeLimits(Collection<Limit> protectedResourceTypeLimits)
The maximum number of resource types that you can specify in a protection.
|
Copyright © 2023. All rights reserved.