Uses of Class
com.amazonaws.services.route53.model.CreateHealthCheckResult

Packages that use CreateHealthCheckResult
com.amazonaws.services.route53 Synchronous and asynchronous client classes for accessing AmazonRoute53. 
com.amazonaws.services.route53.model Classes modeling the various types represented by AmazonRoute53. 
 

Uses of CreateHealthCheckResult in com.amazonaws.services.route53
 

Methods in com.amazonaws.services.route53 that return CreateHealthCheckResult
 CreateHealthCheckResult AmazonRoute53Client.createHealthCheck(CreateHealthCheckRequest createHealthCheckRequest)
           This action creates a new health check.
 CreateHealthCheckResult AmazonRoute53.createHealthCheck(CreateHealthCheckRequest createHealthCheckRequest)
           This action creates a new health check.
 

Methods in com.amazonaws.services.route53 that return types with arguments of type CreateHealthCheckResult
 Future<CreateHealthCheckResult> AmazonRoute53AsyncClient.createHealthCheckAsync(CreateHealthCheckRequest createHealthCheckRequest)
           This action creates a new health check.
 Future<CreateHealthCheckResult> AmazonRoute53Async.createHealthCheckAsync(CreateHealthCheckRequest createHealthCheckRequest)
           This action creates a new health check.
 Future<CreateHealthCheckResult> AmazonRoute53AsyncClient.createHealthCheckAsync(CreateHealthCheckRequest createHealthCheckRequest, AsyncHandler<CreateHealthCheckRequest,CreateHealthCheckResult> asyncHandler)
           This action creates a new health check.
 Future<CreateHealthCheckResult> AmazonRoute53Async.createHealthCheckAsync(CreateHealthCheckRequest createHealthCheckRequest, AsyncHandler<CreateHealthCheckRequest,CreateHealthCheckResult> asyncHandler)
           This action creates a new health check.
 

Method parameters in com.amazonaws.services.route53 with type arguments of type CreateHealthCheckResult
 Future<CreateHealthCheckResult> AmazonRoute53AsyncClient.createHealthCheckAsync(CreateHealthCheckRequest createHealthCheckRequest, AsyncHandler<CreateHealthCheckRequest,CreateHealthCheckResult> asyncHandler)
           This action creates a new health check.
 Future<CreateHealthCheckResult> AmazonRoute53Async.createHealthCheckAsync(CreateHealthCheckRequest createHealthCheckRequest, AsyncHandler<CreateHealthCheckRequest,CreateHealthCheckResult> asyncHandler)
           This action creates a new health check.
 

Uses of CreateHealthCheckResult in com.amazonaws.services.route53.model
 

Methods in com.amazonaws.services.route53.model that return CreateHealthCheckResult
 CreateHealthCheckResult CreateHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
          A complex type that contains identifying information about the health check.
 CreateHealthCheckResult CreateHealthCheckResult.withLocation(String location)
          The unique URL representing the new health check.
 



Copyright © 2016. All rights reserved.