@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSShieldAsync extends AbstractAWSShield implements AWSShieldAsync
AWSShieldAsync
. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler
, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
associateDRTLogBucket, associateDRTRole, associateHealthCheck, associateProactiveEngagementDetails, createProtection, createProtectionGroup, createSubscription, deleteProtection, deleteProtectionGroup, deleteSubscription, describeAttack, describeAttackStatistics, describeDRTAccess, describeEmergencyContactSettings, describeProtection, describeProtectionGroup, describeSubscription, disableProactiveEngagement, disassociateDRTLogBucket, disassociateDRTRole, disassociateHealthCheck, enableProactiveEngagement, getCachedResponseMetadata, getSubscriptionState, listAttacks, listProtectionGroups, listProtections, listResourcesInProtectionGroup, setEndpoint, setRegion, shutdown, updateEmergencyContactSettings, updateProtectionGroup, updateSubscription
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateDRTLogBucket, associateDRTRole, associateHealthCheck, associateProactiveEngagementDetails, createProtection, createProtectionGroup, createSubscription, deleteProtection, deleteProtectionGroup, deleteSubscription, describeAttack, describeAttackStatistics, describeDRTAccess, describeEmergencyContactSettings, describeProtection, describeProtectionGroup, describeSubscription, disableProactiveEngagement, disassociateDRTLogBucket, disassociateDRTRole, disassociateHealthCheck, enableProactiveEngagement, getCachedResponseMetadata, getSubscriptionState, listAttacks, listProtectionGroups, listProtections, listResourcesInProtectionGroup, setEndpoint, setRegion, shutdown, updateEmergencyContactSettings, updateProtectionGroup, updateSubscription
public Future<AssociateDRTLogBucketResult> associateDRTLogBucketAsync(AssociateDRTLogBucketRequest request)
AWSShieldAsync
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.
associateDRTLogBucketAsync
in interface AWSShieldAsync
public Future<AssociateDRTLogBucketResult> associateDRTLogBucketAsync(AssociateDRTLogBucketRequest request, AsyncHandler<AssociateDRTLogBucketRequest,AssociateDRTLogBucketResult> asyncHandler)
AWSShieldAsync
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.
associateDRTLogBucketAsync
in interface AWSShieldAsync
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.public Future<AssociateDRTRoleResult> associateDRTRoleAsync(AssociateDRTRoleRequest request)
AWSShieldAsync
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.
associateDRTRoleAsync
in interface AWSShieldAsync
public Future<AssociateDRTRoleResult> associateDRTRoleAsync(AssociateDRTRoleRequest request, AsyncHandler<AssociateDRTRoleRequest,AssociateDRTRoleResult> asyncHandler)
AWSShieldAsync
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.
associateDRTRoleAsync
in interface AWSShieldAsync
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.public Future<AssociateHealthCheckResult> associateHealthCheckAsync(AssociateHealthCheckRequest request)
AWSShieldAsync
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.
associateHealthCheckAsync
in interface AWSShieldAsync
public Future<AssociateHealthCheckResult> associateHealthCheckAsync(AssociateHealthCheckRequest request, AsyncHandler<AssociateHealthCheckRequest,AssociateHealthCheckResult> asyncHandler)
AWSShieldAsync
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.
associateHealthCheckAsync
in interface AWSShieldAsync
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.public Future<AssociateProactiveEngagementDetailsResult> associateProactiveEngagementDetailsAsync(AssociateProactiveEngagementDetailsRequest request)
AWSShieldAsync
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.
associateProactiveEngagementDetailsAsync
in interface AWSShieldAsync
public Future<AssociateProactiveEngagementDetailsResult> associateProactiveEngagementDetailsAsync(AssociateProactiveEngagementDetailsRequest request, AsyncHandler<AssociateProactiveEngagementDetailsRequest,AssociateProactiveEngagementDetailsResult> asyncHandler)
AWSShieldAsync
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.
associateProactiveEngagementDetailsAsync
in interface AWSShieldAsync
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.public Future<CreateProtectionResult> createProtectionAsync(CreateProtectionRequest request)
AWSShieldAsync
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.
createProtectionAsync
in interface AWSShieldAsync
public Future<CreateProtectionResult> createProtectionAsync(CreateProtectionRequest request, AsyncHandler<CreateProtectionRequest,CreateProtectionResult> asyncHandler)
AWSShieldAsync
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.
createProtectionAsync
in interface AWSShieldAsync
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.public Future<CreateProtectionGroupResult> createProtectionGroupAsync(CreateProtectionGroupRequest request)
AWSShieldAsync
Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
createProtectionGroupAsync
in interface AWSShieldAsync
public Future<CreateProtectionGroupResult> createProtectionGroupAsync(CreateProtectionGroupRequest request, AsyncHandler<CreateProtectionGroupRequest,CreateProtectionGroupResult> asyncHandler)
AWSShieldAsync
Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
createProtectionGroupAsync
in interface AWSShieldAsync
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.public Future<CreateSubscriptionResult> createSubscriptionAsync(CreateSubscriptionRequest request)
AWSShieldAsync
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.
createSubscriptionAsync
in interface AWSShieldAsync
public Future<CreateSubscriptionResult> createSubscriptionAsync(CreateSubscriptionRequest request, AsyncHandler<CreateSubscriptionRequest,CreateSubscriptionResult> asyncHandler)
AWSShieldAsync
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.
createSubscriptionAsync
in interface AWSShieldAsync
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.public Future<DeleteProtectionResult> deleteProtectionAsync(DeleteProtectionRequest request)
AWSShieldAsync
Deletes an AWS Shield Advanced Protection.
deleteProtectionAsync
in interface AWSShieldAsync
public Future<DeleteProtectionResult> deleteProtectionAsync(DeleteProtectionRequest request, AsyncHandler<DeleteProtectionRequest,DeleteProtectionResult> asyncHandler)
AWSShieldAsync
Deletes an AWS Shield Advanced Protection.
deleteProtectionAsync
in interface AWSShieldAsync
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.public Future<DeleteProtectionGroupResult> deleteProtectionGroupAsync(DeleteProtectionGroupRequest request)
AWSShieldAsync
Removes the specified protection group.
deleteProtectionGroupAsync
in interface AWSShieldAsync
public Future<DeleteProtectionGroupResult> deleteProtectionGroupAsync(DeleteProtectionGroupRequest request, AsyncHandler<DeleteProtectionGroupRequest,DeleteProtectionGroupResult> asyncHandler)
AWSShieldAsync
Removes the specified protection group.
deleteProtectionGroupAsync
in interface AWSShieldAsync
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 public Future<DeleteSubscriptionResult> deleteSubscriptionAsync(DeleteSubscriptionRequest request)
AWSShieldAsync
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.
deleteSubscriptionAsync
in interface AWSShieldAsync
@Deprecated public Future<DeleteSubscriptionResult> deleteSubscriptionAsync(DeleteSubscriptionRequest request, AsyncHandler<DeleteSubscriptionRequest,DeleteSubscriptionResult> asyncHandler)
AWSShieldAsync
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.
deleteSubscriptionAsync
in interface AWSShieldAsync
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.public Future<DescribeAttackResult> describeAttackAsync(DescribeAttackRequest request)
AWSShieldAsync
Describes the details of a DDoS attack.
describeAttackAsync
in interface AWSShieldAsync
public Future<DescribeAttackResult> describeAttackAsync(DescribeAttackRequest request, AsyncHandler<DescribeAttackRequest,DescribeAttackResult> asyncHandler)
AWSShieldAsync
Describes the details of a DDoS attack.
describeAttackAsync
in interface AWSShieldAsync
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.public Future<DescribeAttackStatisticsResult> describeAttackStatisticsAsync(DescribeAttackStatisticsRequest request)
AWSShieldAsync
Provides information about the number and type of attacks AWS Shield has detected in the last year for all resources that belong to your account, regardless of whether you've defined Shield protections for them. This operation is available to Shield customers as well as to Shield Advanced customers.
The operation returns data for the time range of midnight UTC, one year ago, to midnight UTC, today. For example,
if the current time is 2020-10-26 15:39:32 PDT
, equal to 2020-10-26 22:39:32 UTC
, then
the time range for the attack data returned is from 2019-10-26 00:00:00 UTC
to
2020-10-26 00:00:00 UTC
.
The time range indicates the period covered by the attack statistics data items.
describeAttackStatisticsAsync
in interface AWSShieldAsync
public Future<DescribeAttackStatisticsResult> describeAttackStatisticsAsync(DescribeAttackStatisticsRequest request, AsyncHandler<DescribeAttackStatisticsRequest,DescribeAttackStatisticsResult> asyncHandler)
AWSShieldAsync
Provides information about the number and type of attacks AWS Shield has detected in the last year for all resources that belong to your account, regardless of whether you've defined Shield protections for them. This operation is available to Shield customers as well as to Shield Advanced customers.
The operation returns data for the time range of midnight UTC, one year ago, to midnight UTC, today. For example,
if the current time is 2020-10-26 15:39:32 PDT
, equal to 2020-10-26 22:39:32 UTC
, then
the time range for the attack data returned is from 2019-10-26 00:00:00 UTC
to
2020-10-26 00:00:00 UTC
.
The time range indicates the period covered by the attack statistics data items.
describeAttackStatisticsAsync
in interface AWSShieldAsync
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.public Future<DescribeDRTAccessResult> describeDRTAccessAsync(DescribeDRTAccessRequest request)
AWSShieldAsync
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.
describeDRTAccessAsync
in interface AWSShieldAsync
public Future<DescribeDRTAccessResult> describeDRTAccessAsync(DescribeDRTAccessRequest request, AsyncHandler<DescribeDRTAccessRequest,DescribeDRTAccessResult> asyncHandler)
AWSShieldAsync
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.
describeDRTAccessAsync
in interface AWSShieldAsync
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.public Future<DescribeEmergencyContactSettingsResult> describeEmergencyContactSettingsAsync(DescribeEmergencyContactSettingsRequest request)
AWSShieldAsync
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.
describeEmergencyContactSettingsAsync
in interface AWSShieldAsync
public Future<DescribeEmergencyContactSettingsResult> describeEmergencyContactSettingsAsync(DescribeEmergencyContactSettingsRequest request, AsyncHandler<DescribeEmergencyContactSettingsRequest,DescribeEmergencyContactSettingsResult> asyncHandler)
AWSShieldAsync
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.
describeEmergencyContactSettingsAsync
in interface AWSShieldAsync
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.public Future<DescribeProtectionResult> describeProtectionAsync(DescribeProtectionRequest request)
AWSShieldAsync
Lists the details of a Protection object.
describeProtectionAsync
in interface AWSShieldAsync
public Future<DescribeProtectionResult> describeProtectionAsync(DescribeProtectionRequest request, AsyncHandler<DescribeProtectionRequest,DescribeProtectionResult> asyncHandler)
AWSShieldAsync
Lists the details of a Protection object.
describeProtectionAsync
in interface AWSShieldAsync
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.public Future<DescribeProtectionGroupResult> describeProtectionGroupAsync(DescribeProtectionGroupRequest request)
AWSShieldAsync
Returns the specification for the specified protection group.
describeProtectionGroupAsync
in interface AWSShieldAsync
public Future<DescribeProtectionGroupResult> describeProtectionGroupAsync(DescribeProtectionGroupRequest request, AsyncHandler<DescribeProtectionGroupRequest,DescribeProtectionGroupResult> asyncHandler)
AWSShieldAsync
Returns the specification for the specified protection group.
describeProtectionGroupAsync
in interface AWSShieldAsync
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.public Future<DescribeSubscriptionResult> describeSubscriptionAsync(DescribeSubscriptionRequest request)
AWSShieldAsync
Provides details about the AWS Shield Advanced subscription for an account.
describeSubscriptionAsync
in interface AWSShieldAsync
public Future<DescribeSubscriptionResult> describeSubscriptionAsync(DescribeSubscriptionRequest request, AsyncHandler<DescribeSubscriptionRequest,DescribeSubscriptionResult> asyncHandler)
AWSShieldAsync
Provides details about the AWS Shield Advanced subscription for an account.
describeSubscriptionAsync
in interface AWSShieldAsync
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.public Future<DisableProactiveEngagementResult> disableProactiveEngagementAsync(DisableProactiveEngagementRequest request)
AWSShieldAsync
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.
disableProactiveEngagementAsync
in interface AWSShieldAsync
public Future<DisableProactiveEngagementResult> disableProactiveEngagementAsync(DisableProactiveEngagementRequest request, AsyncHandler<DisableProactiveEngagementRequest,DisableProactiveEngagementResult> asyncHandler)
AWSShieldAsync
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.
disableProactiveEngagementAsync
in interface AWSShieldAsync
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.public Future<DisassociateDRTLogBucketResult> disassociateDRTLogBucketAsync(DisassociateDRTLogBucketRequest request)
AWSShieldAsync
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.
disassociateDRTLogBucketAsync
in interface AWSShieldAsync
public Future<DisassociateDRTLogBucketResult> disassociateDRTLogBucketAsync(DisassociateDRTLogBucketRequest request, AsyncHandler<DisassociateDRTLogBucketRequest,DisassociateDRTLogBucketResult> asyncHandler)
AWSShieldAsync
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.
disassociateDRTLogBucketAsync
in interface AWSShieldAsync
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.public Future<DisassociateDRTRoleResult> disassociateDRTRoleAsync(DisassociateDRTRoleRequest request)
AWSShieldAsync
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.
disassociateDRTRoleAsync
in interface AWSShieldAsync
public Future<DisassociateDRTRoleResult> disassociateDRTRoleAsync(DisassociateDRTRoleRequest request, AsyncHandler<DisassociateDRTRoleRequest,DisassociateDRTRoleResult> asyncHandler)
AWSShieldAsync
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.
disassociateDRTRoleAsync
in interface AWSShieldAsync
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.public Future<DisassociateHealthCheckResult> disassociateHealthCheckAsync(DisassociateHealthCheckRequest request)
AWSShieldAsync
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.
disassociateHealthCheckAsync
in interface AWSShieldAsync
public Future<DisassociateHealthCheckResult> disassociateHealthCheckAsync(DisassociateHealthCheckRequest request, AsyncHandler<DisassociateHealthCheckRequest,DisassociateHealthCheckResult> asyncHandler)
AWSShieldAsync
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.
disassociateHealthCheckAsync
in interface AWSShieldAsync
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.public Future<EnableProactiveEngagementResult> enableProactiveEngagementAsync(EnableProactiveEngagementRequest request)
AWSShieldAsync
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.
enableProactiveEngagementAsync
in interface AWSShieldAsync
public Future<EnableProactiveEngagementResult> enableProactiveEngagementAsync(EnableProactiveEngagementRequest request, AsyncHandler<EnableProactiveEngagementRequest,EnableProactiveEngagementResult> asyncHandler)
AWSShieldAsync
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.
enableProactiveEngagementAsync
in interface AWSShieldAsync
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.public Future<GetSubscriptionStateResult> getSubscriptionStateAsync(GetSubscriptionStateRequest request)
AWSShieldAsync
Returns the SubscriptionState
, either Active
or Inactive
.
getSubscriptionStateAsync
in interface AWSShieldAsync
public Future<GetSubscriptionStateResult> getSubscriptionStateAsync(GetSubscriptionStateRequest request, AsyncHandler<GetSubscriptionStateRequest,GetSubscriptionStateResult> asyncHandler)
AWSShieldAsync
Returns the SubscriptionState
, either Active
or Inactive
.
getSubscriptionStateAsync
in interface AWSShieldAsync
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.public Future<ListAttacksResult> listAttacksAsync(ListAttacksRequest request)
AWSShieldAsync
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
listAttacksAsync
in interface AWSShieldAsync
public Future<ListAttacksResult> listAttacksAsync(ListAttacksRequest request, AsyncHandler<ListAttacksRequest,ListAttacksResult> asyncHandler)
AWSShieldAsync
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
listAttacksAsync
in interface AWSShieldAsync
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.public Future<ListProtectionGroupsResult> listProtectionGroupsAsync(ListProtectionGroupsRequest request)
AWSShieldAsync
Retrieves the ProtectionGroup objects for the account.
listProtectionGroupsAsync
in interface AWSShieldAsync
public Future<ListProtectionGroupsResult> listProtectionGroupsAsync(ListProtectionGroupsRequest request, AsyncHandler<ListProtectionGroupsRequest,ListProtectionGroupsResult> asyncHandler)
AWSShieldAsync
Retrieves the ProtectionGroup objects for the account.
listProtectionGroupsAsync
in interface AWSShieldAsync
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.public Future<ListProtectionsResult> listProtectionsAsync(ListProtectionsRequest request)
AWSShieldAsync
Lists all Protection objects for the account.
listProtectionsAsync
in interface AWSShieldAsync
public Future<ListProtectionsResult> listProtectionsAsync(ListProtectionsRequest request, AsyncHandler<ListProtectionsRequest,ListProtectionsResult> asyncHandler)
AWSShieldAsync
Lists all Protection objects for the account.
listProtectionsAsync
in interface AWSShieldAsync
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.public Future<ListResourcesInProtectionGroupResult> listResourcesInProtectionGroupAsync(ListResourcesInProtectionGroupRequest request)
AWSShieldAsync
Retrieves the resources that are included in the protection group.
listResourcesInProtectionGroupAsync
in interface AWSShieldAsync
public Future<ListResourcesInProtectionGroupResult> listResourcesInProtectionGroupAsync(ListResourcesInProtectionGroupRequest request, AsyncHandler<ListResourcesInProtectionGroupRequest,ListResourcesInProtectionGroupResult> asyncHandler)
AWSShieldAsync
Retrieves the resources that are included in the protection group.
listResourcesInProtectionGroupAsync
in interface AWSShieldAsync
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.public Future<UpdateEmergencyContactSettingsResult> updateEmergencyContactSettingsAsync(UpdateEmergencyContactSettingsRequest request)
AWSShieldAsync
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.
updateEmergencyContactSettingsAsync
in interface AWSShieldAsync
public Future<UpdateEmergencyContactSettingsResult> updateEmergencyContactSettingsAsync(UpdateEmergencyContactSettingsRequest request, AsyncHandler<UpdateEmergencyContactSettingsRequest,UpdateEmergencyContactSettingsResult> asyncHandler)
AWSShieldAsync
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.
updateEmergencyContactSettingsAsync
in interface AWSShieldAsync
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.public Future<UpdateProtectionGroupResult> updateProtectionGroupAsync(UpdateProtectionGroupRequest request)
AWSShieldAsync
Updates an existing protection group. A protection group is a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
updateProtectionGroupAsync
in interface AWSShieldAsync
public Future<UpdateProtectionGroupResult> updateProtectionGroupAsync(UpdateProtectionGroupRequest request, AsyncHandler<UpdateProtectionGroupRequest,UpdateProtectionGroupResult> asyncHandler)
AWSShieldAsync
Updates an existing protection group. A protection group is a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
updateProtectionGroupAsync
in interface AWSShieldAsync
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.public Future<UpdateSubscriptionResult> updateSubscriptionAsync(UpdateSubscriptionRequest request)
AWSShieldAsync
Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.
updateSubscriptionAsync
in interface AWSShieldAsync
public Future<UpdateSubscriptionResult> updateSubscriptionAsync(UpdateSubscriptionRequest request, AsyncHandler<UpdateSubscriptionRequest,UpdateSubscriptionResult> asyncHandler)
AWSShieldAsync
Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.
updateSubscriptionAsync
in interface AWSShieldAsync
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.