| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<EnableApplicationLayerAutomaticResponseResponse> |
ShieldAsyncClient.enableApplicationLayerAutomaticResponse(Consumer<EnableApplicationLayerAutomaticResponseRequest.Builder> enableApplicationLayerAutomaticResponseRequest)
Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource.
|
default EnableApplicationLayerAutomaticResponseResponse |
ShieldClient.enableApplicationLayerAutomaticResponse(Consumer<EnableApplicationLayerAutomaticResponseRequest.Builder> enableApplicationLayerAutomaticResponseRequest)
Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource.
|
| Modifier and Type | Method and Description |
|---|---|
default EnableApplicationLayerAutomaticResponseRequest.Builder |
EnableApplicationLayerAutomaticResponseRequest.Builder.action(Consumer<ResponseAction.Builder> action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of
the protected resource in response to DDoS attacks.
|
EnableApplicationLayerAutomaticResponseRequest.Builder |
EnableApplicationLayerAutomaticResponseRequest.Builder.action(ResponseAction action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of
the protected resource in response to DDoS attacks.
|
static EnableApplicationLayerAutomaticResponseRequest.Builder |
EnableApplicationLayerAutomaticResponseRequest.builder() |
EnableApplicationLayerAutomaticResponseRequest.Builder |
EnableApplicationLayerAutomaticResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableApplicationLayerAutomaticResponseRequest.Builder |
EnableApplicationLayerAutomaticResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableApplicationLayerAutomaticResponseRequest.Builder |
EnableApplicationLayerAutomaticResponseRequest.Builder.resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the protected resource.
|
EnableApplicationLayerAutomaticResponseRequest.Builder |
EnableApplicationLayerAutomaticResponseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnableApplicationLayerAutomaticResponseRequest.Builder> |
EnableApplicationLayerAutomaticResponseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.