All service calls made using this new client object are blocking, and will not return until the service call completes.
All service calls made using this new client object are blocking, and will not return until the service call completes.
clientConfiguration
The client configuration options controlling how this
client connects to AmazonRoute53
(ex: proxy settings, retry counts, etc.).com.amazonaws.auth.DefaultAWSCredentialsProviderChain
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration, Executors.newFixedThreadPool(clientConfiguration.getMaxConnections()));
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials
The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials
The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.executorService
The executor service by which all asynchronous requests will
be executed.publicAmazonRoute53AsyncClient(AWSCredentials awsCredentials, ExecutorService executorService) {
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials
The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.clientConfiguration
Client configuration options (ex: max retry limit, proxy
settings, etc).executorService
The executor service by which all asynchronous requests will
be executed.All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider
The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider
The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.executorService
The executor service by which all asynchronous requests will
be executed.publicAmazonRoute53AsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) {
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider
The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.clientConfiguration
Client configuration options (ex: max retry limit, proxy
settings, etc).this(awsCredentialsProvider, clientConfiguration, Executors.newFixedThreadPool(clientConfiguration.getMaxConnections()));
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider
The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.clientConfiguration
Client configuration options (ex: max retry limit, proxy
settings, etc).executorService
The executor service by which all asynchronous requests will
be executed.
To retrieve the delegation set for a hosted zone, send a
GET
request to the 2013-04-01/hostedzone/hosted
zone ID
resource. The delegation set is the four Route 53 name
servers that were assigned to the hosted zone when you created it.
getHostedZoneRequest
Container for the necessary parameters to
execute the GetHostedZone operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<GetHostedZoneResult>getHostedZoneAsync(final GetHostedZoneRequest getHostedZoneRequest)
To retrieve the delegation set for a hosted zone, send a
GET
request to the 2013-04-01/hostedzone/hosted
zone ID
resource. The delegation set is the four Route 53 name
servers that were assigned to the hosted zone when you created it.
getHostedZoneRequest
Container for the necessary parameters to
execute the GetHostedZone operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.This action returns the current status of a change batch request. The status is one of the following values:
- PENDING
indicates that the changes in this request
have not replicated to all Route 53 DNS servers. This is the initial
status of all change batch requests.
- INSYNC
indicates that the changes have replicated to
all Amazon Route 53 DNS servers.
getChangeRequest
Container for the necessary parameters to
execute the GetChange operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.This action returns the current status of a change batch request. The status is one of the following values:
- PENDING
indicates that the changes in this request
have not replicated to all Route 53 DNS servers. This is the initial
status of all change batch requests.
- INSYNC
indicates that the changes have replicated to
all Amazon Route 53 DNS servers.
getChangeRequest
Container for the necessary parameters to
execute the GetChange operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To retrieve a single geo location, send a GET
request to
the 2013-04-01/geolocation
resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode.
getGeoLocationRequest
Container for the necessary parameters to
execute the GetGeoLocation operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<GetGeoLocationResult>getGeoLocationAsync(final GetGeoLocationRequest getGeoLocationRequest)
To retrieve a single geo location, send a GET
request to
the 2013-04-01/geolocation
resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode.
getGeoLocationRequest
Container for the necessary parameters to
execute the GetGeoLocation operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To update the hosted zone comment, send a POST
request
to the 2013-04-01/hostedzone/hosted zone ID
resource.
The request body must include an XML document with a
UpdateHostedZoneCommentRequest
element. The response to
this request includes the modified HostedZone
element.
NOTE: The comment can have a maximum length of 256 characters.
updateHostedZoneCommentRequest
Container for the necessary
parameters to execute the UpdateHostedZoneComment operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<UpdateHostedZoneCommentResult>updateHostedZoneCommentAsync(final UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send a POST
request
to the 2013-04-01/hostedzone/hosted zone ID
resource.
The request body must include an XML document with a
UpdateHostedZoneCommentRequest
element. The response to
this request includes the modified HostedZone
element.
NOTE: The comment can have a maximum length of 256 characters.
updateHostedZoneCommentRequest
Container for the necessary
parameters to execute the UpdateHostedZoneComment operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.listTagsForResourcesRequest
Container for the necessary
parameters to execute the ListTagsForResources operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<ListTagsForResourcesResult>listTagsForResourcesAsync(final ListTagsForResourcesRequest listTagsForResourcesRequest)
listTagsForResourcesRequest
Container for the necessary
parameters to execute the ListTagsForResources operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
This action deletes a health check. To delete a health check, send a
DELETE
request to the 2013-04-01/healthcheck/health
check ID
resource.
IMPORTANT: You can delete a health check only if there are no resource record sets associated with this health check. If resource record sets are associated with this health check, you must disassociate them before you can delete your health check. If you try to delete a health check that is associated with resource record sets, Route 53 will deny your request with a HealthCheckInUse error. For information about disassociating the records from your health check, see ChangeResourceRecordSets.
deleteHealthCheckRequest
Container for the necessary parameters
to execute the DeleteHealthCheck operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<DeleteHealthCheckResult>deleteHealthCheckAsync(final DeleteHealthCheckRequest deleteHealthCheckRequest)
This action deletes a health check. To delete a health check, send a
DELETE
request to the 2013-04-01/healthcheck/health
check ID
resource.
IMPORTANT: You can delete a health check only if there are no resource record sets associated with this health check. If resource record sets are associated with this health check, you must disassociate them before you can delete your health check. If you try to delete a health check that is associated with resource record sets, Route 53 will deny your request with a HealthCheckInUse error. For information about disassociating the records from your health check, see ChangeResourceRecordSets.
deleteHealthCheckRequest
Container for the necessary parameters
to execute the DeleteHealthCheck operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.Imagine all the resource record sets in a zone listed out in front of you. Imagine them sorted lexicographically first by DNS name (with the labels reversed, like "com.amazon.www" for example), and secondarily, lexicographically by record type. This operation retrieves at most MaxItems resource record sets from this list, in order, starting at a position specified by the Name and Type arguments:
Use ListResourceRecordSets to retrieve a single known record set by specifying the record set's name and type, and setting MaxItems = 1
To retrieve all the records in a HostedZone, first pause any processes making calls to ChangeResourceRecordSets. Initially call ListResourceRecordSets without a Name and Type to get the first page of record sets. For subsequent calls, set Name and Type to the NextName and NextType values returned by the previous response.
In the presence of concurrent ChangeResourceRecordSets calls, there is no consistency of results across calls to ListResourceRecordSets. The only way to get a consistent multi-page snapshot of all RRSETs in a zone is to stop making changes while pagination is in progress.
However, the results from ListResourceRecordSets are consistent within a page. If MakeChange calls are taking place concurrently, the result of each one will either be completely visible in your results or not at all. You will not see partial changes, or changes that do not ultimately succeed. (This follows from the fact that MakeChange is atomic)
The results from ListResourceRecordSets are strongly consistent with ChangeResourceRecordSets. To be precise, if a single process makes a call to ChangeResourceRecordSets and receives a successful response, the effects of that change will be visible in a subsequent call to ListResourceRecordSets by that process.
listResourceRecordSetsRequest
Container for the necessary
parameters to execute the ListResourceRecordSets operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<ListResourceRecordSetsResult>listResourceRecordSetsAsync(final ListResourceRecordSetsRequest listResourceRecordSetsRequest)
Imagine all the resource record sets in a zone listed out in front of you. Imagine them sorted lexicographically first by DNS name (with the labels reversed, like "com.amazon.www" for example), and secondarily, lexicographically by record type. This operation retrieves at most MaxItems resource record sets from this list, in order, starting at a position specified by the Name and Type arguments:
Use ListResourceRecordSets to retrieve a single known record set by specifying the record set's name and type, and setting MaxItems = 1
To retrieve all the records in a HostedZone, first pause any processes making calls to ChangeResourceRecordSets. Initially call ListResourceRecordSets without a Name and Type to get the first page of record sets. For subsequent calls, set Name and Type to the NextName and NextType values returned by the previous response.
In the presence of concurrent ChangeResourceRecordSets calls, there is no consistency of results across calls to ListResourceRecordSets. The only way to get a consistent multi-page snapshot of all RRSETs in a zone is to stop making changes while pagination is in progress.
However, the results from ListResourceRecordSets are consistent within a page. If MakeChange calls are taking place concurrently, the result of each one will either be completely visible in your results or not at all. You will not see partial changes, or changes that do not ultimately succeed. (This follows from the fact that MakeChange is atomic)
The results from ListResourceRecordSets are strongly consistent with ChangeResourceRecordSets. To be precise, if a single process makes a call to ChangeResourceRecordSets and receives a successful response, the effects of that change will be visible in a subsequent call to ListResourceRecordSets by that process.
listResourceRecordSetsRequest
Container for the necessary
parameters to execute the ListResourceRecordSets operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
This action deletes a reusable delegation set. To delete a reusable
delegation set, send a DELETE
request to the
2013-04-01/delegationset/delegation set ID
resource.
IMPORTANT: You can delete a reusable delegation set only if there are no associated hosted zones. If your reusable delegation set contains associated hosted zones, you must delete them before you can delete your reusable delegation set. If you try to delete a reusable delegation set that contains associated hosted zones, Route 53 will deny your request with a DelegationSetInUse error.
deleteReusableDelegationSetRequest
Container for the necessary
parameters to execute the DeleteReusableDelegationSet operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<DeleteReusableDelegationSetResult>deleteReusableDelegationSetAsync(final DeleteReusableDelegationSetRequest deleteReusableDelegationSetRequest)
This action deletes a reusable delegation set. To delete a reusable
delegation set, send a DELETE
request to the
2013-04-01/delegationset/delegation set ID
resource.
IMPORTANT: You can delete a reusable delegation set only if there are no associated hosted zones. If your reusable delegation set contains associated hosted zones, you must delete them before you can delete your reusable delegation set. If you try to delete a reusable delegation set that contains associated hosted zones, Route 53 will deny your request with a DelegationSetInUse error.
deleteReusableDelegationSetRequest
Container for the necessary
parameters to execute the DeleteReusableDelegationSet operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.final AsyncHandler<DeleteReusableDelegationSetRequest, DeleteReusableDelegationSetResult> asyncHandler)
To retrieve the health check, send a GET
request to the
2013-04-01/healthcheck/health check ID
resource.
getHealthCheckRequest
Container for the necessary parameters to
execute the GetHealthCheck operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<GetHealthCheckResult>getHealthCheckAsync(final GetHealthCheckRequest getHealthCheckRequest)
To retrieve the health check, send a GET
request to the
2013-04-01/healthcheck/health check ID
resource.
getHealthCheckRequest
Container for the necessary parameters to
execute the GetHealthCheck operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To retrieve a list of the IP ranges used by Amazon Route 53 health
checkers to check the health of your resources, send a
GET
request to the
2013-04-01/checkeripranges
resource. You can use these IP
addresses to configure router and firewall rules to allow health
checkers to check the health of your resources.
getCheckerIpRangesRequest
Container for the necessary
parameters to execute the GetCheckerIpRanges operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<GetCheckerIpRangesResult>getCheckerIpRangesAsync(final GetCheckerIpRangesRequest getCheckerIpRangesRequest)
To retrieve a list of the IP ranges used by Amazon Route 53 health
checkers to check the health of your resources, send a
GET
request to the
2013-04-01/checkeripranges
resource. You can use these IP
addresses to configure router and firewall rules to allow health
checkers to check the health of your resources.
getCheckerIpRangesRequest
Container for the necessary
parameters to execute the GetCheckerIpRanges operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.This action creates a reusable delegationSet.
To create a new reusable delegationSet, send a POST
request to the 2013-04-01/delegationset
resource. The
request body must include an XML document with a
CreateReusableDelegationSetRequest
element. The response
returns the CreateReusableDelegationSetResponse
element
that contains metadata about the delegationSet.
If the optional parameter HostedZoneId is specified, it marks the delegationSet associated with that particular hosted zone as reusable.
createReusableDelegationSetRequest
Container for the necessary
parameters to execute the CreateReusableDelegationSet operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<CreateReusableDelegationSetResult>createReusableDelegationSetAsync(final CreateReusableDelegationSetRequest createReusableDelegationSetRequest)
This action creates a reusable delegationSet.
To create a new reusable delegationSet, send a POST
request to the 2013-04-01/delegationset
resource. The
request body must include an XML document with a
CreateReusableDelegationSetRequest
element. The response
returns the CreateReusableDelegationSetResponse
element
that contains metadata about the delegationSet.
If the optional parameter HostedZoneId is specified, it marks the delegationSet associated with that particular hosted zone as reusable.
createReusableDelegationSetRequest
Container for the necessary
parameters to execute the CreateReusableDelegationSet operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.final AsyncHandler<CreateReusableDelegationSetRequest, CreateReusableDelegationSetResult> asyncHandler)
This action disassociates a VPC from an hosted zone.
To disassociate a VPC to a hosted zone, send a POST
request to the 2013-04-01/hostedzone/hosted zone
ID/disassociatevpc
resource. The request body must include an
XML document with a DisassociateVPCFromHostedZoneRequest
element. The response returns the
DisassociateVPCFromHostedZoneResponse
element that
contains ChangeInfo
for you to track the progress of the
DisassociateVPCFromHostedZoneRequest
you made. See
GetChange
operation for how to track the progress of your
change.
disassociateVPCFromHostedZoneRequest
Container for the
necessary parameters to execute the DisassociateVPCFromHostedZone
operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<DisassociateVPCFromHostedZoneResult>disassociateVPCFromHostedZoneAsync(final DisassociateVPCFromHostedZoneRequest disassociateVPCFromHostedZoneRequest)
This action disassociates a VPC from an hosted zone.
To disassociate a VPC to a hosted zone, send a POST
request to the 2013-04-01/hostedzone/hosted zone
ID/disassociatevpc
resource. The request body must include an
XML document with a DisassociateVPCFromHostedZoneRequest
element. The response returns the
DisassociateVPCFromHostedZoneResponse
element that
contains ChangeInfo
for you to track the progress of the
DisassociateVPCFromHostedZoneRequest
you made. See
GetChange
operation for how to track the progress of your
change.
disassociateVPCFromHostedZoneRequest
Container for the
necessary parameters to execute the DisassociateVPCFromHostedZone
operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.final AsyncHandler<DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResult> asyncHandler)
If you want to learn why a health check is currently failing or why
it failed most recently (if at all), you can get the failure reason
for the most recent failure. Send a GET
request to the
2013-04-01/healthcheck/health check ID/lastfailurereason
resource.
getHealthCheckLastFailureReasonRequest
Container for the
necessary parameters to execute the GetHealthCheckLastFailureReason
operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<GetHealthCheckLastFailureReasonResult>getHealthCheckLastFailureReasonAsync(final GetHealthCheckLastFailureReasonRequest getHealthCheckLastFailureReasonRequest)
If you want to learn why a health check is currently failing or why
it failed most recently (if at all), you can get the failure reason
for the most recent failure. Send a GET
request to the
2013-04-01/healthcheck/health check ID/lastfailurereason
resource.
getHealthCheckLastFailureReasonRequest
Container for the
necessary parameters to execute the GetHealthCheckLastFailureReason
operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.final AsyncHandler<GetHealthCheckLastFailureReasonRequest, GetHealthCheckLastFailureReasonResult> asyncHandler)
To retrieve a list of supported geo locations, send a
GET
request to the 2013-04-01/geolocations
resource. The response to this request includes a
GeoLocationDetailsList
element with zero, one, or
multiple GeoLocationDetails
child elements. The list is
sorted by country code, and then subdivision code, followed by
continents at the end of the list.
By default, the list of geo locations is displayed on a single page.
You can control the length of the page that is displayed by using the
MaxItems
parameter. If the list is truncated,
IsTruncated
will be set to true and a combination
of NextContinentCode, NextCountryCode,
NextSubdivisionCode
will be populated. You can pass these as
parameters to StartContinentCode, StartCountryCode,
StartSubdivisionCode
to control the geo location that the list
begins with.
listGeoLocationsRequest
Container for the necessary parameters
to execute the ListGeoLocations operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<ListGeoLocationsResult>listGeoLocationsAsync(final ListGeoLocationsRequest listGeoLocationsRequest)
To retrieve a list of supported geo locations, send a
GET
request to the 2013-04-01/geolocations
resource. The response to this request includes a
GeoLocationDetailsList
element with zero, one, or
multiple GeoLocationDetails
child elements. The list is
sorted by country code, and then subdivision code, followed by
continents at the end of the list.
By default, the list of geo locations is displayed on a single page.
You can control the length of the page that is displayed by using the
MaxItems
parameter. If the list is truncated,
IsTruncated
will be set to true and a combination
of NextContinentCode, NextCountryCode,
NextSubdivisionCode
will be populated. You can pass these as
parameters to StartContinentCode, StartCountryCode,
StartSubdivisionCode
to control the geo location that the list
begins with.
listGeoLocationsRequest
Container for the necessary parameters
to execute the ListGeoLocations operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.This action creates a new health check.
To create a new health check, send a POST
request to the
2013-04-01/healthcheck
resource. The request body must
include an XML document with a CreateHealthCheckRequest
element. The response returns the
CreateHealthCheckResponse
element that contains metadata
about the health check.
createHealthCheckRequest
Container for the necessary parameters
to execute the CreateHealthCheck operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<CreateHealthCheckResult>createHealthCheckAsync(final CreateHealthCheckRequest createHealthCheckRequest)
This action creates a new health check.
To create a new health check, send a POST
request to the
2013-04-01/healthcheck
resource. The request body must
include an XML document with a CreateHealthCheckRequest
element. The response returns the
CreateHealthCheckResponse
element that contains metadata
about the health check.
createHealthCheckRequest
Container for the necessary parameters
to execute the CreateHealthCheck operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To retrieve a list of your health checks, send a GET
request to the 2013-04-01/healthcheck
resource. The
response to this request includes a HealthChecks
element
with zero, one, or multiple HealthCheck
child elements.
By default, the list of health checks is displayed on a single page.
You can control the length of the page that is displayed by using the
MaxItems
parameter. You can use the Marker
parameter to control the health check that the list begins with.
NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
listHealthChecksRequest
Container for the necessary parameters
to execute the ListHealthChecks operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<ListHealthChecksResult>listHealthChecksAsync(final ListHealthChecksRequest listHealthChecksRequest)
To retrieve a list of your health checks, send a GET
request to the 2013-04-01/healthcheck
resource. The
response to this request includes a HealthChecks
element
with zero, one, or multiple HealthCheck
child elements.
By default, the list of health checks is displayed on a single page.
You can control the length of the page that is displayed by using the
MaxItems
parameter. You can use the Marker
parameter to control the health check that the list begins with.
NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
listHealthChecksRequest
Container for the necessary parameters
to execute the ListHealthChecks operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To retrieve a count of all your health checks, send a
GET
request to the
2013-04-01/healthcheckcount
resource.
getHealthCheckCountRequest
Container for the necessary
parameters to execute the GetHealthCheckCount operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<GetHealthCheckCountResult>getHealthCheckCountAsync(final GetHealthCheckCountRequest getHealthCheckCountRequest)
To retrieve a count of all your health checks, send a
GET
request to the
2013-04-01/healthcheckcount
resource.
getHealthCheckCountRequest
Container for the necessary
parameters to execute the GetHealthCheckCount operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.changeTagsForResourceRequest
Container for the necessary
parameters to execute the ChangeTagsForResource operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<ChangeTagsForResourceResult>changeTagsForResourceAsync(final ChangeTagsForResourceRequest changeTagsForResourceRequest)
changeTagsForResourceRequest
Container for the necessary
parameters to execute the ChangeTagsForResource operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To retrieve the health check status, send a GET
request
to the 2013-04-01/healthcheck/health check ID/status
resource. You can use this call to get a health check's current
status.
getHealthCheckStatusRequest
Container for the necessary
parameters to execute the GetHealthCheckStatus operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<GetHealthCheckStatusResult>getHealthCheckStatusAsync(final GetHealthCheckStatusRequest getHealthCheckStatusRequest)
To retrieve the health check status, send a GET
request
to the 2013-04-01/healthcheck/health check ID/status
resource. You can use this call to get a health check's current
status.
getHealthCheckStatusRequest
Container for the necessary
parameters to execute the GetHealthCheckStatus operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To retrieve a list of your hosted zones, send a GET
request to the 2013-04-01/hostedzone
resource. The
response to this request includes a HostedZones
element
with zero, one, or multiple HostedZone
child elements. By
default, the list of hosted zones is displayed on a single page. You
can control the length of the page that is displayed by using the
MaxItems
parameter. You can use the Marker
parameter to control the hosted zone that the list begins with.
NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
listHostedZonesRequest
Container for the necessary parameters
to execute the ListHostedZones operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<ListHostedZonesResult>listHostedZonesAsync(final ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send a GET
request to the 2013-04-01/hostedzone
resource. The
response to this request includes a HostedZones
element
with zero, one, or multiple HostedZone
child elements. By
default, the list of hosted zones is displayed on a single page. You
can control the length of the page that is displayed by using the
MaxItems
parameter. You can use the Marker
parameter to control the hosted zone that the list begins with.
NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
listHostedZonesRequest
Container for the necessary parameters
to execute the ListHostedZones operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To retrieve a count of all your hosted zones, send a GET
request to the 2013-04-01/hostedzonecount
resource.
getHostedZoneCountRequest
Container for the necessary
parameters to execute the GetHostedZoneCount operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<GetHostedZoneCountResult>getHostedZoneCountAsync(final GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send a GET
request to the 2013-04-01/hostedzonecount
resource.
getHostedZoneCountRequest
Container for the necessary
parameters to execute the GetHostedZoneCount operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To retrieve the reusable delegation set, send a GET
request to the 2013-04-01/delegationset/delegation set ID
resource.
getReusableDelegationSetRequest
Container for the necessary
parameters to execute the GetReusableDelegationSet operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<GetReusableDelegationSetResult>getReusableDelegationSetAsync(final GetReusableDelegationSetRequest getReusableDelegationSetRequest)
To retrieve the reusable delegation set, send a GET
request to the 2013-04-01/delegationset/delegation set ID
resource.
getReusableDelegationSetRequest
Container for the necessary
parameters to execute the GetReusableDelegationSet operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.final AsyncHandler<GetReusableDelegationSetRequest, GetReusableDelegationSetResult> asyncHandler)
This action updates an existing health check.
To update a health check, send a POST
request to the
2013-04-01/healthcheck/health check ID
resource. The
request body must include an XML document with an
UpdateHealthCheckRequest
element. The response returns an
UpdateHealthCheckResponse
element, which contains
metadata about the health check.
updateHealthCheckRequest
Container for the necessary parameters
to execute the UpdateHealthCheck operation on AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<UpdateHealthCheckResult>updateHealthCheckAsync(final UpdateHealthCheckRequest updateHealthCheckRequest)
This action updates an existing health check.
To update a health check, send a POST
request to the
2013-04-01/healthcheck/health check ID
resource. The
request body must include an XML document with an
UpdateHealthCheckRequest
element. The response returns an
UpdateHealthCheckResponse
element, which contains
metadata about the health check.
updateHealthCheckRequest
Container for the necessary parameters
to execute the UpdateHealthCheck operation on AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.
To retrieve a list of your hosted zones in lexicographic order, send
a GET
request to the
2013-04-01/hostedzonesbyname
resource. The response to
this request includes a HostedZones
element with zero or
more HostedZone
child elements lexicographically ordered
by DNS name. By default, the list of hosted zones is displayed on a
single page. You can control the length of the page that is displayed
by using the MaxItems
parameter. You can use the
DNSName
and HostedZoneId
parameters to
control the hosted zone that the list begins with.
NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
listHostedZonesByNameRequest
Container for the necessary
parameters to execute the ListHostedZonesByName operation on
AmazonRoute53.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public Future<ListHostedZonesByNameResult>listHostedZonesByNameAsync(final ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send
a GET
request to the
2013-04-01/hostedzonesbyname
resource. The response to
this request includes a HostedZones
element with zero or
more HostedZone
child elements lexicographically ordered
by DNS name. By default, the list of hosted zones is displayed on a
single page. You can control the length of the page that is displayed
by using the MaxItems
parameter. You can use the
DNSName
and HostedZoneId
parameters to
control the hosted zone that the list begins with.
NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
listHostedZonesByNameRequest
Container for the necessary
parameters to execute the ListHostedZonesByName operation on
AmazonRoute53.asyncHandler
Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.com.amazonaws.AmazonClientException
If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException
If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.