@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
createProtection, createSubscription, deleteProtection, deleteSubscription, describeAttack, describeProtection, describeSubscription, getCachedResponseMetadata, listAttacks, listProtections, setEndpoint, setRegion, shutdown
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, or an Amazon Route 53 hosted zone.
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, or an Amazon Route 53 hosted zone.
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.
createSubscriptionRequest
- Future<CreateSubscriptionResult> createSubscriptionAsync(CreateSubscriptionRequest createSubscriptionRequest, AsyncHandler<CreateSubscriptionRequest,CreateSubscriptionResult> asyncHandler)
Activates AWS Shield Advanced for an account.
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.Future<DeleteSubscriptionResult> deleteSubscriptionAsync(DeleteSubscriptionRequest deleteSubscriptionRequest)
Removes AWS Shield Advanced from an account.
deleteSubscriptionRequest
- Future<DeleteSubscriptionResult> deleteSubscriptionAsync(DeleteSubscriptionRequest deleteSubscriptionRequest, AsyncHandler<DeleteSubscriptionRequest,DeleteSubscriptionResult> asyncHandler)
Removes AWS Shield Advanced from an account.
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<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<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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.