| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTrafficPolicyInstanceResult |
AmazonRoute53Client.updateTrafficPolicyInstance(UpdateTrafficPolicyInstanceRequest updateTrafficPolicyInstanceRequest)
Updates the resource record sets in a specified hosted zone that were
created based on the settings in a specified traffic policy version.
|
UpdateTrafficPolicyInstanceResult |
AmazonRoute53.updateTrafficPolicyInstance(UpdateTrafficPolicyInstanceRequest updateTrafficPolicyInstanceRequest)
Updates the resource record sets in a specified hosted zone that were
created based on the settings in a specified traffic policy version.
|
Future<UpdateTrafficPolicyInstanceResult> |
AmazonRoute53AsyncClient.updateTrafficPolicyInstanceAsync(UpdateTrafficPolicyInstanceRequest updateTrafficPolicyInstanceRequest)
Updates the resource record sets in a specified hosted zone that were
created based on the settings in a specified traffic policy version.
|
Future<UpdateTrafficPolicyInstanceResult> |
AmazonRoute53Async.updateTrafficPolicyInstanceAsync(UpdateTrafficPolicyInstanceRequest updateTrafficPolicyInstanceRequest)
Updates the resource record sets in a specified hosted zone that were
created based on the settings in a specified traffic policy version.
|
Future<UpdateTrafficPolicyInstanceResult> |
AmazonRoute53AsyncClient.updateTrafficPolicyInstanceAsync(UpdateTrafficPolicyInstanceRequest updateTrafficPolicyInstanceRequest,
AsyncHandler<UpdateTrafficPolicyInstanceRequest,UpdateTrafficPolicyInstanceResult> asyncHandler)
Updates the resource record sets in a specified hosted zone that were
created based on the settings in a specified traffic policy version.
|
Future<UpdateTrafficPolicyInstanceResult> |
AmazonRoute53Async.updateTrafficPolicyInstanceAsync(UpdateTrafficPolicyInstanceRequest updateTrafficPolicyInstanceRequest,
AsyncHandler<UpdateTrafficPolicyInstanceRequest,UpdateTrafficPolicyInstanceResult> asyncHandler)
Updates the resource record sets in a specified hosted zone that were
created based on the settings in a specified traffic policy version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTrafficPolicyInstanceResult> |
AmazonRoute53AsyncClient.updateTrafficPolicyInstanceAsync(UpdateTrafficPolicyInstanceRequest updateTrafficPolicyInstanceRequest,
AsyncHandler<UpdateTrafficPolicyInstanceRequest,UpdateTrafficPolicyInstanceResult> asyncHandler)
Updates the resource record sets in a specified hosted zone that were
created based on the settings in a specified traffic policy version.
|
Future<UpdateTrafficPolicyInstanceResult> |
AmazonRoute53Async.updateTrafficPolicyInstanceAsync(UpdateTrafficPolicyInstanceRequest updateTrafficPolicyInstanceRequest,
AsyncHandler<UpdateTrafficPolicyInstanceRequest,UpdateTrafficPolicyInstanceResult> asyncHandler)
Updates the resource record sets in a specified hosted zone that were
created based on the settings in a specified traffic policy version.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTrafficPolicyInstanceRequest |
UpdateTrafficPolicyInstanceRequest.clone() |
UpdateTrafficPolicyInstanceRequest |
UpdateTrafficPolicyInstanceRequest.withId(String id)
The ID of the traffic policy instance that you want to update.
|
UpdateTrafficPolicyInstanceRequest |
UpdateTrafficPolicyInstanceRequest.withTrafficPolicyId(String trafficPolicyId)
The ID of the traffic policy that you want Amazon Route 53 to use to
update resource record sets for the specified traffic policy instance.
|
UpdateTrafficPolicyInstanceRequest |
UpdateTrafficPolicyInstanceRequest.withTrafficPolicyVersion(Integer trafficPolicyVersion)
The version of the traffic policy that you want Amazon Route 53 to use
to update resource record sets for the specified traffic policy
instance.
|
UpdateTrafficPolicyInstanceRequest |
UpdateTrafficPolicyInstanceRequest.withTTL(Long tTL)
The TTL that you want Amazon Route 53 to assign to all of the updated
resource record sets.
|
Copyright © 2015. All rights reserved.