Uses of Interface
software.amazon.awssdk.services.shield.model.AssociateHealthCheckRequest.Builder
-
Packages that use AssociateHealthCheckRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of AssociateHealthCheckRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type AssociateHealthCheckRequest.Builder 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 AssociateHealthCheckResponseShieldClient. associateHealthCheck(Consumer<AssociateHealthCheckRequest.Builder> associateHealthCheckRequest)Adds health-based detection to the Shield Advanced protection for a resource. -
Uses of AssociateHealthCheckRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AssociateHealthCheckRequest.Builder Modifier and Type Method Description static AssociateHealthCheckRequest.BuilderAssociateHealthCheckRequest. builder()AssociateHealthCheckRequest.BuilderAssociateHealthCheckRequest.Builder. healthCheckArn(String healthCheckArn)The Amazon Resource Name (ARN) of the health check to associate with the protection.AssociateHealthCheckRequest.BuilderAssociateHealthCheckRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateHealthCheckRequest.BuilderAssociateHealthCheckRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateHealthCheckRequest.BuilderAssociateHealthCheckRequest.Builder. protectionId(String protectionId)The unique identifier (ID) for the Protection object to add the health check association to.AssociateHealthCheckRequest.BuilderAssociateHealthCheckRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AssociateHealthCheckRequest.Builder Modifier and Type Method Description static Class<? extends AssociateHealthCheckRequest.Builder>AssociateHealthCheckRequest. serializableBuilderClass()
-