Uses of Class
software.amazon.awssdk.services.shield.model.DisassociateHealthCheckResponse
-
Packages that use DisassociateHealthCheckResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of DisassociateHealthCheckResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return DisassociateHealthCheckResponse Modifier and Type Method Description default DisassociateHealthCheckResponseShieldClient. disassociateHealthCheck(Consumer<DisassociateHealthCheckRequest.Builder> disassociateHealthCheckRequest)Removes health-based detection from the Shield Advanced protection for a resource.default DisassociateHealthCheckResponseShieldClient. disassociateHealthCheck(DisassociateHealthCheckRequest disassociateHealthCheckRequest)Removes health-based detection from the Shield Advanced protection for a resource.Methods in software.amazon.awssdk.services.shield that return types with arguments of type DisassociateHealthCheckResponse Modifier and Type Method Description default CompletableFuture<DisassociateHealthCheckResponse>ShieldAsyncClient. disassociateHealthCheck(Consumer<DisassociateHealthCheckRequest.Builder> disassociateHealthCheckRequest)Removes health-based detection from the Shield Advanced protection for a resource.default CompletableFuture<DisassociateHealthCheckResponse>ShieldAsyncClient. disassociateHealthCheck(DisassociateHealthCheckRequest disassociateHealthCheckRequest)Removes health-based detection from the Shield Advanced protection for a resource.
-