Uses of Class
software.amazon.awssdk.services.shield.model.AssociateHealthCheckResponse
-
Packages that use AssociateHealthCheckResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of AssociateHealthCheckResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return AssociateHealthCheckResponse Modifier and Type Method Description default AssociateHealthCheckResponseShieldClient. associateHealthCheck(Consumer<AssociateHealthCheckRequest.Builder> associateHealthCheckRequest)Adds health-based detection to the Shield Advanced protection for a resource.default AssociateHealthCheckResponseShieldClient. associateHealthCheck(AssociateHealthCheckRequest associateHealthCheckRequest)Adds health-based detection to the Shield Advanced protection for a resource.Methods in software.amazon.awssdk.services.shield that return types with arguments of type AssociateHealthCheckResponse Modifier and Type Method Description default CompletableFuture<AssociateHealthCheckResponse>ShieldAsyncClient. associateHealthCheck(Consumer<AssociateHealthCheckRequest.Builder> associateHealthCheckRequest)Adds health-based detection to the Shield Advanced protection for a resource.default CompletableFuture<AssociateHealthCheckResponse>ShieldAsyncClient. associateHealthCheck(AssociateHealthCheckRequest associateHealthCheckRequest)Adds health-based detection to the Shield Advanced protection for a resource.
-