@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface ShieldClient extends SdkClient
builder() method.
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default AssociateDrtLogBucketResponse |
associateDRTLogBucket(AssociateDrtLogBucketRequest associateDrtLogBucketRequest)
Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs.
|
default AssociateDrtLogBucketResponse |
associateDRTLogBucket(Consumer<AssociateDrtLogBucketRequest.Builder> associateDrtLogBucketRequest)
Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs.
|
default AssociateDrtRoleResponse |
associateDRTRole(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.
|
default AssociateDrtRoleResponse |
associateDRTRole(Consumer<AssociateDrtRoleRequest.Builder> 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.
|
default AssociateHealthCheckResponse |
associateHealthCheck(AssociateHealthCheckRequest associateHealthCheckRequest)
Adds health-based detection to the Shield Advanced protection for a resource.
|
default AssociateHealthCheckResponse |
associateHealthCheck(Consumer<AssociateHealthCheckRequest.Builder> associateHealthCheckRequest)
Adds health-based detection to the Shield Advanced protection for a resource.
|
default AssociateProactiveEngagementDetailsResponse |
associateProactiveEngagementDetails(AssociateProactiveEngagementDetailsRequest associateProactiveEngagementDetailsRequest)
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use.
|
default AssociateProactiveEngagementDetailsResponse |
associateProactiveEngagementDetails(Consumer<AssociateProactiveEngagementDetailsRequest.Builder> associateProactiveEngagementDetailsRequest)
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use.
|
static ShieldClientBuilder |
builder()
Create a builder that can be used to configure and create a
ShieldClient. |
static ShieldClient |
create()
Create a
ShieldClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateProtectionResponse |
createProtection(Consumer<CreateProtectionRequest.Builder> createProtectionRequest)
Enables AWS Shield Advanced for a specific AWS resource.
|
default CreateProtectionResponse |
createProtection(CreateProtectionRequest createProtectionRequest)
Enables AWS Shield Advanced for a specific AWS resource.
|
default CreateProtectionGroupResponse |
createProtectionGroup(Consumer<CreateProtectionGroupRequest.Builder> createProtectionGroupRequest)
Creates a grouping of protected resources so they can be handled as a collective.
|
default CreateProtectionGroupResponse |
createProtectionGroup(CreateProtectionGroupRequest createProtectionGroupRequest)
Creates a grouping of protected resources so they can be handled as a collective.
|
default CreateSubscriptionResponse |
createSubscription()
Activates AWS Shield Advanced for an account.
|
default CreateSubscriptionResponse |
createSubscription(Consumer<CreateSubscriptionRequest.Builder> createSubscriptionRequest)
Activates AWS Shield Advanced for an account.
|
default CreateSubscriptionResponse |
createSubscription(CreateSubscriptionRequest createSubscriptionRequest)
Activates AWS Shield Advanced for an account.
|
default DeleteProtectionResponse |
deleteProtection(Consumer<DeleteProtectionRequest.Builder> deleteProtectionRequest)
Deletes an AWS Shield Advanced Protection.
|
default DeleteProtectionResponse |
deleteProtection(DeleteProtectionRequest deleteProtectionRequest)
Deletes an AWS Shield Advanced Protection.
|
default DeleteProtectionGroupResponse |
deleteProtectionGroup(Consumer<DeleteProtectionGroupRequest.Builder> deleteProtectionGroupRequest)
Removes the specified protection group.
|
default DeleteProtectionGroupResponse |
deleteProtectionGroup(DeleteProtectionGroupRequest deleteProtectionGroupRequest)
Removes the specified protection group.
|
default DescribeAttackResponse |
describeAttack(Consumer<DescribeAttackRequest.Builder> describeAttackRequest)
Describes the details of a DDoS attack.
|
default DescribeAttackResponse |
describeAttack(DescribeAttackRequest describeAttackRequest)
Describes the details of a DDoS attack.
|
default DescribeAttackStatisticsResponse |
describeAttackStatistics(Consumer<DescribeAttackStatisticsRequest.Builder> describeAttackStatisticsRequest)
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.
|
default DescribeAttackStatisticsResponse |
describeAttackStatistics(DescribeAttackStatisticsRequest describeAttackStatisticsRequest)
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.
|
default DescribeDrtAccessResponse |
describeDRTAccess(Consumer<DescribeDrtAccessRequest.Builder> 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.
|
default DescribeDrtAccessResponse |
describeDRTAccess(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.
|
default DescribeEmergencyContactSettingsResponse |
describeEmergencyContactSettings(Consumer<DescribeEmergencyContactSettingsRequest.Builder> 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.
|
default DescribeEmergencyContactSettingsResponse |
describeEmergencyContactSettings(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.
|
default DescribeProtectionResponse |
describeProtection(Consumer<DescribeProtectionRequest.Builder> describeProtectionRequest)
Lists the details of a Protection object.
|
default DescribeProtectionResponse |
describeProtection(DescribeProtectionRequest describeProtectionRequest)
Lists the details of a Protection object.
|
default DescribeProtectionGroupResponse |
describeProtectionGroup(Consumer<DescribeProtectionGroupRequest.Builder> describeProtectionGroupRequest)
Returns the specification for the specified protection group.
|
default DescribeProtectionGroupResponse |
describeProtectionGroup(DescribeProtectionGroupRequest describeProtectionGroupRequest)
Returns the specification for the specified protection group.
|
default DescribeSubscriptionResponse |
describeSubscription()
Provides details about the AWS Shield Advanced subscription for an account.
|
default DescribeSubscriptionResponse |
describeSubscription(Consumer<DescribeSubscriptionRequest.Builder> describeSubscriptionRequest)
Provides details about the AWS Shield Advanced subscription for an account.
|
default DescribeSubscriptionResponse |
describeSubscription(DescribeSubscriptionRequest describeSubscriptionRequest)
Provides details about the AWS Shield Advanced subscription for an account.
|
default DisableProactiveEngagementResponse |
disableProactiveEngagement(Consumer<DisableProactiveEngagementRequest.Builder> disableProactiveEngagementRequest)
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to
initiate proactive customer support.
|
default DisableProactiveEngagementResponse |
disableProactiveEngagement(DisableProactiveEngagementRequest disableProactiveEngagementRequest)
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to
initiate proactive customer support.
|
default DisassociateDrtLogBucketResponse |
disassociateDRTLogBucket(Consumer<DisassociateDrtLogBucketRequest.Builder> disassociateDrtLogBucketRequest)
Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.
|
default DisassociateDrtLogBucketResponse |
disassociateDRTLogBucket(DisassociateDrtLogBucketRequest disassociateDrtLogBucketRequest)
Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.
|
default DisassociateDrtRoleResponse |
disassociateDRTRole()
Removes the DDoS Response Team's (DRT) access to your AWS account.
|
default DisassociateDrtRoleResponse |
disassociateDRTRole(Consumer<DisassociateDrtRoleRequest.Builder> disassociateDrtRoleRequest)
Removes the DDoS Response Team's (DRT) access to your AWS account.
|
default DisassociateDrtRoleResponse |
disassociateDRTRole(DisassociateDrtRoleRequest disassociateDrtRoleRequest)
Removes the DDoS Response Team's (DRT) access to your AWS account.
|
default DisassociateHealthCheckResponse |
disassociateHealthCheck(Consumer<DisassociateHealthCheckRequest.Builder> disassociateHealthCheckRequest)
Removes health-based detection from the Shield Advanced protection for a resource.
|
default DisassociateHealthCheckResponse |
disassociateHealthCheck(DisassociateHealthCheckRequest disassociateHealthCheckRequest)
Removes health-based detection from the Shield Advanced protection for a resource.
|
default EnableProactiveEngagementResponse |
enableProactiveEngagement(Consumer<EnableProactiveEngagementRequest.Builder> 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.
|
default EnableProactiveEngagementResponse |
enableProactiveEngagement(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.
|
default GetSubscriptionStateResponse |
getSubscriptionState()
Returns the
SubscriptionState, either Active or Inactive. |
default GetSubscriptionStateResponse |
getSubscriptionState(Consumer<GetSubscriptionStateRequest.Builder> getSubscriptionStateRequest)
Returns the
SubscriptionState, either Active or Inactive. |
default GetSubscriptionStateResponse |
getSubscriptionState(GetSubscriptionStateRequest getSubscriptionStateRequest)
Returns the
SubscriptionState, either Active or Inactive. |
default ListAttacksResponse |
listAttacks()
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
default ListAttacksResponse |
listAttacks(Consumer<ListAttacksRequest.Builder> listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
default ListAttacksResponse |
listAttacks(ListAttacksRequest listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
default ListAttacksIterable |
listAttacksPaginator()
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
default ListAttacksIterable |
listAttacksPaginator(Consumer<ListAttacksRequest.Builder> listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
default ListAttacksIterable |
listAttacksPaginator(ListAttacksRequest listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
default ListProtectionGroupsResponse |
listProtectionGroups(Consumer<ListProtectionGroupsRequest.Builder> listProtectionGroupsRequest)
Retrieves the ProtectionGroup objects for the account.
|
default ListProtectionGroupsResponse |
listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves the ProtectionGroup objects for the account.
|
default ListProtectionGroupsIterable |
listProtectionGroupsPaginator(Consumer<ListProtectionGroupsRequest.Builder> listProtectionGroupsRequest)
Retrieves the ProtectionGroup objects for the account.
|
default ListProtectionGroupsIterable |
listProtectionGroupsPaginator(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves the ProtectionGroup objects for the account.
|
default ListProtectionsResponse |
listProtections()
Lists all Protection objects for the account.
|
default ListProtectionsResponse |
listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Lists all Protection objects for the account.
|
default ListProtectionsResponse |
listProtections(ListProtectionsRequest listProtectionsRequest)
Lists all Protection objects for the account.
|
default ListProtectionsIterable |
listProtectionsPaginator()
Lists all Protection objects for the account.
|
default ListProtectionsIterable |
listProtectionsPaginator(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Lists all Protection objects for the account.
|
default ListProtectionsIterable |
listProtectionsPaginator(ListProtectionsRequest listProtectionsRequest)
Lists all Protection objects for the account.
|
default ListResourcesInProtectionGroupResponse |
listResourcesInProtectionGroup(Consumer<ListResourcesInProtectionGroupRequest.Builder> listResourcesInProtectionGroupRequest)
Retrieves the resources that are included in the protection group.
|
default ListResourcesInProtectionGroupResponse |
listResourcesInProtectionGroup(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest)
Retrieves the resources that are included in the protection group.
|
default ListResourcesInProtectionGroupIterable |
listResourcesInProtectionGroupPaginator(Consumer<ListResourcesInProtectionGroupRequest.Builder> listResourcesInProtectionGroupRequest)
Retrieves the resources that are included in the protection group.
|
default ListResourcesInProtectionGroupIterable |
listResourcesInProtectionGroupPaginator(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest)
Retrieves the resources that are included in the protection group.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS Shield.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS Shield.
|
static ServiceMetadata |
serviceMetadata() |
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or updates tags for a resource in AWS Shield.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Adds or updates tags for a resource in AWS Shield.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a resource in AWS Shield.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource in AWS Shield.
|
default UpdateEmergencyContactSettingsResponse |
updateEmergencyContactSettings(Consumer<UpdateEmergencyContactSettingsRequest.Builder> 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.
|
default UpdateEmergencyContactSettingsResponse |
updateEmergencyContactSettings(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.
|
default UpdateProtectionGroupResponse |
updateProtectionGroup(Consumer<UpdateProtectionGroupRequest.Builder> updateProtectionGroupRequest)
Updates an existing protection group.
|
default UpdateProtectionGroupResponse |
updateProtectionGroup(UpdateProtectionGroupRequest updateProtectionGroupRequest)
Updates an existing protection group.
|
default UpdateSubscriptionResponse |
updateSubscription(Consumer<UpdateSubscriptionRequest.Builder> updateSubscriptionRequest)
Updates the details of an existing subscription.
|
default UpdateSubscriptionResponse |
updateSubscription(UpdateSubscriptionRequest updateSubscriptionRequest)
Updates the details of an existing subscription.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static ShieldClient create()
ShieldClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static ShieldClientBuilder builder()
ShieldClient.default AssociateDrtLogBucketResponse associateDRTLogBucket(AssociateDrtLogBucketRequest associateDrtLogBucketRequest) throws InternalErrorException, InvalidOperationException, NoAssociatedRoleException, LimitsExceededException, InvalidParameterException, AccessDeniedForDependencyException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.NoAssociatedRoleException - The ARN of the role that you specifed does not exist.LimitsExceededException - Exception that indicates that the operation would exceed a limit.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.AccessDeniedForDependencyException - In order to grant the necessary access to the DDoS Response Team (DRT), the user submitting the request
must have the iam:PassRole permission. This error indicates the user did not have the
appropriate permissions. For more information, see Granting a User
Permissions to Pass a Role to an AWS Service.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateDrtLogBucketResponse associateDRTLogBucket(Consumer<AssociateDrtLogBucketRequest.Builder> associateDrtLogBucketRequest) throws InternalErrorException, InvalidOperationException, NoAssociatedRoleException, LimitsExceededException, InvalidParameterException, AccessDeniedForDependencyException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the AssociateDrtLogBucketRequest.Builder avoiding the
need to create one manually via AssociateDrtLogBucketRequest.builder()
associateDrtLogBucketRequest - A Consumer that will call methods on AssociateDRTLogBucketRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.NoAssociatedRoleException - The ARN of the role that you specifed does not exist.LimitsExceededException - Exception that indicates that the operation would exceed a limit.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.AccessDeniedForDependencyException - In order to grant the necessary access to the DDoS Response Team (DRT), the user submitting the request
must have the iam:PassRole permission. This error indicates the user did not have the
appropriate permissions. For more information, see Granting a User
Permissions to Pass a Role to an AWS Service.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateDrtRoleResponse associateDRTRole(AssociateDrtRoleRequest associateDrtRoleRequest) throws InternalErrorException, InvalidOperationException, InvalidParameterException, AccessDeniedForDependencyException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.AccessDeniedForDependencyException - In order to grant the necessary access to the DDoS Response Team (DRT), the user submitting the request
must have the iam:PassRole permission. This error indicates the user did not have the
appropriate permissions. For more information, see Granting a User
Permissions to Pass a Role to an AWS Service.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateDrtRoleResponse associateDRTRole(Consumer<AssociateDrtRoleRequest.Builder> associateDrtRoleRequest) throws InternalErrorException, InvalidOperationException, InvalidParameterException, AccessDeniedForDependencyException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the AssociateDrtRoleRequest.Builder avoiding the need
to create one manually via AssociateDrtRoleRequest.builder()
associateDrtRoleRequest - A Consumer that will call methods on AssociateDRTRoleRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.AccessDeniedForDependencyException - In order to grant the necessary access to the DDoS Response Team (DRT), the user submitting the request
must have the iam:PassRole permission. This error indicates the user did not have the
appropriate permissions. For more information, see Granting a User
Permissions to Pass a Role to an AWS Service.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateHealthCheckResponse associateHealthCheck(AssociateHealthCheckRequest associateHealthCheckRequest) throws InternalErrorException, LimitsExceededException, ResourceNotFoundException, InvalidParameterException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.LimitsExceededException - Exception that indicates that the operation would exceed a limit.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateHealthCheckResponse associateHealthCheck(Consumer<AssociateHealthCheckRequest.Builder> associateHealthCheckRequest) throws InternalErrorException, LimitsExceededException, ResourceNotFoundException, InvalidParameterException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the AssociateHealthCheckRequest.Builder avoiding the
need to create one manually via AssociateHealthCheckRequest.builder()
associateHealthCheckRequest - A Consumer that will call methods on AssociateHealthCheckRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.LimitsExceededException - Exception that indicates that the operation would exceed a limit.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateProactiveEngagementDetailsResponse associateProactiveEngagementDetails(AssociateProactiveEngagementDetailsRequest associateProactiveEngagementDetailsRequest) throws InternalErrorException, InvalidOperationException, InvalidParameterException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateProactiveEngagementDetailsResponse associateProactiveEngagementDetails(Consumer<AssociateProactiveEngagementDetailsRequest.Builder> associateProactiveEngagementDetailsRequest) throws InternalErrorException, InvalidOperationException, InvalidParameterException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the AssociateProactiveEngagementDetailsRequest.Builder
avoiding the need to create one manually via AssociateProactiveEngagementDetailsRequest.builder()
associateProactiveEngagementDetailsRequest - A Consumer that will call methods on AssociateProactiveEngagementDetailsRequest.Builder to
create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProtectionResponse createProtection(CreateProtectionRequest createProtectionRequest) throws InternalErrorException, InvalidResourceException, InvalidOperationException, LimitsExceededException, ResourceAlreadyExistsException, OptimisticLockException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidResourceException - Exception that indicates that the resource is invalid. You might not have access to the resource, or the
resource might not exist.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.LimitsExceededException - Exception that indicates that the operation would exceed a limit.ResourceAlreadyExistsException - Exception indicating the specified resource already exists. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProtectionResponse createProtection(Consumer<CreateProtectionRequest.Builder> createProtectionRequest) throws InternalErrorException, InvalidResourceException, InvalidOperationException, LimitsExceededException, ResourceAlreadyExistsException, OptimisticLockException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the CreateProtectionRequest.Builder avoiding the need
to create one manually via CreateProtectionRequest.builder()
createProtectionRequest - A Consumer that will call methods on CreateProtectionRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidResourceException - Exception that indicates that the resource is invalid. You might not have access to the resource, or the
resource might not exist.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.LimitsExceededException - Exception that indicates that the operation would exceed a limit.ResourceAlreadyExistsException - Exception indicating the specified resource already exists. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProtectionGroupResponse createProtectionGroup(CreateProtectionGroupRequest createProtectionGroupRequest) throws InternalErrorException, ResourceAlreadyExistsException, OptimisticLockException, ResourceNotFoundException, InvalidParameterException, LimitsExceededException, AwsServiceException, SdkClientException, ShieldException
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.
createProtectionGroupRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceAlreadyExistsException - Exception indicating the specified resource already exists. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.LimitsExceededException - Exception that indicates that the operation would exceed a limit.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProtectionGroupResponse createProtectionGroup(Consumer<CreateProtectionGroupRequest.Builder> createProtectionGroupRequest) throws InternalErrorException, ResourceAlreadyExistsException, OptimisticLockException, ResourceNotFoundException, InvalidParameterException, LimitsExceededException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the CreateProtectionGroupRequest.Builder avoiding the
need to create one manually via CreateProtectionGroupRequest.builder()
createProtectionGroupRequest - A Consumer that will call methods on CreateProtectionGroupRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceAlreadyExistsException - Exception indicating the specified resource already exists. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.LimitsExceededException - Exception that indicates that the operation would exceed a limit.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSubscriptionResponse createSubscription() throws InternalErrorException, ResourceAlreadyExistsException, AwsServiceException, SdkClientException, ShieldException
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.
InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceAlreadyExistsException - Exception indicating the specified resource already exists. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptioncreateSubscription(CreateSubscriptionRequest),
AWS API
Documentationdefault CreateSubscriptionResponse createSubscription(CreateSubscriptionRequest createSubscriptionRequest) throws InternalErrorException, ResourceAlreadyExistsException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceAlreadyExistsException - Exception indicating the specified resource already exists. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSubscriptionResponse createSubscription(Consumer<CreateSubscriptionRequest.Builder> createSubscriptionRequest) throws InternalErrorException, ResourceAlreadyExistsException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the CreateSubscriptionRequest.Builder avoiding the
need to create one manually via CreateSubscriptionRequest.builder()
createSubscriptionRequest - A Consumer that will call methods on CreateSubscriptionRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceAlreadyExistsException - Exception indicating the specified resource already exists. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteProtectionResponse deleteProtection(DeleteProtectionRequest deleteProtectionRequest) throws InternalErrorException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
Deletes an AWS Shield Advanced Protection.
deleteProtectionRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteProtectionResponse deleteProtection(Consumer<DeleteProtectionRequest.Builder> deleteProtectionRequest) throws InternalErrorException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
Deletes an AWS Shield Advanced Protection.
This is a convenience which creates an instance of the DeleteProtectionRequest.Builder avoiding the need
to create one manually via DeleteProtectionRequest.builder()
deleteProtectionRequest - A Consumer that will call methods on DeleteProtectionRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteProtectionGroupResponse deleteProtectionGroup(DeleteProtectionGroupRequest deleteProtectionGroupRequest) throws InternalErrorException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Removes the specified protection group.
deleteProtectionGroupRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteProtectionGroupResponse deleteProtectionGroup(Consumer<DeleteProtectionGroupRequest.Builder> deleteProtectionGroupRequest) throws InternalErrorException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Removes the specified protection group.
This is a convenience which creates an instance of the DeleteProtectionGroupRequest.Builder avoiding the
need to create one manually via DeleteProtectionGroupRequest.builder()
deleteProtectionGroupRequest - A Consumer that will call methods on DeleteProtectionGroupRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeAttackResponse describeAttack(DescribeAttackRequest describeAttackRequest) throws InternalErrorException, AccessDeniedException, AwsServiceException, SdkClientException, ShieldException
Describes the details of a DDoS attack.
describeAttackRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.AccessDeniedException - Exception that indicates the specified AttackId does not exist, or the requester does not
have the appropriate permissions to access the AttackId.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeAttackResponse describeAttack(Consumer<DescribeAttackRequest.Builder> describeAttackRequest) throws InternalErrorException, AccessDeniedException, AwsServiceException, SdkClientException, ShieldException
Describes the details of a DDoS attack.
This is a convenience which creates an instance of the DescribeAttackRequest.Builder avoiding the need to
create one manually via DescribeAttackRequest.builder()
describeAttackRequest - A Consumer that will call methods on DescribeAttackRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.AccessDeniedException - Exception that indicates the specified AttackId does not exist, or the requester does not
have the appropriate permissions to access the AttackId.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeAttackStatisticsResponse describeAttackStatistics(DescribeAttackStatisticsRequest describeAttackStatisticsRequest) throws InternalErrorException, AwsServiceException, SdkClientException, ShieldException
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.
describeAttackStatisticsRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeAttackStatisticsResponse describeAttackStatistics(Consumer<DescribeAttackStatisticsRequest.Builder> describeAttackStatisticsRequest) throws InternalErrorException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the DescribeAttackStatisticsRequest.Builder avoiding
the need to create one manually via DescribeAttackStatisticsRequest.builder()
describeAttackStatisticsRequest - A Consumer that will call methods on DescribeAttackStatisticsRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDrtAccessResponse describeDRTAccess(DescribeDrtAccessRequest describeDrtAccessRequest) throws InternalErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDrtAccessResponse describeDRTAccess(Consumer<DescribeDrtAccessRequest.Builder> describeDrtAccessRequest) throws InternalErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the DescribeDrtAccessRequest.Builder avoiding the need
to create one manually via DescribeDrtAccessRequest.builder()
describeDrtAccessRequest - A Consumer that will call methods on DescribeDRTAccessRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeEmergencyContactSettingsResponse describeEmergencyContactSettings(DescribeEmergencyContactSettingsRequest describeEmergencyContactSettingsRequest) throws InternalErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeEmergencyContactSettingsResponse describeEmergencyContactSettings(Consumer<DescribeEmergencyContactSettingsRequest.Builder> describeEmergencyContactSettingsRequest) throws InternalErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the DescribeEmergencyContactSettingsRequest.Builder
avoiding the need to create one manually via DescribeEmergencyContactSettingsRequest.builder()
describeEmergencyContactSettingsRequest - A Consumer that will call methods on DescribeEmergencyContactSettingsRequest.Builder to
create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeProtectionResponse describeProtection(DescribeProtectionRequest describeProtectionRequest) throws InternalErrorException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Lists the details of a Protection object.
describeProtectionRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeProtectionResponse describeProtection(Consumer<DescribeProtectionRequest.Builder> describeProtectionRequest) throws InternalErrorException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Lists the details of a Protection object.
This is a convenience which creates an instance of the DescribeProtectionRequest.Builder avoiding the
need to create one manually via DescribeProtectionRequest.builder()
describeProtectionRequest - A Consumer that will call methods on DescribeProtectionRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeProtectionGroupResponse describeProtectionGroup(DescribeProtectionGroupRequest describeProtectionGroupRequest) throws InternalErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Returns the specification for the specified protection group.
describeProtectionGroupRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeProtectionGroupResponse describeProtectionGroup(Consumer<DescribeProtectionGroupRequest.Builder> describeProtectionGroupRequest) throws InternalErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Returns the specification for the specified protection group.
This is a convenience which creates an instance of the DescribeProtectionGroupRequest.Builder avoiding
the need to create one manually via DescribeProtectionGroupRequest.builder()
describeProtectionGroupRequest - A Consumer that will call methods on DescribeProtectionGroupRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeSubscriptionResponse describeSubscription() throws InternalErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Provides details about the AWS Shield Advanced subscription for an account.
InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondescribeSubscription(DescribeSubscriptionRequest),
AWS
API Documentationdefault DescribeSubscriptionResponse describeSubscription(DescribeSubscriptionRequest describeSubscriptionRequest) throws InternalErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Provides details about the AWS Shield Advanced subscription for an account.
describeSubscriptionRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeSubscriptionResponse describeSubscription(Consumer<DescribeSubscriptionRequest.Builder> describeSubscriptionRequest) throws InternalErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Provides details about the AWS Shield Advanced subscription for an account.
This is a convenience which creates an instance of the DescribeSubscriptionRequest.Builder avoiding the
need to create one manually via DescribeSubscriptionRequest.builder()
describeSubscriptionRequest - A Consumer that will call methods on DescribeSubscriptionRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisableProactiveEngagementResponse disableProactiveEngagement(DisableProactiveEngagementRequest disableProactiveEngagementRequest) throws InternalErrorException, InvalidOperationException, InvalidParameterException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.
disableProactiveEngagementRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisableProactiveEngagementResponse disableProactiveEngagement(Consumer<DisableProactiveEngagementRequest.Builder> disableProactiveEngagementRequest) throws InternalErrorException, InvalidOperationException, InvalidParameterException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.
This is a convenience which creates an instance of the DisableProactiveEngagementRequest.Builder avoiding
the need to create one manually via DisableProactiveEngagementRequest.builder()
disableProactiveEngagementRequest - A Consumer that will call methods on DisableProactiveEngagementRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateDrtLogBucketResponse disassociateDRTLogBucket(DisassociateDrtLogBucketRequest disassociateDrtLogBucketRequest) throws InternalErrorException, InvalidOperationException, NoAssociatedRoleException, AccessDeniedForDependencyException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.NoAssociatedRoleException - The ARN of the role that you specifed does not exist.AccessDeniedForDependencyException - In order to grant the necessary access to the DDoS Response Team (DRT), the user submitting the request
must have the iam:PassRole permission. This error indicates the user did not have the
appropriate permissions. For more information, see Granting a User
Permissions to Pass a Role to an AWS Service.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateDrtLogBucketResponse disassociateDRTLogBucket(Consumer<DisassociateDrtLogBucketRequest.Builder> disassociateDrtLogBucketRequest) throws InternalErrorException, InvalidOperationException, NoAssociatedRoleException, AccessDeniedForDependencyException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the DisassociateDrtLogBucketRequest.Builder avoiding
the need to create one manually via DisassociateDrtLogBucketRequest.builder()
disassociateDrtLogBucketRequest - A Consumer that will call methods on DisassociateDRTLogBucketRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.NoAssociatedRoleException - The ARN of the role that you specifed does not exist.AccessDeniedForDependencyException - In order to grant the necessary access to the DDoS Response Team (DRT), the user submitting the request
must have the iam:PassRole permission. This error indicates the user did not have the
appropriate permissions. For more information, see Granting a User
Permissions to Pass a Role to an AWS Service.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateDrtRoleResponse disassociateDRTRole() throws InternalErrorException, InvalidOperationException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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.
InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondisassociateDRTRole(DisassociateDrtRoleRequest),
AWS
API Documentationdefault DisassociateDrtRoleResponse disassociateDRTRole(DisassociateDrtRoleRequest disassociateDrtRoleRequest) throws InternalErrorException, InvalidOperationException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateDrtRoleResponse disassociateDRTRole(Consumer<DisassociateDrtRoleRequest.Builder> disassociateDrtRoleRequest) throws InternalErrorException, InvalidOperationException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the DisassociateDrtRoleRequest.Builder avoiding the
need to create one manually via DisassociateDrtRoleRequest.builder()
disassociateDrtRoleRequest - A Consumer that will call methods on DisassociateDRTRoleRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateHealthCheckResponse disassociateHealthCheck(DisassociateHealthCheckRequest disassociateHealthCheckRequest) throws InternalErrorException, InvalidParameterException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateHealthCheckResponse disassociateHealthCheck(Consumer<DisassociateHealthCheckRequest.Builder> disassociateHealthCheckRequest) throws InternalErrorException, InvalidParameterException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the DisassociateHealthCheckRequest.Builder avoiding
the need to create one manually via DisassociateHealthCheckRequest.builder()
disassociateHealthCheckRequest - A Consumer that will call methods on DisassociateHealthCheckRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault EnableProactiveEngagementResponse enableProactiveEngagement(EnableProactiveEngagementRequest enableProactiveEngagementRequest) throws InternalErrorException, InvalidOperationException, InvalidParameterException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault EnableProactiveEngagementResponse enableProactiveEngagement(Consumer<EnableProactiveEngagementRequest.Builder> enableProactiveEngagementRequest) throws InternalErrorException, InvalidOperationException, InvalidParameterException, ResourceNotFoundException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the EnableProactiveEngagementRequest.Builder avoiding
the need to create one manually via EnableProactiveEngagementRequest.builder()
enableProactiveEngagementRequest - A Consumer that will call methods on EnableProactiveEngagementRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSubscriptionStateResponse getSubscriptionState() throws InternalErrorException, AwsServiceException, SdkClientException, ShieldException
Returns the SubscriptionState, either Active or Inactive.
InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiongetSubscriptionState(GetSubscriptionStateRequest),
AWS
API Documentationdefault GetSubscriptionStateResponse getSubscriptionState(GetSubscriptionStateRequest getSubscriptionStateRequest) throws InternalErrorException, AwsServiceException, SdkClientException, ShieldException
Returns the SubscriptionState, either Active or Inactive.
getSubscriptionStateRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSubscriptionStateResponse getSubscriptionState(Consumer<GetSubscriptionStateRequest.Builder> getSubscriptionStateRequest) throws InternalErrorException, AwsServiceException, SdkClientException, ShieldException
Returns the SubscriptionState, either Active or Inactive.
This is a convenience which creates an instance of the GetSubscriptionStateRequest.Builder avoiding the
need to create one manually via GetSubscriptionStateRequest.builder()
getSubscriptionStateRequest - A Consumer that will call methods on GetSubscriptionStateRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAttacksResponse listAttacks() throws InternalErrorException, InvalidParameterException, InvalidOperationException, AwsServiceException, SdkClientException, ShieldException
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistAttacks(ListAttacksRequest),
AWS API
Documentationdefault ListAttacksResponse listAttacks(ListAttacksRequest listAttacksRequest) throws InternalErrorException, InvalidParameterException, InvalidOperationException, AwsServiceException, SdkClientException, ShieldException
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
listAttacksRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAttacksResponse listAttacks(Consumer<ListAttacksRequest.Builder> listAttacksRequest) throws InternalErrorException, InvalidParameterException, InvalidOperationException, AwsServiceException, SdkClientException, ShieldException
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
This is a convenience which creates an instance of the ListAttacksRequest.Builder avoiding the need to
create one manually via ListAttacksRequest.builder()
listAttacksRequest - A Consumer that will call methods on ListAttacksRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAttacksIterable listAttacksPaginator() throws InternalErrorException, InvalidParameterException, InvalidOperationException, AwsServiceException, SdkClientException, ShieldException
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
This is a variant of listAttacks(software.amazon.awssdk.services.shield.model.ListAttacksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListAttacksIterable responses = client.listAttacksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListAttacksIterable responses = client.listAttacksPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListAttacksResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListAttacksIterable responses = client.listAttacksPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAttacks(software.amazon.awssdk.services.shield.model.ListAttacksRequest) operation.
InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistAttacksPaginator(ListAttacksRequest),
AWS API
Documentationdefault ListAttacksIterable listAttacksPaginator(ListAttacksRequest listAttacksRequest) throws InternalErrorException, InvalidParameterException, InvalidOperationException, AwsServiceException, SdkClientException, ShieldException
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
This is a variant of listAttacks(software.amazon.awssdk.services.shield.model.ListAttacksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListAttacksIterable responses = client.listAttacksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListAttacksIterable responses = client.listAttacksPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListAttacksResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListAttacksIterable responses = client.listAttacksPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAttacks(software.amazon.awssdk.services.shield.model.ListAttacksRequest) operation.
listAttacksRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAttacksIterable listAttacksPaginator(Consumer<ListAttacksRequest.Builder> listAttacksRequest) throws InternalErrorException, InvalidParameterException, InvalidOperationException, AwsServiceException, SdkClientException, ShieldException
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
This is a variant of listAttacks(software.amazon.awssdk.services.shield.model.ListAttacksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListAttacksIterable responses = client.listAttacksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListAttacksIterable responses = client.listAttacksPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListAttacksResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListAttacksIterable responses = client.listAttacksPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAttacks(software.amazon.awssdk.services.shield.model.ListAttacksRequest) operation.
This is a convenience which creates an instance of the ListAttacksRequest.Builder avoiding the need to
create one manually via ListAttacksRequest.builder()
listAttacksRequest - A Consumer that will call methods on ListAttacksRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.InvalidOperationException - Exception that indicates that the operation would not cause any change to occur.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProtectionGroupsResponse listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Retrieves the ProtectionGroup objects for the account.
listProtectionGroupsRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProtectionGroupsResponse listProtectionGroups(Consumer<ListProtectionGroupsRequest.Builder> listProtectionGroupsRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Retrieves the ProtectionGroup objects for the account.
This is a convenience which creates an instance of the ListProtectionGroupsRequest.Builder avoiding the
need to create one manually via ListProtectionGroupsRequest.builder()
listProtectionGroupsRequest - A Consumer that will call methods on ListProtectionGroupsRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProtectionGroupsIterable listProtectionGroupsPaginator(ListProtectionGroupsRequest listProtectionGroupsRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Retrieves the ProtectionGroup objects for the account.
This is a variant of
listProtectionGroups(software.amazon.awssdk.services.shield.model.ListProtectionGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListProtectionGroupsIterable responses = client.listProtectionGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListProtectionGroupsIterable responses = client
.listProtectionGroupsPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListProtectionGroupsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListProtectionGroupsIterable responses = client.listProtectionGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProtectionGroups(software.amazon.awssdk.services.shield.model.ListProtectionGroupsRequest)
operation.
listProtectionGroupsRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProtectionGroupsIterable listProtectionGroupsPaginator(Consumer<ListProtectionGroupsRequest.Builder> listProtectionGroupsRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Retrieves the ProtectionGroup objects for the account.
This is a variant of
listProtectionGroups(software.amazon.awssdk.services.shield.model.ListProtectionGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListProtectionGroupsIterable responses = client.listProtectionGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListProtectionGroupsIterable responses = client
.listProtectionGroupsPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListProtectionGroupsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListProtectionGroupsIterable responses = client.listProtectionGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProtectionGroups(software.amazon.awssdk.services.shield.model.ListProtectionGroupsRequest)
operation.
This is a convenience which creates an instance of the ListProtectionGroupsRequest.Builder avoiding the
need to create one manually via ListProtectionGroupsRequest.builder()
listProtectionGroupsRequest - A Consumer that will call methods on ListProtectionGroupsRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProtectionsResponse listProtections() throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Lists all Protection objects for the account.
InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistProtections(ListProtectionsRequest),
AWS API
Documentationdefault ListProtectionsResponse listProtections(ListProtectionsRequest listProtectionsRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Lists all Protection objects for the account.
listProtectionsRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProtectionsResponse listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Lists all Protection objects for the account.
This is a convenience which creates an instance of the ListProtectionsRequest.Builder avoiding the need
to create one manually via ListProtectionsRequest.builder()
listProtectionsRequest - A Consumer that will call methods on ListProtectionsRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProtectionsIterable listProtectionsPaginator() throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Lists all Protection objects for the account.
This is a variant of
listProtections(software.amazon.awssdk.services.shield.model.ListProtectionsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListProtectionsIterable responses = client.listProtectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListProtectionsIterable responses = client
.listProtectionsPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListProtectionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListProtectionsIterable responses = client.listProtectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProtections(software.amazon.awssdk.services.shield.model.ListProtectionsRequest) operation.
InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistProtectionsPaginator(ListProtectionsRequest),
AWS API
Documentationdefault ListProtectionsIterable listProtectionsPaginator(ListProtectionsRequest listProtectionsRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Lists all Protection objects for the account.
This is a variant of
listProtections(software.amazon.awssdk.services.shield.model.ListProtectionsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListProtectionsIterable responses = client.listProtectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListProtectionsIterable responses = client
.listProtectionsPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListProtectionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListProtectionsIterable responses = client.listProtectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProtections(software.amazon.awssdk.services.shield.model.ListProtectionsRequest) operation.
listProtectionsRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProtectionsIterable listProtectionsPaginator(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Lists all Protection objects for the account.
This is a variant of
listProtections(software.amazon.awssdk.services.shield.model.ListProtectionsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListProtectionsIterable responses = client.listProtectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListProtectionsIterable responses = client
.listProtectionsPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListProtectionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListProtectionsIterable responses = client.listProtectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProtections(software.amazon.awssdk.services.shield.model.ListProtectionsRequest) operation.
This is a convenience which creates an instance of the ListProtectionsRequest.Builder avoiding the need
to create one manually via ListProtectionsRequest.builder()
listProtectionsRequest - A Consumer that will call methods on ListProtectionsRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListResourcesInProtectionGroupResponse listResourcesInProtectionGroup(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Retrieves the resources that are included in the protection group.
listResourcesInProtectionGroupRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListResourcesInProtectionGroupResponse listResourcesInProtectionGroup(Consumer<ListResourcesInProtectionGroupRequest.Builder> listResourcesInProtectionGroupRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Retrieves the resources that are included in the protection group.
This is a convenience which creates an instance of the ListResourcesInProtectionGroupRequest.Builder
avoiding the need to create one manually via ListResourcesInProtectionGroupRequest.builder()
listResourcesInProtectionGroupRequest - A Consumer that will call methods on ListResourcesInProtectionGroupRequest.Builder to
create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListResourcesInProtectionGroupIterable listResourcesInProtectionGroupPaginator(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Retrieves the resources that are included in the protection group.
This is a variant of
listResourcesInProtectionGroup(software.amazon.awssdk.services.shield.model.ListResourcesInProtectionGroupRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListResourcesInProtectionGroupIterable responses = client.listResourcesInProtectionGroupPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListResourcesInProtectionGroupIterable responses = client
.listResourcesInProtectionGroupPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListResourcesInProtectionGroupResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListResourcesInProtectionGroupIterable responses = client.listResourcesInProtectionGroupPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listResourcesInProtectionGroup(software.amazon.awssdk.services.shield.model.ListResourcesInProtectionGroupRequest)
operation.
listResourcesInProtectionGroupRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListResourcesInProtectionGroupIterable listResourcesInProtectionGroupPaginator(Consumer<ListResourcesInProtectionGroupRequest.Builder> listResourcesInProtectionGroupRequest) throws InternalErrorException, ResourceNotFoundException, InvalidPaginationTokenException, AwsServiceException, SdkClientException, ShieldException
Retrieves the resources that are included in the protection group.
This is a variant of
listResourcesInProtectionGroup(software.amazon.awssdk.services.shield.model.ListResourcesInProtectionGroupRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.shield.paginators.ListResourcesInProtectionGroupIterable responses = client.listResourcesInProtectionGroupPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.shield.paginators.ListResourcesInProtectionGroupIterable responses = client
.listResourcesInProtectionGroupPaginator(request);
for (software.amazon.awssdk.services.shield.model.ListResourcesInProtectionGroupResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.shield.paginators.ListResourcesInProtectionGroupIterable responses = client.listResourcesInProtectionGroupPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listResourcesInProtectionGroup(software.amazon.awssdk.services.shield.model.ListResourcesInProtectionGroupRequest)
operation.
This is a convenience which creates an instance of the ListResourcesInProtectionGroupRequest.Builder
avoiding the need to create one manually via ListResourcesInProtectionGroupRequest.builder()
listResourcesInProtectionGroupRequest - A Consumer that will call methods on ListResourcesInProtectionGroupRequest.Builder to
create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidPaginationTokenException - Exception that indicates that the NextToken specified in the request is invalid. Submit the request using
the NextToken value that was returned in the response.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InternalErrorException, InvalidResourceException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS Shield.
listTagsForResourceRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidResourceException - Exception that indicates that the resource is invalid. You might not have access to the resource, or the
resource might not exist.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws InternalErrorException, InvalidResourceException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS Shield.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidResourceException - Exception that indicates that the resource is invalid. You might not have access to the resource, or the
resource might not exist.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InternalErrorException, InvalidResourceException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Adds or updates tags for a resource in AWS Shield.
tagResourceRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidResourceException - Exception that indicates that the resource is invalid. You might not have access to the resource, or the
resource might not exist.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws InternalErrorException, InvalidResourceException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Adds or updates tags for a resource in AWS Shield.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidResourceException - Exception that indicates that the resource is invalid. You might not have access to the resource, or the
resource might not exist.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InternalErrorException, InvalidResourceException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Removes tags from a resource in AWS Shield.
untagResourceRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidResourceException - Exception that indicates that the resource is invalid. You might not have access to the resource, or the
resource might not exist.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws InternalErrorException, InvalidResourceException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
Removes tags from a resource in AWS Shield.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidResourceException - Exception that indicates that the resource is invalid. You might not have access to the resource, or the
resource might not exist.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEmergencyContactSettingsResponse updateEmergencyContactSettings(UpdateEmergencyContactSettingsRequest updateEmergencyContactSettingsRequest) throws InternalErrorException, InvalidParameterException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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 - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEmergencyContactSettingsResponse updateEmergencyContactSettings(Consumer<UpdateEmergencyContactSettingsRequest.Builder> updateEmergencyContactSettingsRequest) throws InternalErrorException, InvalidParameterException, OptimisticLockException, ResourceNotFoundException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the UpdateEmergencyContactSettingsRequest.Builder
avoiding the need to create one manually via UpdateEmergencyContactSettingsRequest.builder()
updateEmergencyContactSettingsRequest - A Consumer that will call methods on UpdateEmergencyContactSettingsRequest.Builder to
create a request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateProtectionGroupResponse updateProtectionGroup(UpdateProtectionGroupRequest updateProtectionGroupRequest) throws InternalErrorException, ResourceNotFoundException, OptimisticLockException, InvalidParameterException, AwsServiceException, SdkClientException, ShieldException
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.
updateProtectionGroupRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateProtectionGroupResponse updateProtectionGroup(Consumer<UpdateProtectionGroupRequest.Builder> updateProtectionGroupRequest) throws InternalErrorException, ResourceNotFoundException, OptimisticLockException, InvalidParameterException, AwsServiceException, SdkClientException, ShieldException
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.
This is a convenience which creates an instance of the UpdateProtectionGroupRequest.Builder avoiding the
need to create one manually via UpdateProtectionGroupRequest.builder()
updateProtectionGroupRequest - A Consumer that will call methods on UpdateProtectionGroupRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSubscriptionResponse updateSubscription(UpdateSubscriptionRequest updateSubscriptionRequest) throws InternalErrorException, LockedSubscriptionException, ResourceNotFoundException, InvalidParameterException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.
updateSubscriptionRequest - InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.LockedSubscriptionException - You are trying to update a subscription that has not yet completed the 1-year commitment. You can change
the AutoRenew parameter during the last 30 days of your subscription. This exception
indicates that you are attempting to change AutoRenew prior to that period.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSubscriptionResponse updateSubscription(Consumer<UpdateSubscriptionRequest.Builder> updateSubscriptionRequest) throws InternalErrorException, LockedSubscriptionException, ResourceNotFoundException, InvalidParameterException, OptimisticLockException, AwsServiceException, SdkClientException, ShieldException
Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.
This is a convenience which creates an instance of the UpdateSubscriptionRequest.Builder avoiding the
need to create one manually via UpdateSubscriptionRequest.builder()
updateSubscriptionRequest - A Consumer that will call methods on UpdateSubscriptionRequest.Builder to create a
request.InternalErrorException - Exception that indicates that a problem occurred with the service infrastructure. You can retry the
request.LockedSubscriptionException - You are trying to update a subscription that has not yet completed the 1-year commitment. You can change
the AutoRenew parameter during the last 30 days of your subscription. This exception
indicates that you are attempting to change AutoRenew prior to that period.ResourceNotFoundException - Exception indicating the specified resource does not exist. If available, this exception includes details
in additional properties.InvalidParameterException - Exception that indicates that the parameters passed to the API are invalid. If available, this exception
includes details in additional properties.OptimisticLockException - Exception that indicates that the resource state has been modified by another client. Retrieve the
resource and then retry your request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ShieldException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2021. All rights reserved.