Uses of Class
com.amazonaws.services.route53.model.UpdateHealthCheckRequest
Packages that use UpdateHealthCheckRequest
-
Uses of UpdateHealthCheckRequest in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 with parameters of type UpdateHealthCheckRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53.updateHealthCheck
(UpdateHealthCheckRequest request) AmazonRoute53.updateHealthCheck
(UpdateHealthCheckRequest updateHealthCheckRequest) This action updates an existing health check.AmazonRoute53Client.updateHealthCheck
(UpdateHealthCheckRequest updateHealthCheckRequest) This action updates an existing health check.AbstractAmazonRoute53Async.updateHealthCheckAsync
(UpdateHealthCheckRequest request) AbstractAmazonRoute53Async.updateHealthCheckAsync
(UpdateHealthCheckRequest request, AsyncHandler<UpdateHealthCheckRequest, UpdateHealthCheckResult> asyncHandler) AmazonRoute53Async.updateHealthCheckAsync
(UpdateHealthCheckRequest updateHealthCheckRequest) This action updates an existing health check.AmazonRoute53Async.updateHealthCheckAsync
(UpdateHealthCheckRequest updateHealthCheckRequest, AsyncHandler<UpdateHealthCheckRequest, UpdateHealthCheckResult> asyncHandler) This action updates an existing health check.AmazonRoute53AsyncClient.updateHealthCheckAsync
(UpdateHealthCheckRequest request) AmazonRoute53AsyncClient.updateHealthCheckAsync
(UpdateHealthCheckRequest request, AsyncHandler<UpdateHealthCheckRequest, UpdateHealthCheckResult> asyncHandler) Method parameters in com.amazonaws.services.route53 with type arguments of type UpdateHealthCheckRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.updateHealthCheckAsync
(UpdateHealthCheckRequest request, AsyncHandler<UpdateHealthCheckRequest, UpdateHealthCheckResult> asyncHandler) AmazonRoute53Async.updateHealthCheckAsync
(UpdateHealthCheckRequest updateHealthCheckRequest, AsyncHandler<UpdateHealthCheckRequest, UpdateHealthCheckResult> asyncHandler) This action updates an existing health check.AmazonRoute53AsyncClient.updateHealthCheckAsync
(UpdateHealthCheckRequest request, AsyncHandler<UpdateHealthCheckRequest, UpdateHealthCheckResult> asyncHandler) -
Uses of UpdateHealthCheckRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return UpdateHealthCheckRequestModifier and TypeMethodDescriptionUpdateHealthCheckRequest.clone()
UpdateHealthCheckRequest.withAlarmIdentifier
(AlarmIdentifier alarmIdentifier) UpdateHealthCheckRequest.withChildHealthChecks
(String... childHealthChecks) For a specified parent health check, a list ofHealthCheckId
values for the associated child health checks.UpdateHealthCheckRequest.withChildHealthChecks
(Collection<String> childHealthChecks) For a specified parent health check, a list ofHealthCheckId
values for the associated child health checks.UpdateHealthCheckRequest.withEnableSNI
(Boolean enableSNI) Specify whether you want Amazon Route 53 to send the value ofFullyQualifiedDomainName
to the endpoint in theclient_hello
message during TLS negotiation.UpdateHealthCheckRequest.withFailureThreshold
(Integer failureThreshold) The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.UpdateHealthCheckRequest.withFullyQualifiedDomainName
(String fullyQualifiedDomainName) Fully qualified domain name of the instance to be health checked.UpdateHealthCheckRequest.withHealthCheckId
(String healthCheckId) The ID of the health check to update.UpdateHealthCheckRequest.withHealthCheckVersion
(Long healthCheckVersion) Optional.UpdateHealthCheckRequest.withHealthThreshold
(Integer healthThreshold) The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy.UpdateHealthCheckRequest.withInsufficientDataHealthStatus
(InsufficientDataHealthStatus insufficientDataHealthStatus) UpdateHealthCheckRequest.withInsufficientDataHealthStatus
(String insufficientDataHealthStatus) UpdateHealthCheckRequest.withInverted
(Boolean inverted) A boolean value that indicates whether the status of health check should be inverted.UpdateHealthCheckRequest.withIPAddress
(String iPAddress) The IP address of the resource that you want to check.The port on which you want Amazon Route 53 to open a connection to perform health checks.UpdateHealthCheckRequest.withRegions
(HealthCheckRegion... regions) A list ofHealthCheckRegion
values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks.UpdateHealthCheckRequest.withRegions
(String... regions) A list ofHealthCheckRegion
values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks.UpdateHealthCheckRequest.withRegions
(Collection<String> regions) A list ofHealthCheckRegion
values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks.UpdateHealthCheckRequest.withResourcePath
(String resourcePath) The path that you want Amazon Route 53 to request when performing health checks.UpdateHealthCheckRequest.withSearchString
(String searchString) If the value ofType
isHTTP_STR_MATCH
orHTTP_STR_MATCH
, the string that you want Amazon Route 53 to search for in the response body from the specified resource.