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 |
---|---|
GetChangeResult |
AmazonRoute53Client.getChange(GetChangeRequest getChangeRequest)
This action returns the current status of a change batch request.
|
GetChangeResult |
AmazonRoute53.getChange(GetChangeRequest getChangeRequest)
This action returns the current status of a change batch request.
|
Modifier and Type | Method and Description |
---|---|
Future<GetChangeResult> |
AmazonRoute53AsyncClient.getChangeAsync(GetChangeRequest getChangeRequest)
This action returns the current status of a change batch request.
|
Future<GetChangeResult> |
AmazonRoute53Async.getChangeAsync(GetChangeRequest getChangeRequest)
This action returns the current status of a change batch request.
|
Future<GetChangeResult> |
AmazonRoute53AsyncClient.getChangeAsync(GetChangeRequest getChangeRequest,
AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)
This action returns the current status of a change batch request.
|
Future<GetChangeResult> |
AmazonRoute53Async.getChangeAsync(GetChangeRequest getChangeRequest,
AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)
This action returns the current status of a change batch request.
|
Modifier and Type | Method and Description |
---|---|
Future<GetChangeResult> |
AmazonRoute53AsyncClient.getChangeAsync(GetChangeRequest getChangeRequest,
AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)
This action returns the current status of a change batch request.
|
Future<GetChangeResult> |
AmazonRoute53Async.getChangeAsync(GetChangeRequest getChangeRequest,
AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)
This action returns the current status of a change batch request.
|
Modifier and Type | Method and Description |
---|---|
GetChangeResult |
GetChangeResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change
batch, including the change batch ID, the status of the change, and
the date and time of the request.
|
Copyright © 2014. All rights reserved.