| Package | Description |
|---|---|
| com.amazonaws.services.shield |
|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateHealthCheckResult> |
AWSShieldAsyncClient.associateHealthCheckAsync(AssociateHealthCheckRequest request,
AsyncHandler<AssociateHealthCheckRequest,AssociateHealthCheckResult> asyncHandler) |
Future<AssociateHealthCheckResult> |
AWSShieldAsync.associateHealthCheckAsync(AssociateHealthCheckRequest associateHealthCheckRequest,
AsyncHandler<AssociateHealthCheckRequest,AssociateHealthCheckResult> asyncHandler)
Adds health-based detection to the Shield Advanced protection for a resource.
|
Future<AssociateHealthCheckResult> |
AbstractAWSShieldAsync.associateHealthCheckAsync(AssociateHealthCheckRequest request,
AsyncHandler<AssociateHealthCheckRequest,AssociateHealthCheckResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateHealthCheckRequest |
AssociateHealthCheckRequest.clone() |
AssociateHealthCheckRequest |
AssociateHealthCheckRequest.withHealthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check to associate with the protection.
|
AssociateHealthCheckRequest |
AssociateHealthCheckRequest.withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to add the health check association to.
|
Copyright © 2022. All rights reserved.