| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateHealthCheckResponse> |
ShieldAsyncClient.associateHealthCheck(Consumer<AssociateHealthCheckRequest.Builder> associateHealthCheckRequest)
Adds health-based detection to the Shield Advanced protection for a resource.
|
default AssociateHealthCheckResponse |
ShieldClient.associateHealthCheck(Consumer<AssociateHealthCheckRequest.Builder> associateHealthCheckRequest)
Adds health-based detection to the Shield Advanced protection for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateHealthCheckRequest.Builder |
AssociateHealthCheckRequest.builder() |
AssociateHealthCheckRequest.Builder |
AssociateHealthCheckRequest.Builder.healthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check to associate with the protection.
|
AssociateHealthCheckRequest.Builder |
AssociateHealthCheckRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateHealthCheckRequest.Builder |
AssociateHealthCheckRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateHealthCheckRequest.Builder |
AssociateHealthCheckRequest.Builder.protectionId(String protectionId)
The unique identifier (ID) for the Protection object to add the health check association to.
|
AssociateHealthCheckRequest.Builder |
AssociateHealthCheckRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateHealthCheckRequest.Builder> |
AssociateHealthCheckRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.