@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSShieldAsync extends AWSShield
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSShieldAsync
instead.
This is the AWS Shield Advanced API Reference. This guide is for developers who need detailed information about the AWS Shield Advanced API actions, data types, and errors. For detailed information about AWS WAF and AWS Shield Advanced features and an overview of how to use the AWS WAF and AWS Shield Advanced APIs, see the AWS WAF and AWS Shield Developer Guide.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AssociateDRTLogBucketResult> |
associateDRTLogBucketAsync(AssociateDRTLogBucketRequest associateDRTLogBucketRequest)
Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs.
|
Future<AssociateDRTLogBucketResult> |
associateDRTLogBucketAsync(AssociateDRTLogBucketRequest associateDRTLogBucketRequest,
AsyncHandler<AssociateDRTLogBucketRequest,AssociateDRTLogBucketResult> asyncHandler)
Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs.
|
Future<AssociateDRTRoleResult> |
associateDRTRoleAsync(AssociateDRTRoleRequest associateDRTRoleRequest)
Authorizes the DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS
attack mitigation during potential attacks.
|
Future<AssociateDRTRoleResult> |
associateDRTRoleAsync(AssociateDRTRoleRequest associateDRTRoleRequest,
AsyncHandler<AssociateDRTRoleRequest,AssociateDRTRoleResult> asyncHandler)
Authorizes the DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS
attack mitigation during potential attacks.
|
Future<AssociateHealthCheckResult> |
associateHealthCheckAsync(AssociateHealthCheckRequest associateHealthCheckRequest)
Adds health-based detection to the Shield Advanced protection for a resource.
|
Future<AssociateHealthCheckResult> |
associateHealthCheckAsync(AssociateHealthCheckRequest associateHealthCheckRequest,
AsyncHandler<AssociateHealthCheckRequest,AssociateHealthCheckResult> asyncHandler)
Adds health-based detection to the Shield Advanced protection for a resource.
|
Future<AssociateProactiveEngagementDetailsResult> |
associateProactiveEngagementDetailsAsync(AssociateProactiveEngagementDetailsRequest associateProactiveEngagementDetailsRequest)
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use.
|
Future<AssociateProactiveEngagementDetailsResult> |
associateProactiveEngagementDetailsAsync(AssociateProactiveEngagementDetailsRequest associateProactiveEngagementDetailsRequest,
AsyncHandler<AssociateProactiveEngagementDetailsRequest,AssociateProactiveEngagementDetailsResult> asyncHandler)
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use.
|
Future<CreateProtectionResult> |
createProtectionAsync(CreateProtectionRequest createProtectionRequest)
Enables AWS Shield Advanced for a specific AWS resource.
|
Future<CreateProtectionResult> |
createProtectionAsync(CreateProtectionRequest createProtectionRequest,
AsyncHandler<CreateProtectionRequest,CreateProtectionResult> asyncHandler)
Enables AWS Shield Advanced for a specific AWS resource.
|
Future<CreateSubscriptionResult> |
createSubscriptionAsync(CreateSubscriptionRequest createSubscriptionRequest)
Activates AWS Shield Advanced for an account.
|
Future<CreateSubscriptionResult> |
createSubscriptionAsync(CreateSubscriptionRequest createSubscriptionRequest,
AsyncHandler<CreateSubscriptionRequest,CreateSubscriptionResult> asyncHandler)
Activates AWS Shield Advanced for an account.
|
Future<DeleteProtectionResult> |
deleteProtectionAsync(DeleteProtectionRequest deleteProtectionRequest)
Deletes an AWS Shield Advanced Protection.
|
Future<DeleteProtectionResult> |
deleteProtectionAsync(DeleteProtectionRequest deleteProtectionRequest,
AsyncHandler<DeleteProtectionRequest,DeleteProtectionResult> asyncHandler)
Deletes an AWS Shield Advanced Protection.
|
Future<DeleteSubscriptionResult> |
deleteSubscriptionAsync(DeleteSubscriptionRequest deleteSubscriptionRequest)
Deprecated.
|
Future<DeleteSubscriptionResult> |
deleteSubscriptionAsync(DeleteSubscriptionRequest deleteSubscriptionRequest,
AsyncHandler<DeleteSubscriptionRequest,DeleteSubscriptionResult> asyncHandler)
Deprecated.
|
Future<DescribeAttackResult> |
describeAttackAsync(DescribeAttackRequest describeAttackRequest)
Describes the details of a DDoS attack.
|
Future<DescribeAttackResult> |
describeAttackAsync(DescribeAttackRequest describeAttackRequest,
AsyncHandler<DescribeAttackRequest,DescribeAttackResult> asyncHandler)
Describes the details of a DDoS attack.
|
Future<DescribeDRTAccessResult> |
describeDRTAccessAsync(DescribeDRTAccessRequest describeDRTAccessRequest)
Returns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your
AWS account while assisting with attack mitigation.
|
Future<DescribeDRTAccessResult> |
describeDRTAccessAsync(DescribeDRTAccessRequest describeDRTAccessRequest,
AsyncHandler<DescribeDRTAccessRequest,DescribeDRTAccessResult> asyncHandler)
Returns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your
AWS account while assisting with attack mitigation.
|
Future<DescribeEmergencyContactSettingsResult> |
describeEmergencyContactSettingsAsync(DescribeEmergencyContactSettingsRequest describeEmergencyContactSettingsRequest)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have
proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
Future<DescribeEmergencyContactSettingsResult> |
describeEmergencyContactSettingsAsync(DescribeEmergencyContactSettingsRequest describeEmergencyContactSettingsRequest,
AsyncHandler<DescribeEmergencyContactSettingsRequest,DescribeEmergencyContactSettingsResult> asyncHandler)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have
proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
Future<DescribeProtectionResult> |
describeProtectionAsync(DescribeProtectionRequest describeProtectionRequest)
Lists the details of a Protection object.
|
Future<DescribeProtectionResult> |
describeProtectionAsync(DescribeProtectionRequest describeProtectionRequest,
AsyncHandler<DescribeProtectionRequest,DescribeProtectionResult> asyncHandler)
Lists the details of a Protection object.
|
Future<DescribeSubscriptionResult> |
describeSubscriptionAsync(DescribeSubscriptionRequest describeSubscriptionRequest)
Provides details about the AWS Shield Advanced subscription for an account.
|
Future<DescribeSubscriptionResult> |
describeSubscriptionAsync(DescribeSubscriptionRequest describeSubscriptionRequest,
AsyncHandler<DescribeSubscriptionRequest,DescribeSubscriptionResult> asyncHandler)
Provides details about the AWS Shield Advanced subscription for an account.
|
Future<DisableProactiveEngagementResult> |
disableProactiveEngagementAsync(DisableProactiveEngagementRequest disableProactiveEngagementRequest)
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to
initiate proactive customer support.
|
Future<DisableProactiveEngagementResult> |
disableProactiveEngagementAsync(DisableProactiveEngagementRequest disableProactiveEngagementRequest,
AsyncHandler<DisableProactiveEngagementRequest,DisableProactiveEngagementResult> asyncHandler)
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to
initiate proactive customer support.
|
Future<DisassociateDRTLogBucketResult> |
disassociateDRTLogBucketAsync(DisassociateDRTLogBucketRequest disassociateDRTLogBucketRequest)
Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.
|
Future<DisassociateDRTLogBucketResult> |
disassociateDRTLogBucketAsync(DisassociateDRTLogBucketRequest disassociateDRTLogBucketRequest,
AsyncHandler<DisassociateDRTLogBucketRequest,DisassociateDRTLogBucketResult> asyncHandler)
Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.
|
Future<DisassociateDRTRoleResult> |
disassociateDRTRoleAsync(DisassociateDRTRoleRequest disassociateDRTRoleRequest)
Removes the DDoS Response Team's (DRT) access to your AWS account.
|
Future<DisassociateDRTRoleResult> |
disassociateDRTRoleAsync(DisassociateDRTRoleRequest disassociateDRTRoleRequest,
AsyncHandler<DisassociateDRTRoleRequest,DisassociateDRTRoleResult> asyncHandler)
Removes the DDoS Response Team's (DRT) access to your AWS account.
|
Future<DisassociateHealthCheckResult> |
disassociateHealthCheckAsync(DisassociateHealthCheckRequest disassociateHealthCheckRequest)
Removes health-based detection from the Shield Advanced protection for a resource.
|
Future<DisassociateHealthCheckResult> |
disassociateHealthCheckAsync(DisassociateHealthCheckRequest disassociateHealthCheckRequest,
AsyncHandler<DisassociateHealthCheckRequest,DisassociateHealthCheckResult> asyncHandler)
Removes health-based detection from the Shield Advanced protection for a resource.
|
Future<EnableProactiveEngagementResult> |
enableProactiveEngagementAsync(EnableProactiveEngagementRequest enableProactiveEngagementRequest)
Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT
and to initiate proactive customer support.
|
Future<EnableProactiveEngagementResult> |
enableProactiveEngagementAsync(EnableProactiveEngagementRequest enableProactiveEngagementRequest,
AsyncHandler<EnableProactiveEngagementRequest,EnableProactiveEngagementResult> asyncHandler)
Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT
and to initiate proactive customer support.
|
Future<GetSubscriptionStateResult> |
getSubscriptionStateAsync(GetSubscriptionStateRequest getSubscriptionStateRequest)
Returns the
SubscriptionState , either Active or Inactive . |
Future<GetSubscriptionStateResult> |
getSubscriptionStateAsync(GetSubscriptionStateRequest getSubscriptionStateRequest,
AsyncHandler<GetSubscriptionStateRequest,GetSubscriptionStateResult> asyncHandler)
Returns the
SubscriptionState , either Active or Inactive . |
Future<ListAttacksResult> |
listAttacksAsync(ListAttacksRequest listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
Future<ListAttacksResult> |
listAttacksAsync(ListAttacksRequest listAttacksRequest,
AsyncHandler<ListAttacksRequest,ListAttacksResult> asyncHandler)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
Future<ListProtectionsResult> |
listProtectionsAsync(ListProtectionsRequest listProtectionsRequest)
Lists all Protection objects for the account.
|
Future<ListProtectionsResult> |
listProtectionsAsync(ListProtectionsRequest listProtectionsRequest,
AsyncHandler<ListProtectionsRequest,ListProtectionsResult> asyncHandler)
Lists all Protection objects for the account.
|
Future<UpdateEmergencyContactSettingsResult> |
updateEmergencyContactSettingsAsync(UpdateEmergencyContactSettingsRequest updateEmergencyContactSettingsRequest)
Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to
contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive
customer support.
|
Future<UpdateEmergencyContactSettingsResult> |
updateEmergencyContactSettingsAsync(UpdateEmergencyContactSettingsRequest updateEmergencyContactSettingsRequest,
AsyncHandler<UpdateEmergencyContactSettingsRequest,UpdateEmergencyContactSettingsResult> asyncHandler)
Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to
contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive
customer support.
|
Future<UpdateSubscriptionResult> |
updateSubscriptionAsync(UpdateSubscriptionRequest updateSubscriptionRequest)
Updates the details of an existing subscription.
|
Future<UpdateSubscriptionResult> |
updateSubscriptionAsync(UpdateSubscriptionRequest updateSubscriptionRequest,
AsyncHandler<UpdateSubscriptionRequest,UpdateSubscriptionResult> asyncHandler)
Updates the details of an existing subscription.
|
associateDRTLogBucket, associateDRTRole, associateHealthCheck, associateProactiveEngagementDetails, createProtection, createSubscription, deleteProtection, deleteSubscription, describeAttack, describeDRTAccess, describeEmergencyContactSettings, describeProtection, describeSubscription, disableProactiveEngagement, disassociateDRTLogBucket, disassociateDRTRole, disassociateHealthCheck, enableProactiveEngagement, getCachedResponseMetadata, getSubscriptionState, listAttacks, listProtections, setEndpoint, setRegion, shutdown, updateEmergencyContactSettings, updateSubscription
Future<AssociateDRTLogBucketResult> associateDRTLogBucketAsync(AssociateDRTLogBucketRequest associateDRTLogBucketRequest)
Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs. You can associate up to 10 Amazon S3 buckets with your subscription.
To use the services of the DRT and make an AssociateDRTLogBucket
request, you must be subscribed to
the Business Support plan or the Enterprise Support plan.
associateDRTLogBucketRequest
- Future<AssociateDRTLogBucketResult> associateDRTLogBucketAsync(AssociateDRTLogBucketRequest associateDRTLogBucketRequest, AsyncHandler<AssociateDRTLogBucketRequest,AssociateDRTLogBucketResult> asyncHandler)
Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs. You can associate up to 10 Amazon S3 buckets with your subscription.
To use the services of the DRT and make an AssociateDRTLogBucket
request, you must be subscribed to
the Business Support plan or the Enterprise Support plan.
associateDRTLogBucketRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<AssociateDRTRoleResult> associateDRTRoleAsync(AssociateDRTRoleRequest associateDRTRoleRequest)
Authorizes the DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the DRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.
You can associate only one RoleArn
with your subscription. If you submit an
AssociateDRTRole
request for an account that already has an associated role, the new
RoleArn
will replace the existing RoleArn
.
Prior to making the AssociateDRTRole
request, you must attach the AWSShieldDRTAccessPolicy managed policy to the role you will specify in the request. For more information
see Attaching and
Detaching IAM Policies. The role must also trust the service principal drt.shield.amazonaws.com
. For more information, see IAM JSON
Policy Elements: Principal.
The DRT will have access only to your AWS WAF and Shield resources. By submitting this request, you authorize the DRT to inspect your AWS WAF and Shield configuration and create and update AWS WAF rules and web ACLs on your behalf. The DRT takes these actions only if explicitly authorized by you.
You must have the iam:PassRole
permission to make an AssociateDRTRole
request. For more
information, see Granting a
User Permissions to Pass a Role to an AWS Service.
To use the services of the DRT and make an AssociateDRTRole
request, you must be subscribed to the
Business Support plan or the Enterprise Support plan.
associateDRTRoleRequest
- Future<AssociateDRTRoleResult> associateDRTRoleAsync(AssociateDRTRoleRequest associateDRTRoleRequest, AsyncHandler<AssociateDRTRoleRequest,AssociateDRTRoleResult> asyncHandler)
Authorizes the DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the DRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.
You can associate only one RoleArn
with your subscription. If you submit an
AssociateDRTRole
request for an account that already has an associated role, the new
RoleArn
will replace the existing RoleArn
.
Prior to making the AssociateDRTRole
request, you must attach the AWSShieldDRTAccessPolicy managed policy to the role you will specify in the request. For more information
see Attaching and
Detaching IAM Policies. The role must also trust the service principal drt.shield.amazonaws.com
. For more information, see IAM JSON
Policy Elements: Principal.
The DRT will have access only to your AWS WAF and Shield resources. By submitting this request, you authorize the DRT to inspect your AWS WAF and Shield configuration and create and update AWS WAF rules and web ACLs on your behalf. The DRT takes these actions only if explicitly authorized by you.
You must have the iam:PassRole
permission to make an AssociateDRTRole
request. For more
information, see Granting a
User Permissions to Pass a Role to an AWS Service.
To use the services of the DRT and make an AssociateDRTRole
request, you must be subscribed to the
Business Support plan or the Enterprise Support plan.
associateDRTRoleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<AssociateHealthCheckResult> associateHealthCheckAsync(AssociateHealthCheckRequest associateHealthCheckRequest)
Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.
You define the health check in Route 53 and then associate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.
associateHealthCheckRequest
- Future<AssociateHealthCheckResult> associateHealthCheckAsync(AssociateHealthCheckRequest associateHealthCheckRequest, AsyncHandler<AssociateHealthCheckRequest,AssociateHealthCheckResult> asyncHandler)
Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.
You define the health check in Route 53 and then associate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.
associateHealthCheckRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<AssociateProactiveEngagementDetailsResult> associateProactiveEngagementDetailsAsync(AssociateProactiveEngagementDetailsRequest associateProactiveEngagementDetailsRequest)
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use. You must provide at least one phone number in the emergency contact list.
After you have initialized proactive engagement using this call, to disable or enable proactive engagement, use
the calls DisableProactiveEngagement
and EnableProactiveEngagement
.
This call defines the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.
The contacts that you provide in the request replace any contacts that were already defined. If you already have
contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings
and
then provide it to this call.
associateProactiveEngagementDetailsRequest
- Future<AssociateProactiveEngagementDetailsResult> associateProactiveEngagementDetailsAsync(AssociateProactiveEngagementDetailsRequest associateProactiveEngagementDetailsRequest, AsyncHandler<AssociateProactiveEngagementDetailsRequest,AssociateProactiveEngagementDetailsResult> asyncHandler)
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use. You must provide at least one phone number in the emergency contact list.
After you have initialized proactive engagement using this call, to disable or enable proactive engagement, use
the calls DisableProactiveEngagement
and EnableProactiveEngagement
.
This call defines the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.
The contacts that you provide in the request replace any contacts that were already defined. If you already have
contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings
and
then provide it to this call.
associateProactiveEngagementDetailsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateProtectionResult> createProtectionAsync(CreateProtectionRequest createProtectionRequest)
Enables AWS Shield Advanced for a specific AWS resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, AWS Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.
You can add protection to only a single resource with each CreateProtection request. If you want to add protection to multiple resources at once, use the AWS WAF console. For more information see Getting Started with AWS Shield Advanced and Add AWS Shield Advanced Protection to more AWS Resources.
createProtectionRequest
- Future<CreateProtectionResult> createProtectionAsync(CreateProtectionRequest createProtectionRequest, AsyncHandler<CreateProtectionRequest,CreateProtectionResult> asyncHandler)
Enables AWS Shield Advanced for a specific AWS resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, AWS Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.
You can add protection to only a single resource with each CreateProtection request. If you want to add protection to multiple resources at once, use the AWS WAF console. For more information see Getting Started with AWS Shield Advanced and Add AWS Shield Advanced Protection to more AWS Resources.
createProtectionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateSubscriptionResult> createSubscriptionAsync(CreateSubscriptionRequest createSubscriptionRequest)
Activates AWS Shield Advanced for an account.
When you initally create a subscription, your subscription is set to be automatically renewed at the end of the
existing subscription period. You can change this by submitting an UpdateSubscription
request.
createSubscriptionRequest
- Future<CreateSubscriptionResult> createSubscriptionAsync(CreateSubscriptionRequest createSubscriptionRequest, AsyncHandler<CreateSubscriptionRequest,CreateSubscriptionResult> asyncHandler)
Activates AWS Shield Advanced for an account.
When you initally create a subscription, your subscription is set to be automatically renewed at the end of the
existing subscription period. You can change this by submitting an UpdateSubscription
request.
createSubscriptionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteProtectionResult> deleteProtectionAsync(DeleteProtectionRequest deleteProtectionRequest)
Deletes an AWS Shield Advanced Protection.
deleteProtectionRequest
- Future<DeleteProtectionResult> deleteProtectionAsync(DeleteProtectionRequest deleteProtectionRequest, AsyncHandler<DeleteProtectionRequest,DeleteProtectionResult> asyncHandler)
Deletes an AWS Shield Advanced Protection.
deleteProtectionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.@Deprecated Future<DeleteSubscriptionResult> deleteSubscriptionAsync(DeleteSubscriptionRequest deleteSubscriptionRequest)
Removes AWS Shield Advanced from an account. AWS Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment.
deleteSubscriptionRequest
- @Deprecated Future<DeleteSubscriptionResult> deleteSubscriptionAsync(DeleteSubscriptionRequest deleteSubscriptionRequest, AsyncHandler<DeleteSubscriptionRequest,DeleteSubscriptionResult> asyncHandler)
Removes AWS Shield Advanced from an account. AWS Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment.
deleteSubscriptionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeAttackResult> describeAttackAsync(DescribeAttackRequest describeAttackRequest)
Describes the details of a DDoS attack.
describeAttackRequest
- Future<DescribeAttackResult> describeAttackAsync(DescribeAttackRequest describeAttackRequest, AsyncHandler<DescribeAttackRequest,DescribeAttackResult> asyncHandler)
Describes the details of a DDoS attack.
describeAttackRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeDRTAccessResult> describeDRTAccessAsync(DescribeDRTAccessRequest describeDRTAccessRequest)
Returns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your AWS account while assisting with attack mitigation.
describeDRTAccessRequest
- Future<DescribeDRTAccessResult> describeDRTAccessAsync(DescribeDRTAccessRequest describeDRTAccessRequest, AsyncHandler<DescribeDRTAccessRequest,DescribeDRTAccessResult> asyncHandler)
Returns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your AWS account while assisting with attack mitigation.
describeDRTAccessRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeEmergencyContactSettingsResult> describeEmergencyContactSettingsAsync(DescribeEmergencyContactSettingsRequest describeEmergencyContactSettingsRequest)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
describeEmergencyContactSettingsRequest
- Future<DescribeEmergencyContactSettingsResult> describeEmergencyContactSettingsAsync(DescribeEmergencyContactSettingsRequest describeEmergencyContactSettingsRequest, AsyncHandler<DescribeEmergencyContactSettingsRequest,DescribeEmergencyContactSettingsResult> asyncHandler)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
describeEmergencyContactSettingsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeProtectionResult> describeProtectionAsync(DescribeProtectionRequest describeProtectionRequest)
Lists the details of a Protection object.
describeProtectionRequest
- Future<DescribeProtectionResult> describeProtectionAsync(DescribeProtectionRequest describeProtectionRequest, AsyncHandler<DescribeProtectionRequest,DescribeProtectionResult> asyncHandler)
Lists the details of a Protection object.
describeProtectionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeSubscriptionResult> describeSubscriptionAsync(DescribeSubscriptionRequest describeSubscriptionRequest)
Provides details about the AWS Shield Advanced subscription for an account.
describeSubscriptionRequest
- Future<DescribeSubscriptionResult> describeSubscriptionAsync(DescribeSubscriptionRequest describeSubscriptionRequest, AsyncHandler<DescribeSubscriptionRequest,DescribeSubscriptionResult> asyncHandler)
Provides details about the AWS Shield Advanced subscription for an account.
describeSubscriptionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisableProactiveEngagementResult> disableProactiveEngagementAsync(DisableProactiveEngagementRequest disableProactiveEngagementRequest)
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.
disableProactiveEngagementRequest
- Future<DisableProactiveEngagementResult> disableProactiveEngagementAsync(DisableProactiveEngagementRequest disableProactiveEngagementRequest, AsyncHandler<DisableProactiveEngagementRequest,DisableProactiveEngagementResult> asyncHandler)
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.
disableProactiveEngagementRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateDRTLogBucketResult> disassociateDRTLogBucketAsync(DisassociateDRTLogBucketRequest disassociateDRTLogBucketRequest)
Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.
To make a DisassociateDRTLogBucket
request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are
not subscribed to one of these support plans, but had been previously and had granted the DRT access to your
account, you can submit a DisassociateDRTLogBucket
request to remove this access.
disassociateDRTLogBucketRequest
- Future<DisassociateDRTLogBucketResult> disassociateDRTLogBucketAsync(DisassociateDRTLogBucketRequest disassociateDRTLogBucketRequest, AsyncHandler<DisassociateDRTLogBucketRequest,DisassociateDRTLogBucketResult> asyncHandler)
Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.
To make a DisassociateDRTLogBucket
request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are
not subscribed to one of these support plans, but had been previously and had granted the DRT access to your
account, you can submit a DisassociateDRTLogBucket
request to remove this access.
disassociateDRTLogBucketRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateDRTRoleResult> disassociateDRTRoleAsync(DisassociateDRTRoleRequest disassociateDRTRoleRequest)
Removes the DDoS Response Team's (DRT) access to your AWS account.
To make a DisassociateDRTRole
request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are
not subscribed to one of these support plans, but had been previously and had granted the DRT access to your
account, you can submit a DisassociateDRTRole
request to remove this access.
disassociateDRTRoleRequest
- Future<DisassociateDRTRoleResult> disassociateDRTRoleAsync(DisassociateDRTRoleRequest disassociateDRTRoleRequest, AsyncHandler<DisassociateDRTRoleRequest,DisassociateDRTRoleResult> asyncHandler)
Removes the DDoS Response Team's (DRT) access to your AWS account.
To make a DisassociateDRTRole
request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are
not subscribed to one of these support plans, but had been previously and had granted the DRT access to your
account, you can submit a DisassociateDRTRole
request to remove this access.
disassociateDRTRoleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateHealthCheckResult> disassociateHealthCheckAsync(DisassociateHealthCheckRequest disassociateHealthCheckRequest)
Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.
You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.
disassociateHealthCheckRequest
- Future<DisassociateHealthCheckResult> disassociateHealthCheckAsync(DisassociateHealthCheckRequest disassociateHealthCheckRequest, AsyncHandler<DisassociateHealthCheckRequest,DisassociateHealthCheckResult> asyncHandler)
Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.
You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.
disassociateHealthCheckRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<EnableProactiveEngagementResult> enableProactiveEngagementAsync(EnableProactiveEngagementRequest enableProactiveEngagementRequest)
Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support.
enableProactiveEngagementRequest
- Future<EnableProactiveEngagementResult> enableProactiveEngagementAsync(EnableProactiveEngagementRequest enableProactiveEngagementRequest, AsyncHandler<EnableProactiveEngagementRequest,EnableProactiveEngagementResult> asyncHandler)
Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support.
enableProactiveEngagementRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSubscriptionStateResult> getSubscriptionStateAsync(GetSubscriptionStateRequest getSubscriptionStateRequest)
Returns the SubscriptionState
, either Active
or Inactive
.
getSubscriptionStateRequest
- Future<GetSubscriptionStateResult> getSubscriptionStateAsync(GetSubscriptionStateRequest getSubscriptionStateRequest, AsyncHandler<GetSubscriptionStateRequest,GetSubscriptionStateResult> asyncHandler)
Returns the SubscriptionState
, either Active
or Inactive
.
getSubscriptionStateRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListAttacksResult> listAttacksAsync(ListAttacksRequest listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
listAttacksRequest
- Future<ListAttacksResult> listAttacksAsync(ListAttacksRequest listAttacksRequest, AsyncHandler<ListAttacksRequest,ListAttacksResult> asyncHandler)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
listAttacksRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListProtectionsResult> listProtectionsAsync(ListProtectionsRequest listProtectionsRequest)
Lists all Protection objects for the account.
listProtectionsRequest
- Future<ListProtectionsResult> listProtectionsAsync(ListProtectionsRequest listProtectionsRequest, AsyncHandler<ListProtectionsRequest,ListProtectionsResult> asyncHandler)
Lists all Protection objects for the account.
listProtectionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateEmergencyContactSettingsResult> updateEmergencyContactSettingsAsync(UpdateEmergencyContactSettingsRequest updateEmergencyContactSettingsRequest)
Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
updateEmergencyContactSettingsRequest
- Future<UpdateEmergencyContactSettingsResult> updateEmergencyContactSettingsAsync(UpdateEmergencyContactSettingsRequest updateEmergencyContactSettingsRequest, AsyncHandler<UpdateEmergencyContactSettingsRequest,UpdateEmergencyContactSettingsResult> asyncHandler)
Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
updateEmergencyContactSettingsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateSubscriptionResult> updateSubscriptionAsync(UpdateSubscriptionRequest updateSubscriptionRequest)
Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.
updateSubscriptionRequest
- Future<UpdateSubscriptionResult> updateSubscriptionAsync(UpdateSubscriptionRequest updateSubscriptionRequest, AsyncHandler<UpdateSubscriptionRequest,UpdateSubscriptionResult> asyncHandler)
Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.
updateSubscriptionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.