Package | Description |
---|---|
com.amazonaws.services.route53.internal | |
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Method and Description |
---|---|
private void |
Route53IdRequestHandler.removePrefix(ChangeInfo changeInfo) |
Modifier and Type | Field and Description |
---|---|
private ChangeInfo |
GetChangeResult.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.
|
private ChangeInfo |
DisassociateVPCFromHostedZoneResult.changeInfo
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
private ChangeInfo |
DeleteHostedZoneResult.changeInfo
A complex type that contains the ID, the status, and the date and time of
your delete request.
|
private ChangeInfo |
CreateHostedZoneResult.changeInfo
A complex type that contains information about the request to create a
hosted zone.
|
private ChangeInfo |
ChangeResourceRecordSetsResult.changeInfo
A complex type that contains information about changes made to your
hosted zone.
|
private ChangeInfo |
AssociateVPCWithHostedZoneResult.changeInfo
A complex type that contains the ID, the status, and the date and time of
your
AssociateVPCWithHostedZoneRequest . |
Modifier and Type | Method and Description |
---|---|
ChangeInfo |
ChangeInfo.clone() |
ChangeInfo |
GetChangeResult.getChangeInfo()
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.
|
ChangeInfo |
DisassociateVPCFromHostedZoneResult.getChangeInfo()
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
ChangeInfo |
DeleteHostedZoneResult.getChangeInfo()
A complex type that contains the ID, the status, and the date and time of
your delete request.
|
ChangeInfo |
CreateHostedZoneResult.getChangeInfo()
A complex type that contains information about the request to create a
hosted zone.
|
ChangeInfo |
ChangeResourceRecordSetsResult.getChangeInfo()
A complex type that contains information about changes made to your
hosted zone.
|
ChangeInfo |
AssociateVPCWithHostedZoneResult.getChangeInfo()
A complex type that contains the ID, the status, and the date and time of
your
AssociateVPCWithHostedZoneRequest . |
ChangeInfo |
ChangeInfo.withComment(java.lang.String comment)
A complex type that describes change information about changes made to
your hosted zone.
|
ChangeInfo |
ChangeInfo.withId(java.lang.String id)
The ID of the request.
|
ChangeInfo |
ChangeInfo.withStatus(ChangeStatus status)
The current state of the request.
|
ChangeInfo |
ChangeInfo.withStatus(java.lang.String status)
The current state of the request.
|
ChangeInfo |
ChangeInfo.withSubmittedAt(java.util.Date submittedAt)
The date and time the change was submitted, in the format
YYYY-MM-DDThh:mm:ssZ , as specified in the ISO 8601 standard
(for example, 2009-11-19T19:37:58Z). |
Modifier and Type | Method and Description |
---|---|
void |
GetChangeResult.setChangeInfo(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.
|
void |
DisassociateVPCFromHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
void |
DeleteHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your delete request.
|
void |
CreateHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the request to create a
hosted zone.
|
void |
ChangeResourceRecordSetsResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your
hosted zone.
|
void |
AssociateVPCWithHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
AssociateVPCWithHostedZoneRequest . |
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.
|
DisassociateVPCFromHostedZoneResult |
DisassociateVPCFromHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
DeleteHostedZoneResult |
DeleteHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your delete request.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the request to create a
hosted zone.
|
ChangeResourceRecordSetsResult |
ChangeResourceRecordSetsResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your
hosted zone.
|
AssociateVPCWithHostedZoneResult |
AssociateVPCWithHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
AssociateVPCWithHostedZoneRequest . |
Modifier and Type | Method and Description |
---|---|
ChangeInfo |
ChangeInfoStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |