Uses of Class
com.amazonaws.services.route53.model.CreateHealthCheckRequest
-
Packages that use CreateHealthCheckRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of CreateHealthCheckRequest in com.amazonaws.services.route53
Method parameters in com.amazonaws.services.route53 with type arguments of type CreateHealthCheckRequest Modifier and Type Method Description Future<CreateHealthCheckResult>
AbstractAmazonRoute53Async. createHealthCheckAsync(CreateHealthCheckRequest request, AsyncHandler<CreateHealthCheckRequest,CreateHealthCheckResult> asyncHandler)
Future<CreateHealthCheckResult>
AmazonRoute53Async. createHealthCheckAsync(CreateHealthCheckRequest createHealthCheckRequest, AsyncHandler<CreateHealthCheckRequest,CreateHealthCheckResult> asyncHandler)
This action creates a new health check.Future<CreateHealthCheckResult>
AmazonRoute53AsyncClient. createHealthCheckAsync(CreateHealthCheckRequest request, AsyncHandler<CreateHealthCheckRequest,CreateHealthCheckResult> asyncHandler)
-
Uses of CreateHealthCheckRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return CreateHealthCheckRequest Modifier and Type Method Description CreateHealthCheckRequest
CreateHealthCheckRequest. clone()
CreateHealthCheckRequest
CreateHealthCheckRequest. withCallerReference(String callerReference)
A unique string that identifies the request and that allows failedCreateHealthCheck
requests to be retried without the risk of executing the operation twice.CreateHealthCheckRequest
CreateHealthCheckRequest. withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains health check configuration.
-