| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.clone() |
Subscription |
DescribeSubscriptionResult.getSubscription()
The AWS Shield Advanced subscription details for an account.
|
Subscription |
Subscription.withAutoRenew(AutoRenew autoRenew)
If
ENABLED, the subscription will be automatically renewed at the end of the existing subscription
period. |
Subscription |
Subscription.withAutoRenew(String autoRenew)
If
ENABLED, the subscription will be automatically renewed at the end of the existing subscription
period. |
Subscription |
Subscription.withEndTime(Date endTime)
The date and time your subscription will end.
|
Subscription |
Subscription.withLimits(Collection<Limit> limits)
Specifies how many protections of a given type you can create.
|
Subscription |
Subscription.withLimits(Limit... limits)
Specifies how many protections of a given type you can create.
|
Subscription |
Subscription.withProactiveEngagementStatus(ProactiveEngagementStatus proactiveEngagementStatus)
If
ENABLED, the DDoS Response Team (DRT) will use email and phone to notify contacts about
escalations to the DRT and to initiate proactive customer support. |
Subscription |
Subscription.withProactiveEngagementStatus(String proactiveEngagementStatus)
If
ENABLED, the DDoS Response Team (DRT) will use email and phone to notify contacts about
escalations to the DRT and to initiate proactive customer support. |
Subscription |
Subscription.withStartTime(Date startTime)
The start time of the subscription, in Unix time in seconds.
|
Subscription |
Subscription.withTimeCommitmentInSeconds(Long timeCommitmentInSeconds)
The length, in seconds, of the AWS Shield Advanced subscription for the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSubscriptionResult.setSubscription(Subscription subscription)
The AWS Shield Advanced subscription details for an account.
|
DescribeSubscriptionResult |
DescribeSubscriptionResult.withSubscription(Subscription subscription)
The AWS Shield Advanced subscription details for an account.
|
Copyright © 2020. All rights reserved.