Uses of Class
com.amazonaws.services.route53.model.CreateHealthCheckResult
-
Packages that use CreateHealthCheckResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of CreateHealthCheckResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return CreateHealthCheckResult Modifier and Type Method Description CreateHealthCheckResultAbstractAmazonRoute53. createHealthCheck(CreateHealthCheckRequest request)CreateHealthCheckResultAmazonRoute53. createHealthCheck(CreateHealthCheckRequest createHealthCheckRequest)This action creates a new health check.CreateHealthCheckResultAmazonRoute53Client. createHealthCheck(CreateHealthCheckRequest createHealthCheckRequest)This action creates a new health check.Method parameters in com.amazonaws.services.route53 with type arguments of type CreateHealthCheckResult 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 CreateHealthCheckResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return CreateHealthCheckResult Modifier and Type Method Description CreateHealthCheckResultCreateHealthCheckResult. clone()CreateHealthCheckResultCreateHealthCheckResult. withHealthCheck(HealthCheck healthCheck)A complex type that contains identifying information about the health check.CreateHealthCheckResultCreateHealthCheckResult. withLocation(String location)The unique URL representing the new health check.
-