public class AmazonRoute53AsyncClient extends AmazonRoute53Client implements AmazonRoute53Async
AsyncHandler can be used to receive
notification when an asynchronous operation completes.LOGGING_AWS_REQUEST_METRIC| Constructor and Description |
|---|
AmazonRoute53AsyncClient()
Constructs a new asynchronous client to invoke service methods on Route
53.
|
AmazonRoute53AsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Route
53 using the specified AWS account credentials.
|
AmazonRoute53AsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Route
53 using the specified AWS account credentials, executor service, and
client configuration options.
|
AmazonRoute53AsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Route
53 using the specified AWS account credentials and executor service.
|
AmazonRoute53AsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Route
53 using the specified AWS account credentials provider.
|
AmazonRoute53AsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Route
53 using the provided AWS account credentials provider and client
configuration options.
|
AmazonRoute53AsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Route
53 using the specified AWS account credentials provider, executor
service, and client configuration options.
|
AmazonRoute53AsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Route
53 using the specified AWS account credentials provider and executor
service.
|
AmazonRoute53AsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Route
53.
|
associateVPCWithHostedZone, changeResourceRecordSets, changeTagsForResource, createHealthCheck, createHostedZone, createReusableDelegationSet, createTrafficPolicy, createTrafficPolicyInstance, createTrafficPolicyVersion, deleteHealthCheck, deleteHostedZone, deleteReusableDelegationSet, deleteTrafficPolicy, deleteTrafficPolicyInstance, disassociateVPCFromHostedZone, getCachedResponseMetadata, getChange, getChangeDetails, getCheckerIpRanges, getCheckerIpRanges, getGeoLocation, getGeoLocation, getHealthCheck, getHealthCheckCount, getHealthCheckCount, getHealthCheckLastFailureReason, getHealthCheckStatus, getHostedZone, getHostedZoneCount, getHostedZoneCount, getReusableDelegationSet, getTrafficPolicy, getTrafficPolicyInstance, getTrafficPolicyInstanceCount, getTrafficPolicyInstanceCount, listChangeBatchesByHostedZone, listChangeBatchesByRRSet, listGeoLocations, listGeoLocations, listHealthChecks, listHealthChecks, listHostedZones, listHostedZones, listHostedZonesByName, listHostedZonesByName, listResourceRecordSets, listReusableDelegationSets, listReusableDelegationSets, listTagsForResource, listTagsForResources, listTrafficPolicies, listTrafficPolicies, listTrafficPolicyInstances, listTrafficPolicyInstances, listTrafficPolicyInstancesByHostedZone, listTrafficPolicyInstancesByPolicy, listTrafficPolicyVersions, updateHealthCheck, updateHostedZoneComment, updateTrafficPolicyComment, updateTrafficPolicyInstanceaddRequestHandler, addRequestHandler, configureRegion, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerRegionOverride, getTimeOffset, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateVPCWithHostedZone, changeResourceRecordSets, changeTagsForResource, createHealthCheck, createHostedZone, createReusableDelegationSet, createTrafficPolicy, createTrafficPolicyInstance, createTrafficPolicyVersion, deleteHealthCheck, deleteHostedZone, deleteReusableDelegationSet, deleteTrafficPolicy, deleteTrafficPolicyInstance, disassociateVPCFromHostedZone, getCachedResponseMetadata, getChange, getChangeDetails, getCheckerIpRanges, getCheckerIpRanges, getGeoLocation, getGeoLocation, getHealthCheck, getHealthCheckCount, getHealthCheckCount, getHealthCheckLastFailureReason, getHealthCheckStatus, getHostedZone, getHostedZoneCount, getHostedZoneCount, getReusableDelegationSet, getTrafficPolicy, getTrafficPolicyInstance, getTrafficPolicyInstanceCount, getTrafficPolicyInstanceCount, listChangeBatchesByHostedZone, listChangeBatchesByRRSet, listGeoLocations, listGeoLocations, listHealthChecks, listHealthChecks, listHostedZones, listHostedZones, listHostedZonesByName, listHostedZonesByName, listResourceRecordSets, listReusableDelegationSets, listReusableDelegationSets, listTagsForResource, listTagsForResources, listTrafficPolicies, listTrafficPolicies, listTrafficPolicyInstances, listTrafficPolicyInstances, listTrafficPolicyInstancesByHostedZone, listTrafficPolicyInstancesByPolicy, listTrafficPolicyVersions, setEndpoint, setRegion, updateHealthCheck, updateHostedZoneComment, updateTrafficPolicyComment, updateTrafficPolicyInstancepublic AmazonRoute53AsyncClient()
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
public AmazonRoute53AsyncClient(ClientConfiguration clientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing
a number of threads equal to the maximum number of concurrent connections
configured via ClientConfiguration.getMaxConnections().
clientConfiguration - The client configuration options controlling how this client
connects to Route 53 (ex: proxy settings, retry counts, etc).DefaultAWSCredentialsProviderChain,
Executors.newFixedThreadPool(int)public AmazonRoute53AsyncClient(AWSCredentials awsCredentials)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentials - The AWS credentials (access key ID and secret key) to use when
authenticating with AWS services.Executors.newFixedThreadPool(int)public AmazonRoute53AsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
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.public AmazonRoute53AsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
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.public AmazonRoute53AsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentialsProvider - The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.Executors.newFixedThreadPool(int)public AmazonRoute53AsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing
a number of threads equal to the maximum number of concurrent connections
configured via ClientConfiguration.getMaxConnections().
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).DefaultAWSCredentialsProviderChain,
Executors.newFixedThreadPool(int)public AmazonRoute53AsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
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.public AmazonRoute53AsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
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.public ExecutorService getExecutorService()
public Future<AssociateVPCWithHostedZoneResult> associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest request)
AmazonRoute53AsyncThis action associates a VPC with an hosted zone.
To associate a VPC with an hosted zone, send a POST request
to the
2013-04-01/hostedzone/hosted zone ID/associatevpc
resource. The request body must include an XML document with a
AssociateVPCWithHostedZoneRequest element. The response
returns the AssociateVPCWithHostedZoneResponse element that
contains ChangeInfo for you to track the progress of the
AssociateVPCWithHostedZoneRequest you made. See
GetChange operation for how to track the progress of your
change.
associateVPCWithHostedZoneAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to
associate a VPC with an hosted zone.public Future<AssociateVPCWithHostedZoneResult> associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest request, AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler)
AmazonRoute53AsyncThis action associates a VPC with an hosted zone.
To associate a VPC with an hosted zone, send a POST request
to the
2013-04-01/hostedzone/hosted zone ID/associatevpc
resource. The request body must include an XML document with a
AssociateVPCWithHostedZoneRequest element. The response
returns the AssociateVPCWithHostedZoneResponse element that
contains ChangeInfo for you to track the progress of the
AssociateVPCWithHostedZoneRequest you made. See
GetChange operation for how to track the progress of your
change.
associateVPCWithHostedZoneAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to
associate a VPC with an hosted zone.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ChangeResourceRecordSetsResult> changeResourceRecordSetsAsync(ChangeResourceRecordSetsRequest request)
AmazonRoute53Async
Use this action to create or change your authoritative DNS information.
To use this action, send a POST request to the
2013-04-01/hostedzone/hosted Zone ID/rrset resource.
The request body must include an XML document with a
ChangeResourceRecordSetsRequest element.
Changes are a list of change items and are considered transactional. For more information on transactional changes, also known as change batches, see POST ChangeResourceRecordSets in the Amazon Route 53 API Reference.
InvalidChangeBatch error.
In response to a ChangeResourceRecordSets request, your DNS
data is changed on all Amazon Route 53 DNS servers. Initially, the status
of a change is PENDING. This means the change has not yet
propagated to all the authoritative Amazon Route 53 DNS servers. When the
change is propagated to all hosts, the change returns a status of
INSYNC.
Note the following limitations on a ChangeResourceRecordSets
request:
Value elements in a request cannot exceed 32,000 characters.
changeResourceRecordSetsAsync in interface AmazonRoute53Asyncrequest - A complex type that contains a change batch.public Future<ChangeResourceRecordSetsResult> changeResourceRecordSetsAsync(ChangeResourceRecordSetsRequest request, AsyncHandler<ChangeResourceRecordSetsRequest,ChangeResourceRecordSetsResult> asyncHandler)
AmazonRoute53Async
Use this action to create or change your authoritative DNS information.
To use this action, send a POST request to the
2013-04-01/hostedzone/hosted Zone ID/rrset resource.
The request body must include an XML document with a
ChangeResourceRecordSetsRequest element.
Changes are a list of change items and are considered transactional. For more information on transactional changes, also known as change batches, see POST ChangeResourceRecordSets in the Amazon Route 53 API Reference.
InvalidChangeBatch error.
In response to a ChangeResourceRecordSets request, your DNS
data is changed on all Amazon Route 53 DNS servers. Initially, the status
of a change is PENDING. This means the change has not yet
propagated to all the authoritative Amazon Route 53 DNS servers. When the
change is propagated to all hosts, the change returns a status of
INSYNC.
Note the following limitations on a ChangeResourceRecordSets
request:
Value elements in a request cannot exceed 32,000 characters.
changeResourceRecordSetsAsync in interface AmazonRoute53Asyncrequest - A complex type that contains a change batch.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ChangeTagsForResourceResult> changeTagsForResourceAsync(ChangeTagsForResourceRequest request)
changeTagsForResourceAsync in interface AmazonRoute53Asyncrequest - A complex type containing information about a request to add,
change, or delete the tags that are associated with a resource.public Future<ChangeTagsForResourceResult> changeTagsForResourceAsync(ChangeTagsForResourceRequest request, AsyncHandler<ChangeTagsForResourceRequest,ChangeTagsForResourceResult> asyncHandler)
changeTagsForResourceAsync in interface AmazonRoute53Asyncrequest - A complex type containing information about a request to add,
change, or delete the tags that are associated with a resource.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateHealthCheckResult> createHealthCheckAsync(CreateHealthCheckRequest request)
AmazonRoute53AsyncThis 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.
createHealthCheckAsync in interface AmazonRoute53Asyncrequest - >A complex type that contains information about the request to
create a health check.public Future<CreateHealthCheckResult> createHealthCheckAsync(CreateHealthCheckRequest request, AsyncHandler<CreateHealthCheckRequest,CreateHealthCheckResult> asyncHandler)
AmazonRoute53AsyncThis 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.
createHealthCheckAsync in interface AmazonRoute53Asyncrequest - >A complex type that contains information about the request to
create a health check.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateHostedZoneResult> createHostedZoneAsync(CreateHostedZoneRequest request)
AmazonRoute53AsyncThis action creates a new hosted zone.
To create a new hosted zone, send a POST request to the
2013-04-01/hostedzone resource. The request body must
include an XML document with a CreateHostedZoneRequest
element. The response returns the CreateHostedZoneResponse
element that contains metadata about the hosted zone.
Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. The NS records in the hosted zone are the name servers you give your registrar to delegate your domain to. For more information about SOA and NS records, see NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide.
When you create a zone, its initial status is PENDING. This
means that it is not yet available on all DNS servers. The status of the
zone changes to INSYNC when the NS and SOA records are
available on all Amazon Route 53 DNS servers.
When trying to create a hosted zone using a reusable delegation set, you could specify an optional DelegationSetId, and Route53 would assign those 4 NS records for the zone, instead of alloting a new one.
createHostedZoneAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to
create a hosted zone.public Future<CreateHostedZoneResult> createHostedZoneAsync(CreateHostedZoneRequest request, AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
AmazonRoute53AsyncThis action creates a new hosted zone.
To create a new hosted zone, send a POST request to the
2013-04-01/hostedzone resource. The request body must
include an XML document with a CreateHostedZoneRequest
element. The response returns the CreateHostedZoneResponse
element that contains metadata about the hosted zone.
Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. The NS records in the hosted zone are the name servers you give your registrar to delegate your domain to. For more information about SOA and NS records, see NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide.
When you create a zone, its initial status is PENDING. This
means that it is not yet available on all DNS servers. The status of the
zone changes to INSYNC when the NS and SOA records are
available on all Amazon Route 53 DNS servers.
When trying to create a hosted zone using a reusable delegation set, you could specify an optional DelegationSetId, and Route53 would assign those 4 NS records for the zone, instead of alloting a new one.
createHostedZoneAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to
create a hosted zone.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateReusableDelegationSetResult> createReusableDelegationSetAsync(CreateReusableDelegationSetRequest request)
AmazonRoute53AsyncThis 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.
createReusableDelegationSetAsync in interface AmazonRoute53Asyncpublic Future<CreateReusableDelegationSetResult> createReusableDelegationSetAsync(CreateReusableDelegationSetRequest request, AsyncHandler<CreateReusableDelegationSetRequest,CreateReusableDelegationSetResult> asyncHandler)
AmazonRoute53AsyncThis 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.
createReusableDelegationSetAsync in interface AmazonRoute53AsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTrafficPolicyResult> createTrafficPolicyAsync(CreateTrafficPolicyRequest request)
AmazonRoute53AsyncCreates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).
To create a traffic policy, send a POST request to the
2013-04-01/trafficpolicy resource. The request body must
include an XML document with a CreateTrafficPolicyRequest
element. The response includes the
CreateTrafficPolicyResponse element, which contains
information about the new traffic policy.
createTrafficPolicyAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the traffic policy
that you want to create.public Future<CreateTrafficPolicyResult> createTrafficPolicyAsync(CreateTrafficPolicyRequest request, AsyncHandler<CreateTrafficPolicyRequest,CreateTrafficPolicyResult> asyncHandler)
AmazonRoute53AsyncCreates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).
To create a traffic policy, send a POST request to the
2013-04-01/trafficpolicy resource. The request body must
include an XML document with a CreateTrafficPolicyRequest
element. The response includes the
CreateTrafficPolicyResponse element, which contains
information about the new traffic policy.
createTrafficPolicyAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the traffic policy
that you want to create.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTrafficPolicyInstanceResult> createTrafficPolicyInstanceAsync(CreateTrafficPolicyInstanceRequest request)
AmazonRoute53Async
Creates resource record sets in a specified hosted zone based on the
settings in a specified traffic policy version. In addition,
CreateTrafficPolicyInstance associates the resource record
sets with a specified domain name (such as example.com) or subdomain name
(such as www.example.com). Amazon Route 53 responds to DNS queries for
the domain or subdomain name by using the resource record sets that
CreateTrafficPolicyInstance created.
To create a traffic policy instance, send a POST request to
the 2013-04-01/trafficpolicyinstance resource. The request
body must include an XML document with a
CreateTrafficPolicyRequest element. The response returns the
CreateTrafficPolicyInstanceResponse element, which contains
information about the traffic policy instance.
createTrafficPolicyInstanceAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the resource record
sets that you want to create based on a specified traffic policy.public Future<CreateTrafficPolicyInstanceResult> createTrafficPolicyInstanceAsync(CreateTrafficPolicyInstanceRequest request, AsyncHandler<CreateTrafficPolicyInstanceRequest,CreateTrafficPolicyInstanceResult> asyncHandler)
AmazonRoute53Async
Creates resource record sets in a specified hosted zone based on the
settings in a specified traffic policy version. In addition,
CreateTrafficPolicyInstance associates the resource record
sets with a specified domain name (such as example.com) or subdomain name
(such as www.example.com). Amazon Route 53 responds to DNS queries for
the domain or subdomain name by using the resource record sets that
CreateTrafficPolicyInstance created.
To create a traffic policy instance, send a POST request to
the 2013-04-01/trafficpolicyinstance resource. The request
body must include an XML document with a
CreateTrafficPolicyRequest element. The response returns the
CreateTrafficPolicyInstanceResponse element, which contains
information about the traffic policy instance.
createTrafficPolicyInstanceAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the resource record
sets that you want to create based on a specified traffic policy.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTrafficPolicyVersionResult> createTrafficPolicyVersionAsync(CreateTrafficPolicyVersionRequest request)
AmazonRoute53AsyncCreates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version.
You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).
To create a new version, send a POST request to the
2013-04-01/trafficpolicy/ resource. The request body
includes an XML document with a
CreateTrafficPolicyVersionRequest element. The response
returns the CreateTrafficPolicyVersionResponse element,
which contains information about the new version of the traffic policy.
createTrafficPolicyVersionAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the traffic policy
for which you want to create a new version.public Future<CreateTrafficPolicyVersionResult> createTrafficPolicyVersionAsync(CreateTrafficPolicyVersionRequest request, AsyncHandler<CreateTrafficPolicyVersionRequest,CreateTrafficPolicyVersionResult> asyncHandler)
AmazonRoute53AsyncCreates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version.
You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).
To create a new version, send a POST request to the
2013-04-01/trafficpolicy/ resource. The request body
includes an XML document with a
CreateTrafficPolicyVersionRequest element. The response
returns the CreateTrafficPolicyVersionResponse element,
which contains information about the new version of the traffic policy.
createTrafficPolicyVersionAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the traffic policy
for which you want to create a new version.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteHealthCheckResult> deleteHealthCheckAsync(DeleteHealthCheckRequest request)
AmazonRoute53Async
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.
HealthCheckInUse error. For information
about disassociating the records from your health check, see
ChangeResourceRecordSets.deleteHealthCheckAsync in interface AmazonRoute53Asyncrequest - A complex type containing the request information for delete
health check.public Future<DeleteHealthCheckResult> deleteHealthCheckAsync(DeleteHealthCheckRequest request, AsyncHandler<DeleteHealthCheckRequest,DeleteHealthCheckResult> asyncHandler)
AmazonRoute53Async
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.
HealthCheckInUse error. For information
about disassociating the records from your health check, see
ChangeResourceRecordSets.deleteHealthCheckAsync in interface AmazonRoute53Asyncrequest - A complex type containing the request information for delete
health check.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteHostedZoneResult> deleteHostedZoneAsync(DeleteHostedZoneRequest request)
AmazonRoute53Async
This action deletes a hosted zone. To delete a hosted zone, send a
DELETE request to the
2013-04-01/hostedzone/hosted zone ID resource.
For more information about deleting a hosted zone, see Deleting a Hosted Zone in the Amazon Route 53 Developer Guide.
HostedZoneNotEmpty error. For
information about deleting records from your hosted zone, see
ChangeResourceRecordSets.deleteHostedZoneAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the hosted zone
that you want to delete.public Future<DeleteHostedZoneResult> deleteHostedZoneAsync(DeleteHostedZoneRequest request, AsyncHandler<DeleteHostedZoneRequest,DeleteHostedZoneResult> asyncHandler)
AmazonRoute53Async
This action deletes a hosted zone. To delete a hosted zone, send a
DELETE request to the
2013-04-01/hostedzone/hosted zone ID resource.
For more information about deleting a hosted zone, see Deleting a Hosted Zone in the Amazon Route 53 Developer Guide.
HostedZoneNotEmpty error. For
information about deleting records from your hosted zone, see
ChangeResourceRecordSets.deleteHostedZoneAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the hosted zone
that you want to delete.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteReusableDelegationSetResult> deleteReusableDelegationSetAsync(DeleteReusableDelegationSetRequest request)
AmazonRoute53Async
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.
DelegationSetInUse error.deleteReusableDelegationSetAsync in interface AmazonRoute53Asyncrequest - A complex type containing the information for the delete request.public Future<DeleteReusableDelegationSetResult> deleteReusableDelegationSetAsync(DeleteReusableDelegationSetRequest request, AsyncHandler<DeleteReusableDelegationSetRequest,DeleteReusableDelegationSetResult> asyncHandler)
AmazonRoute53Async
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.
DelegationSetInUse error.deleteReusableDelegationSetAsync in interface AmazonRoute53Asyncrequest - A complex type containing the information for the delete request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTrafficPolicyResult> deleteTrafficPolicyAsync(DeleteTrafficPolicyRequest request)
AmazonRoute53Async
Deletes a traffic policy. To delete a traffic policy, send a
DELETE request to the 2013-04-01/trafficpolicy
resource.
deleteTrafficPolicyAsync in interface AmazonRoute53Asyncrequest - A request to delete a specified traffic policy version.public Future<DeleteTrafficPolicyResult> deleteTrafficPolicyAsync(DeleteTrafficPolicyRequest request, AsyncHandler<DeleteTrafficPolicyRequest,DeleteTrafficPolicyResult> asyncHandler)
AmazonRoute53Async
Deletes a traffic policy. To delete a traffic policy, send a
DELETE request to the 2013-04-01/trafficpolicy
resource.
deleteTrafficPolicyAsync in interface AmazonRoute53Asyncrequest - A request to delete a specified traffic policy version.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTrafficPolicyInstanceResult> deleteTrafficPolicyInstanceAsync(DeleteTrafficPolicyInstanceRequest request)
AmazonRoute53AsyncDeletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.
To delete a traffic policy instance, send a DELETE request
to the
2013-04-01/trafficpolicy/traffic policy instance ID
resource.
deleteTrafficPolicyInstanceAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the traffic policy
instance that you want to delete.public Future<DeleteTrafficPolicyInstanceResult> deleteTrafficPolicyInstanceAsync(DeleteTrafficPolicyInstanceRequest request, AsyncHandler<DeleteTrafficPolicyInstanceRequest,DeleteTrafficPolicyInstanceResult> asyncHandler)
AmazonRoute53AsyncDeletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.
To delete a traffic policy instance, send a DELETE request
to the
2013-04-01/trafficpolicy/traffic policy instance ID
resource.
deleteTrafficPolicyInstanceAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the traffic policy
instance that you want to delete.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateVPCFromHostedZoneResult> disassociateVPCFromHostedZoneAsync(DisassociateVPCFromHostedZoneRequest request)
AmazonRoute53AsyncThis 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.
disassociateVPCFromHostedZoneAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to
disassociate a VPC from an hosted zone.public Future<DisassociateVPCFromHostedZoneResult> disassociateVPCFromHostedZoneAsync(DisassociateVPCFromHostedZoneRequest request, AsyncHandler<DisassociateVPCFromHostedZoneRequest,DisassociateVPCFromHostedZoneResult> asyncHandler)
AmazonRoute53AsyncThis 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.
disassociateVPCFromHostedZoneAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to
disassociate a VPC from an hosted zone.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetChangeResult> getChangeAsync(GetChangeRequest request)
AmazonRoute53AsyncThis 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 Amazon 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.
getChangeAsync in interface AmazonRoute53Asyncrequest - The input for a GetChange request.public Future<GetChangeResult> getChangeAsync(GetChangeRequest request, AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)
AmazonRoute53AsyncThis 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 Amazon 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.
getChangeAsync in interface AmazonRoute53Asyncrequest - The input for a GetChange request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetChangeDetailsResult> getChangeDetailsAsync(GetChangeDetailsRequest request)
AmazonRoute53AsyncThis action returns the status and changes of a change batch request.
getChangeDetailsAsync in interface AmazonRoute53Asyncrequest - The input for a GetChangeDetails request.public Future<GetChangeDetailsResult> getChangeDetailsAsync(GetChangeDetailsRequest request, AsyncHandler<GetChangeDetailsRequest,GetChangeDetailsResult> asyncHandler)
AmazonRoute53AsyncThis action returns the status and changes of a change batch request.
getChangeDetailsAsync in interface AmazonRoute53Asyncrequest - The input for a GetChangeDetails request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCheckerIpRangesResult> getCheckerIpRangesAsync(GetCheckerIpRangesRequest request)
AmazonRoute53Async
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.
getCheckerIpRangesAsync in interface AmazonRoute53Asyncrequest - Empty request.public Future<GetCheckerIpRangesResult> getCheckerIpRangesAsync(GetCheckerIpRangesRequest request, AsyncHandler<GetCheckerIpRangesRequest,GetCheckerIpRangesResult> asyncHandler)
AmazonRoute53Async
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.
getCheckerIpRangesAsync in interface AmazonRoute53Asyncrequest - Empty request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCheckerIpRangesResult> getCheckerIpRangesAsync()
getCheckerIpRangesAsync in interface AmazonRoute53AsyncgetCheckerIpRangesAsync(GetCheckerIpRangesRequest)public Future<GetCheckerIpRangesResult> getCheckerIpRangesAsync(AsyncHandler<GetCheckerIpRangesRequest,GetCheckerIpRangesResult> asyncHandler)
getCheckerIpRangesAsync in interface AmazonRoute53AsyncgetCheckerIpRangesAsync(GetCheckerIpRangesRequest,
com.amazonaws.handlers.AsyncHandler)public Future<GetGeoLocationResult> getGeoLocationAsync(GetGeoLocationRequest request)
AmazonRoute53Async
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.
getGeoLocationAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to get
a geo location.public Future<GetGeoLocationResult> getGeoLocationAsync(GetGeoLocationRequest request, AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
AmazonRoute53Async
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.
getGeoLocationAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to get
a geo location.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetGeoLocationResult> getGeoLocationAsync()
getGeoLocationAsync in interface AmazonRoute53AsyncgetGeoLocationAsync(GetGeoLocationRequest)public Future<GetGeoLocationResult> getGeoLocationAsync(AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
getGeoLocationAsync in interface AmazonRoute53AsyncgetGeoLocationAsync(GetGeoLocationRequest,
com.amazonaws.handlers.AsyncHandler)public Future<GetHealthCheckResult> getHealthCheckAsync(GetHealthCheckRequest request)
AmazonRoute53Async
To retrieve the health check, send a GET request to the
2013-04-01/healthcheck/health check ID resource.
getHealthCheckAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to get
a health check.public Future<GetHealthCheckResult> getHealthCheckAsync(GetHealthCheckRequest request, AsyncHandler<GetHealthCheckRequest,GetHealthCheckResult> asyncHandler)
AmazonRoute53Async
To retrieve the health check, send a GET request to the
2013-04-01/healthcheck/health check ID resource.
getHealthCheckAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to get
a health check.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetHealthCheckCountResult> getHealthCheckCountAsync(GetHealthCheckCountRequest request)
AmazonRoute53Async
To retrieve a count of all your health checks, send a GET
request to the 2013-04-01/healthcheckcount resource.
getHealthCheckCountAsync in interface AmazonRoute53Asyncrequest - To retrieve a count of all your health checks, send a
GET request to the
2013-04-01/healthcheckcount resource.public Future<GetHealthCheckCountResult> getHealthCheckCountAsync(GetHealthCheckCountRequest request, AsyncHandler<GetHealthCheckCountRequest,GetHealthCheckCountResult> asyncHandler)
AmazonRoute53Async
To retrieve a count of all your health checks, send a GET
request to the 2013-04-01/healthcheckcount resource.
getHealthCheckCountAsync in interface AmazonRoute53Asyncrequest - To retrieve a count of all your health checks, send a
GET request to the
2013-04-01/healthcheckcount resource.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetHealthCheckCountResult> getHealthCheckCountAsync()
getHealthCheckCountAsync in interface AmazonRoute53AsyncgetHealthCheckCountAsync(GetHealthCheckCountRequest)public Future<GetHealthCheckCountResult> getHealthCheckCountAsync(AsyncHandler<GetHealthCheckCountRequest,GetHealthCheckCountResult> asyncHandler)
getHealthCheckCountAsync in interface AmazonRoute53AsyncgetHealthCheckCountAsync(GetHealthCheckCountRequest,
com.amazonaws.handlers.AsyncHandler)public Future<GetHealthCheckLastFailureReasonResult> getHealthCheckLastFailureReasonAsync(GetHealthCheckLastFailureReasonRequest request)
AmazonRoute53Async
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.
getHealthCheckLastFailureReasonAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to get
the most recent failure reason for a health check.public Future<GetHealthCheckLastFailureReasonResult> getHealthCheckLastFailureReasonAsync(GetHealthCheckLastFailureReasonRequest request, AsyncHandler<GetHealthCheckLastFailureReasonRequest,GetHealthCheckLastFailureReasonResult> asyncHandler)
AmazonRoute53Async
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.
getHealthCheckLastFailureReasonAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to get
the most recent failure reason for a health check.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetHealthCheckStatusResult> getHealthCheckStatusAsync(GetHealthCheckStatusRequest request)
AmazonRoute53Async
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.
getHealthCheckStatusAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to get
health check status for a health check.public Future<GetHealthCheckStatusResult> getHealthCheckStatusAsync(GetHealthCheckStatusRequest request, AsyncHandler<GetHealthCheckStatusRequest,GetHealthCheckStatusResult> asyncHandler)
AmazonRoute53Async
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.
getHealthCheckStatusAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to get
health check status for a health check.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetHostedZoneResult> getHostedZoneAsync(GetHostedZoneRequest request)
AmazonRoute53Async
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 Amazon Route 53 name servers
that were assigned to the hosted zone when you created it.
getHostedZoneAsync in interface AmazonRoute53Asyncrequest - The input for a GetHostedZone request.public Future<GetHostedZoneResult> getHostedZoneAsync(GetHostedZoneRequest request, AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)
AmazonRoute53Async
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 Amazon Route 53 name servers
that were assigned to the hosted zone when you created it.
getHostedZoneAsync in interface AmazonRoute53Asyncrequest - The input for a GetHostedZone request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetHostedZoneCountResult> getHostedZoneCountAsync(GetHostedZoneCountRequest request)
AmazonRoute53Async
To retrieve a count of all your hosted zones, send a GET
request to the 2013-04-01/hostedzonecount resource.
getHostedZoneCountAsync in interface AmazonRoute53Asyncrequest - To retrieve a count of all your hosted zones, send a
GET request to the
2013-04-01/hostedzonecount resource.public Future<GetHostedZoneCountResult> getHostedZoneCountAsync(GetHostedZoneCountRequest request, AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
AmazonRoute53Async
To retrieve a count of all your hosted zones, send a GET
request to the 2013-04-01/hostedzonecount resource.
getHostedZoneCountAsync in interface AmazonRoute53Asyncrequest - To retrieve a count of all your hosted zones, send a
GET request to the
2013-04-01/hostedzonecount resource.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetHostedZoneCountResult> getHostedZoneCountAsync()
getHostedZoneCountAsync in interface AmazonRoute53AsyncgetHostedZoneCountAsync(GetHostedZoneCountRequest)public Future<GetHostedZoneCountResult> getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
getHostedZoneCountAsync in interface AmazonRoute53AsyncgetHostedZoneCountAsync(GetHostedZoneCountRequest,
com.amazonaws.handlers.AsyncHandler)public Future<GetReusableDelegationSetResult> getReusableDelegationSetAsync(GetReusableDelegationSetRequest request)
AmazonRoute53Async
To retrieve the reusable delegation set, send a GET request
to the 2013-04-01/delegationset/delegation set ID
resource.
getReusableDelegationSetAsync in interface AmazonRoute53Asyncrequest - The input for a GetReusableDelegationSet request.public Future<GetReusableDelegationSetResult> getReusableDelegationSetAsync(GetReusableDelegationSetRequest request, AsyncHandler<GetReusableDelegationSetRequest,GetReusableDelegationSetResult> asyncHandler)
AmazonRoute53Async
To retrieve the reusable delegation set, send a GET request
to the 2013-04-01/delegationset/delegation set ID
resource.
getReusableDelegationSetAsync in interface AmazonRoute53Asyncrequest - The input for a GetReusableDelegationSet request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTrafficPolicyResult> getTrafficPolicyAsync(GetTrafficPolicyRequest request)
AmazonRoute53Async
Gets information about a specific traffic policy version. To get the
information, send a GET request to the
2013-04-01/trafficpolicy resource.
getTrafficPolicyAsync in interface AmazonRoute53Asyncrequest - Gets information about a specific traffic policy version. To get
the information, send a GET request to the
2013-04-01/trafficpolicy resource, and specify the ID and the
version of the traffic policy.public Future<GetTrafficPolicyResult> getTrafficPolicyAsync(GetTrafficPolicyRequest request, AsyncHandler<GetTrafficPolicyRequest,GetTrafficPolicyResult> asyncHandler)
AmazonRoute53Async
Gets information about a specific traffic policy version. To get the
information, send a GET request to the
2013-04-01/trafficpolicy resource.
getTrafficPolicyAsync in interface AmazonRoute53Asyncrequest - Gets information about a specific traffic policy version. To get
the information, send a GET request to the
2013-04-01/trafficpolicy resource, and specify the ID and the
version of the traffic policy.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTrafficPolicyInstanceResult> getTrafficPolicyInstanceAsync(GetTrafficPolicyInstanceRequest request)
AmazonRoute53AsyncGets information about a specified traffic policy instance.
To get information about the traffic policy instance, send a
GET request to the
2013-04-01/trafficpolicyinstance resource.
CreateTrafficPolicyInstance or an
UpdateTrafficPolicyInstance request, there's a brief delay
while Amazon Route 53 creates the resource record sets that are specified
in the traffic policy definition. For more information, see the
State response element. getTrafficPolicyInstanceAsync in interface AmazonRoute53Asyncrequest - Gets information about a specified traffic policy instance.
To get information about a traffic policy instance, send a
GET request to the
2013-04-01/trafficpolicyinstance/Id resource.
public Future<GetTrafficPolicyInstanceResult> getTrafficPolicyInstanceAsync(GetTrafficPolicyInstanceRequest request, AsyncHandler<GetTrafficPolicyInstanceRequest,GetTrafficPolicyInstanceResult> asyncHandler)
AmazonRoute53AsyncGets information about a specified traffic policy instance.
To get information about the traffic policy instance, send a
GET request to the
2013-04-01/trafficpolicyinstance resource.
CreateTrafficPolicyInstance or an
UpdateTrafficPolicyInstance request, there's a brief delay
while Amazon Route 53 creates the resource record sets that are specified
in the traffic policy definition. For more information, see the
State response element. getTrafficPolicyInstanceAsync in interface AmazonRoute53Asyncrequest - Gets information about a specified traffic policy instance.
To get information about a traffic policy instance, send a
GET request to the
2013-04-01/trafficpolicyinstance/Id resource.
asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTrafficPolicyInstanceCountResult> getTrafficPolicyInstanceCountAsync(GetTrafficPolicyInstanceCountRequest request)
AmazonRoute53AsyncGets the number of traffic policy instances that are associated with the current AWS account.
To get the number of traffic policy instances, send a GET
request to the 2013-04-01/trafficpolicyinstancecount
resource.
getTrafficPolicyInstanceCountAsync in interface AmazonRoute53Asyncrequest - To retrieve a count of all your traffic policy instances, send a
GET request to the
2013-04-01/trafficpolicyinstancecount resource.public Future<GetTrafficPolicyInstanceCountResult> getTrafficPolicyInstanceCountAsync(GetTrafficPolicyInstanceCountRequest request, AsyncHandler<GetTrafficPolicyInstanceCountRequest,GetTrafficPolicyInstanceCountResult> asyncHandler)
AmazonRoute53AsyncGets the number of traffic policy instances that are associated with the current AWS account.
To get the number of traffic policy instances, send a GET
request to the 2013-04-01/trafficpolicyinstancecount
resource.
getTrafficPolicyInstanceCountAsync in interface AmazonRoute53Asyncrequest - To retrieve a count of all your traffic policy instances, send a
GET request to the
2013-04-01/trafficpolicyinstancecount resource.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTrafficPolicyInstanceCountResult> getTrafficPolicyInstanceCountAsync()
getTrafficPolicyInstanceCountAsync in interface AmazonRoute53AsyncgetTrafficPolicyInstanceCountAsync(GetTrafficPolicyInstanceCountRequest)public Future<GetTrafficPolicyInstanceCountResult> getTrafficPolicyInstanceCountAsync(AsyncHandler<GetTrafficPolicyInstanceCountRequest,GetTrafficPolicyInstanceCountResult> asyncHandler)
public Future<ListChangeBatchesByHostedZoneResult> listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request)
AmazonRoute53AsyncThis action gets the list of ChangeBatches in a given time period for a given hosted zone.
listChangeBatchesByHostedZoneAsync in interface AmazonRoute53Asyncrequest - The input for a ListChangeBatchesByHostedZone request.public Future<ListChangeBatchesByHostedZoneResult> listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request, AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
AmazonRoute53AsyncThis action gets the list of ChangeBatches in a given time period for a given hosted zone.
listChangeBatchesByHostedZoneAsync in interface AmazonRoute53Asyncrequest - The input for a ListChangeBatchesByHostedZone request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListChangeBatchesByRRSetResult> listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest request)
AmazonRoute53AsyncThis action gets the list of ChangeBatches in a given time period for a given hosted zone and RRSet.
listChangeBatchesByRRSetAsync in interface AmazonRoute53Asyncrequest - The input for a ListChangeBatchesByRRSet request.public Future<ListChangeBatchesByRRSetResult> listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest request, AsyncHandler<ListChangeBatchesByRRSetRequest,ListChangeBatchesByRRSetResult> asyncHandler)
AmazonRoute53AsyncThis action gets the list of ChangeBatches in a given time period for a given hosted zone and RRSet.
listChangeBatchesByRRSetAsync in interface AmazonRoute53Asyncrequest - The input for a ListChangeBatchesByRRSet request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListGeoLocationsResult> listGeoLocationsAsync(ListGeoLocationsRequest request)
AmazonRoute53Async
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.
listGeoLocationsAsync in interface AmazonRoute53Asyncrequest - The input for a ListGeoLocations request.public Future<ListGeoLocationsResult> listGeoLocationsAsync(ListGeoLocationsRequest request, AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
AmazonRoute53Async
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.
listGeoLocationsAsync in interface AmazonRoute53Asyncrequest - The input for a ListGeoLocations request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListGeoLocationsResult> listGeoLocationsAsync()
listGeoLocationsAsync in interface AmazonRoute53AsynclistGeoLocationsAsync(ListGeoLocationsRequest)public Future<ListGeoLocationsResult> listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)
listGeoLocationsAsync in interface AmazonRoute53AsynclistGeoLocationsAsync(ListGeoLocationsRequest,
com.amazonaws.handlers.AsyncHandler)public Future<ListHealthChecksResult> listHealthChecksAsync(ListHealthChecksRequest request)
AmazonRoute53Async
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.
listHealthChecksAsync in interface AmazonRoute53Asyncrequest - 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 or more 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. MaxItems to a value greater
than 100, Amazon Route 53 returns only the first 100.public Future<ListHealthChecksResult> listHealthChecksAsync(ListHealthChecksRequest request, AsyncHandler<ListHealthChecksRequest,ListHealthChecksResult> asyncHandler)
AmazonRoute53Async
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.
listHealthChecksAsync in interface AmazonRoute53Asyncrequest - 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 or more 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. MaxItems to a value greater
than 100, Amazon Route 53 returns only the first 100.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListHealthChecksResult> listHealthChecksAsync()
listHealthChecksAsync in interface AmazonRoute53AsynclistHealthChecksAsync(ListHealthChecksRequest)public Future<ListHealthChecksResult> listHealthChecksAsync(AsyncHandler<ListHealthChecksRequest,ListHealthChecksResult> asyncHandler)
listHealthChecksAsync in interface AmazonRoute53AsynclistHealthChecksAsync(ListHealthChecksRequest,
com.amazonaws.handlers.AsyncHandler)public Future<ListHostedZonesResult> listHostedZonesAsync(ListHostedZonesRequest request)
AmazonRoute53Async
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.
listHostedZonesAsync in interface AmazonRoute53Asyncrequest - 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 or more 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. For more information about listing hosted zones,
see Listing the Hosted Zones for an AWS Account in the Amazon
Route 53 Developer Guide. MaxItems to a value
greater than 100, Amazon Route 53 returns only the first 100.public Future<ListHostedZonesResult> listHostedZonesAsync(ListHostedZonesRequest request, AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
AmazonRoute53Async
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.
listHostedZonesAsync in interface AmazonRoute53Asyncrequest - 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 or more 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. For more information about listing hosted zones,
see Listing the Hosted Zones for an AWS Account in the Amazon
Route 53 Developer Guide. MaxItems to a value
greater than 100, Amazon Route 53 returns only the first 100.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListHostedZonesResult> listHostedZonesAsync()
listHostedZonesAsync in interface AmazonRoute53AsynclistHostedZonesAsync(ListHostedZonesRequest)public Future<ListHostedZonesResult> listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
listHostedZonesAsync in interface AmazonRoute53AsynclistHostedZonesAsync(ListHostedZonesRequest,
com.amazonaws.handlers.AsyncHandler)public Future<ListHostedZonesByNameResult> listHostedZonesByNameAsync(ListHostedZonesByNameRequest request)
AmazonRoute53Async
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.
listHostedZonesByNameAsync in interface AmazonRoute53Asyncrequest - 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.
For more information about listing hosted zones, see Listing the Hosted Zones for an AWS Account in the Amazon Route 53 Developer Guide.
public Future<ListHostedZonesByNameResult> listHostedZonesByNameAsync(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
AmazonRoute53Async
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.
listHostedZonesByNameAsync in interface AmazonRoute53Asyncrequest - 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.
For more information about listing hosted zones, see Listing the Hosted Zones for an AWS Account in the Amazon Route 53 Developer Guide.
asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListHostedZonesByNameResult> listHostedZonesByNameAsync()
listHostedZonesByNameAsync in interface AmazonRoute53AsynclistHostedZonesByNameAsync(ListHostedZonesByNameRequest)public Future<ListHostedZonesByNameResult> listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
listHostedZonesByNameAsync in interface AmazonRoute53AsynclistHostedZonesByNameAsync(ListHostedZonesByNameRequest,
com.amazonaws.handlers.AsyncHandler)public Future<ListResourceRecordSetsResult> listResourceRecordSetsAsync(ListResourceRecordSetsRequest request)
AmazonRoute53AsyncImagine 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.
listResourceRecordSetsAsync in interface AmazonRoute53Asyncrequest - The input for a ListResourceRecordSets request.public Future<ListResourceRecordSetsResult> listResourceRecordSetsAsync(ListResourceRecordSetsRequest request, AsyncHandler<ListResourceRecordSetsRequest,ListResourceRecordSetsResult> asyncHandler)
AmazonRoute53AsyncImagine 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.
listResourceRecordSetsAsync in interface AmazonRoute53Asyncrequest - The input for a ListResourceRecordSets request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReusableDelegationSetsResult> listReusableDelegationSetsAsync(ListReusableDelegationSetsRequest request)
AmazonRoute53Async
To retrieve a list of your reusable delegation sets, send a
GET request to the 2013-04-01/delegationset
resource. The response to this request includes a
DelegationSets element with zero, one, or multiple
DelegationSet child elements. By default, the list of
delegation sets 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
delegation set that the list begins with.
listReusableDelegationSetsAsync in interface AmazonRoute53Asyncrequest - To retrieve a list of your reusable delegation sets, send a
GET request to the
2013-04-01/delegationset resource. The response to
this request includes a DelegationSets element with
zero or more DelegationSet child elements. By
default, the list of reusable delegation sets 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 delegation
set that the list begins with. MaxItems to a
value greater than 100, Amazon Route 53 returns only the first
100.public Future<ListReusableDelegationSetsResult> listReusableDelegationSetsAsync(ListReusableDelegationSetsRequest request, AsyncHandler<ListReusableDelegationSetsRequest,ListReusableDelegationSetsResult> asyncHandler)
AmazonRoute53Async
To retrieve a list of your reusable delegation sets, send a
GET request to the 2013-04-01/delegationset
resource. The response to this request includes a
DelegationSets element with zero, one, or multiple
DelegationSet child elements. By default, the list of
delegation sets 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
delegation set that the list begins with.
listReusableDelegationSetsAsync in interface AmazonRoute53Asyncrequest - To retrieve a list of your reusable delegation sets, send a
GET request to the
2013-04-01/delegationset resource. The response to
this request includes a DelegationSets element with
zero or more DelegationSet child elements. By
default, the list of reusable delegation sets 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 delegation
set that the list begins with. MaxItems to a
value greater than 100, Amazon Route 53 returns only the first
100.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReusableDelegationSetsResult> listReusableDelegationSetsAsync()
listReusableDelegationSetsAsync in interface AmazonRoute53AsynclistReusableDelegationSetsAsync(ListReusableDelegationSetsRequest)public Future<ListReusableDelegationSetsResult> listReusableDelegationSetsAsync(AsyncHandler<ListReusableDelegationSetsRequest,ListReusableDelegationSetsResult> asyncHandler)
listReusableDelegationSetsAsync in interface AmazonRoute53AsynclistReusableDelegationSetsAsync(ListReusableDelegationSetsRequest,
com.amazonaws.handlers.AsyncHandler)public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
listTagsForResourceAsync in interface AmazonRoute53Asyncrequest - A complex type containing information about a request for a list
of the tags that are associated with an individual resource.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
listTagsForResourceAsync in interface AmazonRoute53Asyncrequest - A complex type containing information about a request for a list
of the tags that are associated with an individual resource.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourcesResult> listTagsForResourcesAsync(ListTagsForResourcesRequest request)
listTagsForResourcesAsync in interface AmazonRoute53Asyncrequest - A complex type containing information about a request for a list
of the tags that are associated with up to 10 specified resources.public Future<ListTagsForResourcesResult> listTagsForResourcesAsync(ListTagsForResourcesRequest request, AsyncHandler<ListTagsForResourcesRequest,ListTagsForResourcesResult> asyncHandler)
listTagsForResourcesAsync in interface AmazonRoute53Asyncrequest - A complex type containing information about a request for a list
of the tags that are associated with up to 10 specified resources.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTrafficPoliciesResult> listTrafficPoliciesAsync(ListTrafficPoliciesRequest request)
AmazonRoute53Async
Gets information about the latest version for every traffic policy that
is associated with the current AWS account. To get the information, send
a GET request to the 2013-04-01/trafficpolicy
resource.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policies, you can use the maxitems
parameter to list them in groups of up to 100.
The response includes three values that help you navigate from one group
of maxitems traffic policies to the next:
If the value of IsTruncated in the response is
true, there are more traffic policies associated with the
current AWS account.
If IsTruncated is false, this response includes
the last traffic policy that is associated with the current account.
If IsTruncated is true,
TrafficPolicyIdMarker is the ID of the first traffic policy
in the next group of MaxItems traffic policies. If you want
to list more traffic policies, make another call to
ListTrafficPolicies, and specify the value of the
TrafficPolicyIdMarker element from the response in the
TrafficPolicyIdMarker request parameter.
If IsTruncated is false, the
TrafficPolicyIdMarker element is omitted from the response.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
listTrafficPoliciesAsync in interface AmazonRoute53Asyncrequest - A complex type that contains the information about the request to
list the traffic policies that are associated with the current AWS
account.public Future<ListTrafficPoliciesResult> listTrafficPoliciesAsync(ListTrafficPoliciesRequest request, AsyncHandler<ListTrafficPoliciesRequest,ListTrafficPoliciesResult> asyncHandler)
AmazonRoute53Async
Gets information about the latest version for every traffic policy that
is associated with the current AWS account. To get the information, send
a GET request to the 2013-04-01/trafficpolicy
resource.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policies, you can use the maxitems
parameter to list them in groups of up to 100.
The response includes three values that help you navigate from one group
of maxitems traffic policies to the next:
If the value of IsTruncated in the response is
true, there are more traffic policies associated with the
current AWS account.
If IsTruncated is false, this response includes
the last traffic policy that is associated with the current account.
If IsTruncated is true,
TrafficPolicyIdMarker is the ID of the first traffic policy
in the next group of MaxItems traffic policies. If you want
to list more traffic policies, make another call to
ListTrafficPolicies, and specify the value of the
TrafficPolicyIdMarker element from the response in the
TrafficPolicyIdMarker request parameter.
If IsTruncated is false, the
TrafficPolicyIdMarker element is omitted from the response.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
listTrafficPoliciesAsync in interface AmazonRoute53Asyncrequest - A complex type that contains the information about the request to
list the traffic policies that are associated with the current AWS
account.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTrafficPoliciesResult> listTrafficPoliciesAsync()
listTrafficPoliciesAsync in interface AmazonRoute53AsynclistTrafficPoliciesAsync(ListTrafficPoliciesRequest)public Future<ListTrafficPoliciesResult> listTrafficPoliciesAsync(AsyncHandler<ListTrafficPoliciesRequest,ListTrafficPoliciesResult> asyncHandler)
listTrafficPoliciesAsync in interface AmazonRoute53AsynclistTrafficPoliciesAsync(ListTrafficPoliciesRequest,
com.amazonaws.handlers.AsyncHandler)public Future<ListTrafficPolicyInstancesResult> listTrafficPolicyInstancesAsync(ListTrafficPolicyInstancesRequest request)
AmazonRoute53AsyncGets information about the traffic policy instances that you created by using the current AWS account.
UpdateTrafficPolicyInstance
request, there's a brief delay while Amazon Route 53 creates the resource
record sets that are specified in the traffic policy definition. For more
information, see the State response element.
To get information about the traffic policy instances that are associated
with the current AWS account, send a GET request to the
2013-04-01/trafficpolicyinstance resource.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policy instances, you can use the
MaxItems parameter to list them in groups of up to 100.
The response includes five values that help you navigate from one group
of MaxItems traffic policy instances to the next:
If the value of IsTruncated in the response is
true, there are more traffic policy instances associated
with the current AWS account.
If IsTruncated is false, this response includes
the last traffic policy instance that is associated with the current
account.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
If IsTruncated is true, these three values in
the response represent the first traffic policy instance in the next
group of MaxItems traffic policy instances. To list more
traffic policy instances, make another call to
ListTrafficPolicyInstances, and specify these values in the
corresponding request parameters.
If IsTruncated is false, all three elements are
omitted from the response.
listTrafficPolicyInstancesAsync in interface AmazonRoute53Asyncrequest - A complex type that contains the information about the request to
list your traffic policy instances.public Future<ListTrafficPolicyInstancesResult> listTrafficPolicyInstancesAsync(ListTrafficPolicyInstancesRequest request, AsyncHandler<ListTrafficPolicyInstancesRequest,ListTrafficPolicyInstancesResult> asyncHandler)
AmazonRoute53AsyncGets information about the traffic policy instances that you created by using the current AWS account.
UpdateTrafficPolicyInstance
request, there's a brief delay while Amazon Route 53 creates the resource
record sets that are specified in the traffic policy definition. For more
information, see the State response element.
To get information about the traffic policy instances that are associated
with the current AWS account, send a GET request to the
2013-04-01/trafficpolicyinstance resource.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policy instances, you can use the
MaxItems parameter to list them in groups of up to 100.
The response includes five values that help you navigate from one group
of MaxItems traffic policy instances to the next:
If the value of IsTruncated in the response is
true, there are more traffic policy instances associated
with the current AWS account.
If IsTruncated is false, this response includes
the last traffic policy instance that is associated with the current
account.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
If IsTruncated is true, these three values in
the response represent the first traffic policy instance in the next
group of MaxItems traffic policy instances. To list more
traffic policy instances, make another call to
ListTrafficPolicyInstances, and specify these values in the
corresponding request parameters.
If IsTruncated is false, all three elements are
omitted from the response.
listTrafficPolicyInstancesAsync in interface AmazonRoute53Asyncrequest - A complex type that contains the information about the request to
list your traffic policy instances.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTrafficPolicyInstancesResult> listTrafficPolicyInstancesAsync()
listTrafficPolicyInstancesAsync in interface AmazonRoute53AsynclistTrafficPolicyInstancesAsync(ListTrafficPolicyInstancesRequest)public Future<ListTrafficPolicyInstancesResult> listTrafficPolicyInstancesAsync(AsyncHandler<ListTrafficPolicyInstancesRequest,ListTrafficPolicyInstancesResult> asyncHandler)
listTrafficPolicyInstancesAsync in interface AmazonRoute53AsynclistTrafficPolicyInstancesAsync(ListTrafficPolicyInstancesRequest,
com.amazonaws.handlers.AsyncHandler)public Future<ListTrafficPolicyInstancesByHostedZoneResult> listTrafficPolicyInstancesByHostedZoneAsync(ListTrafficPolicyInstancesByHostedZoneRequest request)
AmazonRoute53AsyncGets information about the traffic policy instances that you created in a specified hosted zone.
UpdateTrafficPolicyInstance
request, there's a brief delay while Amazon Route 53 creates the resource
record sets that are specified in the traffic policy definition. For more
information, see the State response element.
To get information about the traffic policy instances that you created in
a specified hosted zone, send a GET request to the
2013-04-01/trafficpolicyinstance resource and include the ID
of the hosted zone.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policy instances, you can use the
MaxItems parameter to list them in groups of up to 100.
The response includes four values that help you navigate from one group
of MaxItems traffic policy instances to the next:
If the value of IsTruncated in the response is true,
there are more traffic policy instances associated with the current AWS
account.
If IsTruncated is false, this response includes
the last traffic policy instance that is associated with the current
account.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
If IsTruncated is true, these two values in the
response represent the first traffic policy instance in the next group of
MaxItems traffic policy instances. To list more traffic
policy instances, make another call to
ListTrafficPolicyInstancesByHostedZone, and specify these
values in the corresponding request parameters.
If IsTruncated is false, all three elements are
omitted from the response.
listTrafficPolicyInstancesByHostedZoneAsync in interface AmazonRoute53Asyncrequest - A request for the traffic policy instances that you created in a
specified hosted zone.public Future<ListTrafficPolicyInstancesByHostedZoneResult> listTrafficPolicyInstancesByHostedZoneAsync(ListTrafficPolicyInstancesByHostedZoneRequest request, AsyncHandler<ListTrafficPolicyInstancesByHostedZoneRequest,ListTrafficPolicyInstancesByHostedZoneResult> asyncHandler)
AmazonRoute53AsyncGets information about the traffic policy instances that you created in a specified hosted zone.
UpdateTrafficPolicyInstance
request, there's a brief delay while Amazon Route 53 creates the resource
record sets that are specified in the traffic policy definition. For more
information, see the State response element.
To get information about the traffic policy instances that you created in
a specified hosted zone, send a GET request to the
2013-04-01/trafficpolicyinstance resource and include the ID
of the hosted zone.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policy instances, you can use the
MaxItems parameter to list them in groups of up to 100.
The response includes four values that help you navigate from one group
of MaxItems traffic policy instances to the next:
If the value of IsTruncated in the response is true,
there are more traffic policy instances associated with the current AWS
account.
If IsTruncated is false, this response includes
the last traffic policy instance that is associated with the current
account.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
If IsTruncated is true, these two values in the
response represent the first traffic policy instance in the next group of
MaxItems traffic policy instances. To list more traffic
policy instances, make another call to
ListTrafficPolicyInstancesByHostedZone, and specify these
values in the corresponding request parameters.
If IsTruncated is false, all three elements are
omitted from the response.
listTrafficPolicyInstancesByHostedZoneAsync in interface AmazonRoute53Asyncrequest - A request for the traffic policy instances that you created in a
specified hosted zone.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTrafficPolicyInstancesByPolicyResult> listTrafficPolicyInstancesByPolicyAsync(ListTrafficPolicyInstancesByPolicyRequest request)
AmazonRoute53AsyncGets information about the traffic policy instances that you created by using a specify traffic policy version.
CreateTrafficPolicyInstance or an
UpdateTrafficPolicyInstance request, there's a brief delay
while Amazon Route 53 creates the resource record sets that are specified
in the traffic policy definition. For more information, see the
State response element.
To get information about the traffic policy instances that you created by
using a specify traffic policy version, send a GET request
to the 2013-04-01/trafficpolicyinstance resource and include
the ID and version of the traffic policy.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policy instances, you can use the
MaxItems parameter to list them in groups of up to 100.
The response includes five values that help you navigate from one group
of MaxItems traffic policy instances to the next:
If the value of IsTruncated in the response is
true, there are more traffic policy instances associated
with the specified traffic policy.
If IsTruncated is false, this response includes
the last traffic policy instance that is associated with the specified
traffic policy.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
If IsTruncated is true, these values in the
response represent the first traffic policy instance in the next group of
MaxItems traffic policy instances. To list more traffic
policy instances, make another call to
ListTrafficPolicyInstancesByPolicy, and specify these values
in the corresponding request parameters.
If IsTruncated is false, all three elements are
omitted from the response.
listTrafficPolicyInstancesByPolicyAsync in interface AmazonRoute53Asyncrequest - A complex type that contains the information about the request to
list your traffic policy instances.public Future<ListTrafficPolicyInstancesByPolicyResult> listTrafficPolicyInstancesByPolicyAsync(ListTrafficPolicyInstancesByPolicyRequest request, AsyncHandler<ListTrafficPolicyInstancesByPolicyRequest,ListTrafficPolicyInstancesByPolicyResult> asyncHandler)
AmazonRoute53AsyncGets information about the traffic policy instances that you created by using a specify traffic policy version.
CreateTrafficPolicyInstance or an
UpdateTrafficPolicyInstance request, there's a brief delay
while Amazon Route 53 creates the resource record sets that are specified
in the traffic policy definition. For more information, see the
State response element.
To get information about the traffic policy instances that you created by
using a specify traffic policy version, send a GET request
to the 2013-04-01/trafficpolicyinstance resource and include
the ID and version of the traffic policy.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policy instances, you can use the
MaxItems parameter to list them in groups of up to 100.
The response includes five values that help you navigate from one group
of MaxItems traffic policy instances to the next:
If the value of IsTruncated in the response is
true, there are more traffic policy instances associated
with the specified traffic policy.
If IsTruncated is false, this response includes
the last traffic policy instance that is associated with the specified
traffic policy.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
If IsTruncated is true, these values in the
response represent the first traffic policy instance in the next group of
MaxItems traffic policy instances. To list more traffic
policy instances, make another call to
ListTrafficPolicyInstancesByPolicy, and specify these values
in the corresponding request parameters.
If IsTruncated is false, all three elements are
omitted from the response.
listTrafficPolicyInstancesByPolicyAsync in interface AmazonRoute53Asyncrequest - A complex type that contains the information about the request to
list your traffic policy instances.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTrafficPolicyVersionsResult> listTrafficPolicyVersionsAsync(ListTrafficPolicyVersionsRequest request)
AmazonRoute53Async
Gets information about all of the versions for a specified traffic
policy. ListTrafficPolicyVersions lists only versions that
have not been deleted.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policies, you can use the maxitems
parameter to list them in groups of up to 100.
The response includes three values that help you navigate from one group
of maxitemsmaxitems traffic policies to the next:
If the value of IsTruncated in the response is
true, there are more traffic policy versions associated with
the specified traffic policy.
If IsTruncated is false, this response includes
the last traffic policy version that is associated with the specified
traffic policy.
The ID of the next traffic policy version that is associated with the
current AWS account. If you want to list more traffic policies, make
another call to ListTrafficPolicyVersions, and specify the
value of the TrafficPolicyVersionMarker element in the
TrafficPolicyVersionMarker request parameter.
If IsTruncated is false, Amazon Route 53 omits
the TrafficPolicyVersionMarker element from the response.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
listTrafficPolicyVersionsAsync in interface AmazonRoute53Asyncrequest - A complex type that contains the information about the request to
list your traffic policies.public Future<ListTrafficPolicyVersionsResult> listTrafficPolicyVersionsAsync(ListTrafficPolicyVersionsRequest request, AsyncHandler<ListTrafficPolicyVersionsRequest,ListTrafficPolicyVersionsResult> asyncHandler)
AmazonRoute53Async
Gets information about all of the versions for a specified traffic
policy. ListTrafficPolicyVersions lists only versions that
have not been deleted.
Amazon Route 53 returns a maximum of 100 items in each response. If you
have a lot of traffic policies, you can use the maxitems
parameter to list them in groups of up to 100.
The response includes three values that help you navigate from one group
of maxitemsmaxitems traffic policies to the next:
If the value of IsTruncated in the response is
true, there are more traffic policy versions associated with
the specified traffic policy.
If IsTruncated is false, this response includes
the last traffic policy version that is associated with the specified
traffic policy.
The ID of the next traffic policy version that is associated with the
current AWS account. If you want to list more traffic policies, make
another call to ListTrafficPolicyVersions, and specify the
value of the TrafficPolicyVersionMarker element in the
TrafficPolicyVersionMarker request parameter.
If IsTruncated is false, Amazon Route 53 omits
the TrafficPolicyVersionMarker element from the response.
The value that you specified for the MaxItems parameter in
the request that produced the current response.
listTrafficPolicyVersionsAsync in interface AmazonRoute53Asyncrequest - A complex type that contains the information about the request to
list your traffic policies.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateHealthCheckResult> updateHealthCheckAsync(UpdateHealthCheckRequest request)
AmazonRoute53AsyncThis 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.
updateHealthCheckAsync in interface AmazonRoute53Asyncrequest - >A complex type that contains information about the request to
update a health check.public Future<UpdateHealthCheckResult> updateHealthCheckAsync(UpdateHealthCheckRequest request, AsyncHandler<UpdateHealthCheckRequest,UpdateHealthCheckResult> asyncHandler)
AmazonRoute53AsyncThis 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.
updateHealthCheckAsync in interface AmazonRoute53Asyncrequest - >A complex type that contains information about the request to
update a health check.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateHostedZoneCommentResult> updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request)
AmazonRoute53Async
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.
updateHostedZoneCommentAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to
update a hosted zone comment.public Future<UpdateHostedZoneCommentResult> updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request, AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
AmazonRoute53Async
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.
updateHostedZoneCommentAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the request to
update a hosted zone comment.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTrafficPolicyCommentResult> updateTrafficPolicyCommentAsync(UpdateTrafficPolicyCommentRequest request)
AmazonRoute53AsyncUpdates the comment for a specified traffic policy version.
To update the comment, send a POST request to the
/2013-04-01/trafficpolicy/ resource.
The request body must include an XML document with an
UpdateTrafficPolicyCommentRequest element.
updateTrafficPolicyCommentAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the traffic policy
for which you want to update the comment.public Future<UpdateTrafficPolicyCommentResult> updateTrafficPolicyCommentAsync(UpdateTrafficPolicyCommentRequest request, AsyncHandler<UpdateTrafficPolicyCommentRequest,UpdateTrafficPolicyCommentResult> asyncHandler)
AmazonRoute53AsyncUpdates the comment for a specified traffic policy version.
To update the comment, send a POST request to the
/2013-04-01/trafficpolicy/ resource.
The request body must include an XML document with an
UpdateTrafficPolicyCommentRequest element.
updateTrafficPolicyCommentAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the traffic policy
for which you want to update the comment.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTrafficPolicyInstanceResult> updateTrafficPolicyInstanceAsync(UpdateTrafficPolicyInstanceRequest request)
AmazonRoute53AsyncUpdates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.
When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Amazon Route 53 performs the following operations:
To update a traffic policy instance, send a POST request to
the
/2013-04-01/trafficpolicyinstance/traffic policy ID
resource. The request body must include an XML document with an
UpdateTrafficPolicyInstanceRequest element.
updateTrafficPolicyInstanceAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the resource record
sets that you want to update based on a specified traffic policy
instance.public Future<UpdateTrafficPolicyInstanceResult> updateTrafficPolicyInstanceAsync(UpdateTrafficPolicyInstanceRequest request, AsyncHandler<UpdateTrafficPolicyInstanceRequest,UpdateTrafficPolicyInstanceResult> asyncHandler)
AmazonRoute53AsyncUpdates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.
When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Amazon Route 53 performs the following operations:
To update a traffic policy instance, send a POST request to
the
/2013-04-01/trafficpolicyinstance/traffic policy ID
resource. The request body must include an XML document with an
UpdateTrafficPolicyInstanceRequest element.
updateTrafficPolicyInstanceAsync in interface AmazonRoute53Asyncrequest - A complex type that contains information about the resource record
sets that you want to update based on a specified traffic policy
instance.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown() followed by
getExecutorService().awaitTermination() prior to calling this
method.shutdown in interface AmazonRoute53shutdown in class AmazonWebServiceClientCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.