| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeInfo |
ChangeInfo.clone() |
ChangeInfo |
DeleteHostedZoneResult.getChangeInfo()
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
|
ChangeInfo |
AssociateVPCWithHostedZoneResult.getChangeInfo()
A complex type that describes the changes made to your hosted zone.
|
ChangeInfo |
GetChangeResult.getChangeInfo()
A complex type that contains information about the specified change batch.
|
ChangeInfo |
ChangeResourceRecordSetsResult.getChangeInfo()
A complex type that contains information about changes made to your hosted zone.
|
ChangeInfo |
DisassociateVPCFromHostedZoneResult.getChangeInfo()
A complex type that describes the changes made to the specified private hosted zone.
|
ChangeInfo |
CreateHostedZoneResult.getChangeInfo()
A complex type that contains information about the
CreateHostedZone request. |
ChangeInfo |
ChangeInfo.withComment(String comment)
A complex type that describes change information about changes made to your hosted zone.
|
ChangeInfo |
ChangeInfo.withId(String id)
The ID of the request.
|
ChangeInfo |
ChangeInfo.withStatus(ChangeStatus status)
The current state of the request.
|
ChangeInfo |
ChangeInfo.withStatus(String status)
The current state of the request.
|
ChangeInfo |
ChangeInfo.withSubmittedAt(Date submittedAt)
The date and time that the change request was submitted in ISO
8601 format and Coordinated Universal Time (UTC).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
|
void |
AssociateVPCWithHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
|
void |
GetChangeResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch.
|
void |
ChangeResourceRecordSetsResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.
|
void |
DisassociateVPCFromHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
|
void |
CreateHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the
CreateHostedZone request. |
DeleteHostedZoneResult |
DeleteHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
|
AssociateVPCWithHostedZoneResult |
AssociateVPCWithHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
|
GetChangeResult |
GetChangeResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch.
|
ChangeResourceRecordSetsResult |
ChangeResourceRecordSetsResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.
|
DisassociateVPCFromHostedZoneResult |
DisassociateVPCFromHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the
CreateHostedZone request. |
Copyright © 2019. All rights reserved.