| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.clone() |
Subscription |
DescribeSubscriptionResult.getSubscription()
The 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 Shield Response Team (SRT) will use email and phone to notify contacts about
escalations to the SRT and to initiate proactive customer support. |
Subscription |
Subscription.withProactiveEngagementStatus(String proactiveEngagementStatus)
If
ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about
escalations to the SRT and to initiate proactive customer support. |
Subscription |
Subscription.withStartTime(Date startTime)
The start time of the subscription, in Unix time in seconds.
|
Subscription |
Subscription.withSubscriptionArn(String subscriptionArn)
The ARN (Amazon Resource Name) of the subscription.
|
Subscription |
Subscription.withSubscriptionLimits(SubscriptionLimits subscriptionLimits)
Limits settings for your subscription.
|
Subscription |
Subscription.withTimeCommitmentInSeconds(Long timeCommitmentInSeconds)
The length, in seconds, of the Shield Advanced subscription for the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSubscriptionResult.setSubscription(Subscription subscription)
The Shield Advanced subscription details for an account.
|
DescribeSubscriptionResult |
DescribeSubscriptionResult.withSubscription(Subscription subscription)
The Shield Advanced subscription details for an account.
|
Copyright © 2022. All rights reserved.