public class AmazonRoute53Client extends AmazonWebServiceClient implements AmazonRoute53
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected java.util.List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,org.w3c.dom.Node>> |
exceptionUnmarshallers
AmazonRoute53 の全ての例外を非整列化されたリスト
|
client, clientConfiguration, endpoint, requestHandlers, timeOffset, version| コンストラクタと説明 |
|---|
AmazonRoute53Client()
AmazonRoute53 のサービスメソッド使用するためのコンストラクタです。
|
AmazonRoute53Client(AWSCredentials awsCredentials)
指定された AWS アカウント証明書を用いて AmazonRoute53 のサービスメソッドを使用するためのコンストラクタです。
|
AmazonRoute53Client(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
指定された AWS アカウント証明書とクライアントの構成オプションを用いて AmazonRoute53 のサービスメソッドを使用するためのコンストラクタです。
|
AmazonRoute53Client(AWSCredentialsProvider awsCredentialsProvider)
指定された AWS アカウント証明書プロバイダを用いて AmazonRoute53 のサービスメソッドを使用するためのコンストラクタです。
|
AmazonRoute53Client(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
指定された AWS アカウント証明書プロバイダとクライアント構成オプションを用いて AmazonRoute53 のサービスメソッドを使用するためのコンストラクタです。
|
AmazonRoute53Client(ClientConfiguration clientConfiguration)
AmazonRoute53 のサービスメソッドを使用するためのコンストラクタです。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ChangeResourceRecordSetsResult |
changeResourceRecordSets(ChangeResourceRecordSetsRequest changeResourceRecordSetsRequest)
信頼できる DNS 情報の作成、または変更をするためにはこのアクションを使ってください。
|
CreateHealthCheckResult |
createHealthCheck(CreateHealthCheckRequest createHealthCheckRequest)
新しいヘルスチェックを作成するアクションです。
|
CreateHostedZoneResult |
createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)
新しい Hosted Zone を作成するアクションです。
|
DeleteHealthCheckResult |
deleteHealthCheck(DeleteHealthCheckRequest deleteHealthCheckRequest)
これはヘルスチェックを削除するアクションです。
|
DeleteHostedZoneResult |
deleteHostedZone(DeleteHostedZoneRequest deleteHostedZoneRequest)
これは Hosted Zone を削除するアクションです。
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
最後に成功したリクエストに対する追加のメタデータを返します。
|
GetChangeResult |
getChange(GetChangeRequest getChangeRequest)
変更したバッチリクエストの現在のステータスを返すアクションです。
|
GetHealthCheckResult |
getHealthCheck(GetHealthCheckRequest getHealthCheckRequest)
ヘルスチェックを取得するには、
2012-12-12/healthcheck/health check ID に
GET リクエストを送信してください。 |
GetHostedZoneResult |
getHostedZone(GetHostedZoneRequest getHostedZoneRequest)
Hosted Zone のデリゲーションセットを取得するには、
2012-12-12/hostedzone/hosted zone ID に
GET リクエストを送信してください。 |
protected java.lang.String |
getServiceAbbreviation()
リージョンによるサービスエンドポイントを特定するために、このサービスに対する
略称を返します
|
ListHealthChecksResult |
listHealthChecks()
ヘルスチェックのリストを取得するためには、
2012-12-12/healthcheck に
GET リクエストを送信する必要があります。 |
ListHealthChecksResult |
listHealthChecks(ListHealthChecksRequest listHealthChecksRequest)
ヘルスチェックのリストを取得するためには、
2012-12-12/healthcheck に
GET リクエストを送信する必要があります。 |
ListHostedZonesResult |
listHostedZones()
Hosted Zone のリストを取得するためには、
2012-12-12/hostedzone に
GET リクエストを送信する必要があります。 |
ListHostedZonesResult |
listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
Hosted Zone を取得するには、
2012-12-12/hostedzone に
GET リクエストを送信してください。 |
ListResourceRecordSetsResult |
listResourceRecordSets(ListResourceRecordSetsRequest listResourceRecordSetsRequest)
あるゾーンのすべてのリソースレコードセットが並んでいるところを思い浮かべてください。
|
addRequestHandler, convertToHttpRequest, createExecutionContext, getTimeOffset, getVersion, removeRequestHandler, setConfiguration, setEndpoint, setRegion, setTimeOffset, setVersion, shutdown, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetEndpoint, setRegion, shutdownprotected final java.util.List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,org.w3c.dom.Node>> exceptionUnmarshallers
public AmazonRoute53Client()
新しく作られたクライアントを用いたすべてのサービスコールをブロックし、サービスコールが完了するまでリターンされません。
DefaultAWSCredentialsProviderpublic AmazonRoute53Client(ClientConfiguration clientConfiguration)
新しく作られたクライアントを用いたすべてのサービスコールをブロックし、サービス要求が完了するまでリターンされません。
clientConfiguration - The client configuration options controlling how this
client connects to AmazonRoute53
(ex: proxy settings, retry counts, etc.).DefaultAWSCredentialsProviderpublic AmazonRoute53Client(AWSCredentials awsCredentials)
新しく作られたクライアントを用いたすべてのサービスコールをブロックし、サービスコールが完了するまでリターンされません。
awsCredentials - The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.public AmazonRoute53Client(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
新しく作られたクライアントを用いたすべてのサービスコールをブロックし、サービスコールが完了するまでリターンされません。
awsCredentials - The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.clientConfiguration - The client configuration options controlling how this
client connects to AmazonRoute53
(ex: proxy settings, retry counts, etc.).public AmazonRoute53Client(AWSCredentialsProvider awsCredentialsProvider)
新しく作られたクライアントを用いたすべてのサービスコールをブロックし、サービスコールが完了するまでリターンされません。
awsCredentialsProvider - The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.public AmazonRoute53Client(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
新しく作られたクライアントを用いたすべてのサービスコールをブロックし、サービスコールが完了するまでリターンしません。
awsCredentialsProvider - The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.clientConfiguration - The client configuration options controlling how this
client connects to AmazonRoute53
(ex: proxy settings, retry counts, etc.).public ListResourceRecordSetsResult listResourceRecordSets(ListResourceRecordSetsRequest listResourceRecordSetsRequest) throws AmazonServiceException, AmazonClientException
あるゾーンのすべてのリソースレコードセットが並んでいるところを思い浮かべてください。 レコードはまず DNS 名 (例えば "com.amazon.www" のようにラベルを逆順にしたもの) を辞書順に並べられ、 次にレコードのタイプの辞書順に並べられているとします。 この操作によって、指定した名前、タイプの位置から始まる最大で MaxItems のリソースレコードセットを取得することができます。
既知のレコードセットを1つ取得するためには名前とタイプのを指定し、 MaxItems = 1 に設定して ListResourceRecordSets を使ってください。
HostedZone 内のすべてのレコードを取得するためには、最初に ChangeResourceRecordSet を呼び出しているすべてのプロセスを一時停止させてください。 まず、名前とタイプを指定せずに ListResourceRecordSets を呼び出し、レコードセットの最初のページを取得します。 それ以降は、先のレスポンスによって返された NextName と NextType を指定して呼び出してください。
並行して ChangeResourceRecordSets を呼び出していると、一連の ListResourceRecordSets の結果の間に一貫性がなくなります。 ゾーンの中のすべての RRSET の一貫性のあるマルチページのスナップショットを取得する唯一の方法は、ページネーションを行っている間に変更をしないことです。
しかしながら、 ListResourceRecordSets の結果はページの中では一貫性を保持しています。 もし、 MakeChange 呼び出しが同時に配置された場合、一方の結果は完全に表示され、もう一方は全く表示されません。 一部、もしくは最終的に成功していない変更は表示されません。(これは MakeChange がアトミックを持つため)
ListResourceRecordSets による結果は ChangeResourceRecordSets と強い一貫性を持ちます。 正確に言うと、もし単一プロセスが ChangeResourceRecordSets を行い、正常な結果が返ってきた場合、 その変更の影響は、以降のそのプロセスによる ListResourceRecordSets 呼び出し内で表示されます。
listResourceRecordSets インタフェース内 AmazonRoute53listResourceRecordSetsRequest - Container for the necessary
parameters to execute the ListResourceRecordSets service method on
AmazonRoute53.InvalidInputExceptionNoSuchHostedZoneExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public ChangeResourceRecordSetsResult changeResourceRecordSets(ChangeResourceRecordSetsRequest changeResourceRecordSetsRequest) throws AmazonServiceException, AmazonClientException
信頼できる DNS 情報の作成、または変更をするためにはこのアクションを使ってください。
このアクションを使うためには、 2012-12-12/hostedzone/hosted Zone ID/rrset に POST リクエストを送信します。
そのリクエスト内には ChangeResourceRecordSetsRequest 要素を含む XML ドキュメントを含めなければなりません。
変更は変更項目のリストであり、トランザクションとしてみなされます。 変更バッチとして知られる、トランザクション変更の詳細については Amazon Route 53 Developer Guide の Creating、Changing、Deleting を参照して下さい。
重要:トランザクション変更の性質により、単一の変更バッチ内で複数回設定された同じリソースレコードセットを削除できません。 複数回設定された変更バッチを削除した場合、 Route 53 は InvalidChangeBatch エラーを返します。
ChangeResourceRecordSets リクエストの結果により、 DNS データは全ての Route 53 DNS サーバ上で変更されます。
変更直後の状態は PENDING となっています。これは、変更がまだ信頼できる全ての Route 53 DNS サーバに伝達されていないことを意味しています。
変更がすべてのホストに伝えられた時、変更は INSYNC 状態を返します。
ChangeResourceRecordSets リクエストでは以下の事に注意してください。
- 一つのリクエストに100個以上の変更要素を含めることはできません。
- 一つのリクエストに1000個以上の ResourceRecord 要素を含めることはできません。
リクエスト内の全ての Value 要素の文字数(スペースを含む)の合計は、32,000字を超えることはできません。
changeResourceRecordSets インタフェース内 AmazonRoute53changeResourceRecordSetsRequest - Container for the necessary
parameters to execute the ChangeResourceRecordSets service method on
AmazonRoute53.InvalidInputExceptionNoSuchHostedZoneExceptionInvalidChangeBatchExceptionNoSuchHealthCheckExceptionPriorRequestNotCompleteExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public CreateHostedZoneResult createHostedZone(CreateHostedZoneRequest createHostedZoneRequest) throws AmazonServiceException, AmazonClientException
新しい Hosted Zone を作成するアクションです。
新しい Hosted Zone を作るためには、 2012-12-12/hostedzone に POST リクエストを送信します。
リクエストには CreateHostedZoneRequest 要素を含む XML ドキュメントを含めなければなりません。
結果は Hosted Zone についてのメタデータを含む CreateHostedZoneResponse 要素が返ってきます。
Route 53 は自動的にゾーンに適したデフォルトの SOA レコードと、4つの NS レコードを作成します。 Hosted Zone 内の NS レコードはレジストラがドメインを引き渡すネームサーバです。 SOA と NS レコードについての詳細は Amazon Route 53 Developer Guide 内の Route 53 Hosted Zone に適するように作る NS と SOA レコード を参照してください。
ゾーンを作成すると、ステータスはまず PENDING になります。
これはすべての DNS サーバがまだ利用可能ではないという事を意味しています。
NS と SOA レコードがすべての Route 53 DNS サーバで利用可能になったとき、ゾーンのステータスは INSYNC に変わります。
createHostedZone インタフェース内 AmazonRoute53createHostedZoneRequest - Container for the necessary parameters
to execute the CreateHostedZone service method on AmazonRoute53.HostedZoneAlreadyExistsExceptionInvalidInputExceptionInvalidDomainNameExceptionTooManyHostedZonesExceptionDelegationSetNotAvailableExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public GetHealthCheckResult getHealthCheck(GetHealthCheckRequest getHealthCheckRequest) throws AmazonServiceException, AmazonClientException
ヘルスチェックを取得するには、 2012-12-12/healthcheck/health check ID に
GET リクエストを送信してください。
getHealthCheck インタフェース内 AmazonRoute53getHealthCheckRequest - Container for the necessary parameters to
execute the GetHealthCheck service method on AmazonRoute53.InvalidInputExceptionNoSuchHealthCheckExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public CreateHealthCheckResult createHealthCheck(CreateHealthCheckRequest createHealthCheckRequest) throws AmazonServiceException, AmazonClientException
新しいヘルスチェックを作成するアクションです。
新しいヘルスチェックを作成するには、 2012-12-12/healthcheck に
POST リクエストを送信してください。
リクエストには、 CreateHealthCheckRequest 要素を含む XML ドキュメントを含める必要があります。
結果は、ヘルスチェックについてのメタデータを含む CreateHealthCheckResponse 要素を返します。
createHealthCheck インタフェース内 AmazonRoute53createHealthCheckRequest - Container for the necessary parameters
to execute the CreateHealthCheck service method on AmazonRoute53.InvalidInputExceptionHealthCheckAlreadyExistsExceptionTooManyHealthChecksExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public GetChangeResult getChange(GetChangeRequest getChangeRequest) throws AmazonServiceException, AmazonClientException
変更したバッチリクエストの現在のステータスを返すアクションです。 ステータスは以下のどちらかです。
- PENDING リクエスト内での変更が全ての Route 53 DNS サーバに複製されてはいない状態を意味しています。
これはすべての変更したバッチリクエストにおける最初のステータスです。
- INSYNC 変更がすべての Amazon Route 53 DNS サーバに複製されたことを意味しています。
getChange インタフェース内 AmazonRoute53getChangeRequest - Container for the necessary parameters to
execute the GetChange service method on AmazonRoute53.NoSuchChangeExceptionInvalidInputExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public DeleteHealthCheckResult deleteHealthCheck(DeleteHealthCheckRequest deleteHealthCheckRequest) throws AmazonServiceException, AmazonClientException
これはヘルスチェックを削除するアクションです。
ヘルスチェックを削除するためには、 2012-12-12/healthcheck/health check ID に
DELETE リクエストを送信してください。
重要: このヘルスチェックと関連付けられたリソースレコードセットが存在しない時に限り、ヘルスチェックを削除することができます。 ヘルスチェックとリソースレコードセットが関連付けされている場合、ヘルスチェックを削除する前にヘルスチェックの関連付を解除しなければなりません。 リソースレコードセットと関連付けられているヘルスチェックを削除しようとした場合、 Route 53 は HealthCheckInUse error を表示し、リクエストを拒否します。 ヘルスチェックからレコードの関連付けを解除する方法については ChangeResourceRecordSets を参照してください。
deleteHealthCheck インタフェース内 AmazonRoute53deleteHealthCheckRequest - Container for the necessary parameters
to execute the DeleteHealthCheck service method on AmazonRoute53.InvalidInputExceptionHealthCheckInUseExceptionNoSuchHealthCheckExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public GetHostedZoneResult getHostedZone(GetHostedZoneRequest getHostedZoneRequest) throws AmazonServiceException, AmazonClientException
Hosted Zone のデリゲーションセットを取得するには、 2012-12-12/hostedzone/hosted zone ID に
GET リクエストを送信してください。
デリゲーションセットは、あなたが Hosted Zone を作成する際に Hosted Zone に割り当てた 4つの Route 53 ネームサーバを意味しています。
getHostedZone インタフェース内 AmazonRoute53getHostedZoneRequest - Container for the necessary parameters to
execute the GetHostedZone service method on AmazonRoute53.InvalidInputExceptionNoSuchHostedZoneExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public ListHostedZonesResult listHostedZones(ListHostedZonesRequest listHostedZonesRequest) throws AmazonServiceException, AmazonClientException
Hosted Zone を取得するには、 2012-12-12/hostedzone に
GET リクエストを送信してください。
結果には0,1,もしくは複数個の HostedZones の子要素を含めた HostedZones の要素
が含まれています。
デフォルトでは Hosted Zone は単一ページに表示されます。
MaxItems パラメータを操作することによって、表示するページの長さを調整することができます。
Marker パラメータを使うことで Hosted Zone のリストの開始位置を調整することもできます。
注意: Amazon Route 53 では、最大100個の項目を返します。 MaxItems に100個以上の値を設定した場合、 Amazon Route 53 は最初の100個のみを返します。
listHostedZones インタフェース内 AmazonRoute53listHostedZonesRequest - Container for the necessary parameters
to execute the ListHostedZones service method on AmazonRoute53.InvalidInputExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public DeleteHostedZoneResult deleteHostedZone(DeleteHostedZoneRequest deleteHostedZoneRequest) throws AmazonServiceException, AmazonClientException
これは Hosted Zone を削除するアクションです。
Hosted Zone を削除するためには、 2012-12-12/hostedzone/hosted zone ID に
DELETE リクエストを送信する必要があります。
より詳しい内容については、 Amazon Route 53 Developer Guide 内の Hosted Zone の削除 を参照してください。
重要: デフォルトの SOA レコードセットと NS リソースレコードセット以外のリソースレコードセットが存在しない時に限り、 Hosted Zone を削除することができます。 Hosted Zone に他のリソースレコードセットが含まれている場合、 Hosted Zone を削除する前にそれらのリソースレコードセットを削除しなければなりません。 他のリソースレコードセットが含まれている状態で Hosted Zone を消去しようとすると、 Route 53 は HostedZoneNotEmpty エラーを表示し、リクエストを拒否します。 Hosted Zone からのレコードの削除については、 ChangeResourceRecordSets を参照してください。
deleteHostedZone インタフェース内 AmazonRoute53deleteHostedZoneRequest - Container for the necessary parameters
to execute the DeleteHostedZone service method on AmazonRoute53.HostedZoneNotEmptyExceptionInvalidInputExceptionNoSuchHostedZoneExceptionPriorRequestNotCompleteExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public ListHealthChecksResult listHealthChecks(ListHealthChecksRequest listHealthChecksRequest) throws AmazonServiceException, AmazonClientException
ヘルスチェックのリストを取得するためには、 2012-12-12/healthcheck に
GET リクエストを送信する必要があります。
結果には、0,1,または複数個の HealthCheck の子要素を含めた HealthChecks 要素
が含まれています。
デフォルトでは、ヘルスチェックのリストは単一ページに表示されます。
MaxItems パラメータを操作することによって、表示するページの長さを調整することができます。
Marker パラメータを使うことで、ヘルスチェックのリストの開始位置を調整することもできます。
注意: Amazon Route 53 では、最大100個の項目を返します。 MaxItems に100個以上の値を設定した場合、 Amazon Route 53 は最初の100個のみを返します。
listHealthChecks インタフェース内 AmazonRoute53listHealthChecksRequest - Container for the necessary parameters
to execute the ListHealthChecks service method on AmazonRoute53.InvalidInputExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public ListHostedZonesResult listHostedZones() throws AmazonServiceException, AmazonClientException
Hosted Zone のリストを取得するためには、 2012-12-12/hostedzone に
GET リクエストを送信する必要があります。
結果には、0,1,または複数個の HostedZone の子要素を含む HostedZones 要素
が 含まれています。
デフォルトでは Hosted Zone のリストは単一ページに表示されます。
MaxItems パラメータを操作することによって、表示するページの長さを調整することができます。
Marker パラメータを使うことで、 Hosted Zone のリストの開始位置を調整することもできます。
注意: Amazon Route 53 では、最大100個の項目を返します。 MaxItems に100個以上の値を設定した場合、 Amazon Route 53 は最初の100個のみを返します。
listHostedZones インタフェース内 AmazonRoute53InvalidInputExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.public ListHealthChecksResult listHealthChecks() throws AmazonServiceException, AmazonClientException
ヘルスチェックのリストを取得するためには、 2012-12-12/healthcheck に
GET リクエストを送信する必要があります。
結果は、0,1,または複数個の HealthChecks の子要素を含む、 HealthChecks の要素が
含まれてます。
デフォルトではヘルスチェックのリストは単一ページに表示されます。
MaxItems パラメータを操作することによって、表示するページの長さを調整することができます。
Marker パラメータを使うことで、ヘルスチェックのリストの開始位置を調整することもできます。
注意: Amazon Route 53 では、最大100個の項目を返します。 MaxItems に100個以上の値を設定した場合、 Amazon Route 53 は最初の100個のみを返します。 NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
listHealthChecks インタフェース内 AmazonRoute53InvalidInputExceptionAmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53 indicating
either a problem with the data in the request, or a server side issue.protected java.lang.String getServiceAbbreviation()
AmazonWebServiceClientgetServiceAbbreviation クラス内 AmazonWebServiceClientServiceAbbreviationspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
レスポンスのメタデータは一定期間しか保持しないので、このメタデータつまり実行したリクエストに対する追加の診断情報にアクセスしたいのであれば、 リクエストを実行した後できるだけ早くこのメソッドを使って取得してください。
getCachedResponseMetadata インタフェース内 AmazonRoute53request - The originally executed request