Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
ChangeInfo |
ChangeInfo.clone() |
ChangeInfo |
AssociateVPCWithHostedZoneResult.getChangeInfo()
A complex type that contains the ID, the status, and the date and time of
your
AssociateVPCWithHostedZoneRequest . |
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 |
DisassociateVPCFromHostedZoneResult.getChangeInfo()
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
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 |
ChangeResourceRecordSetsResult.getChangeInfo()
A complex type that contains information about changes made to your
hosted zone.
|
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 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 |
AssociateVPCWithHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
AssociateVPCWithHostedZoneRequest . |
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 |
DisassociateVPCFromHostedZoneResult.setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
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 |
ChangeResourceRecordSetsResult.setChangeInfo(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 . |
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.
|
DisassociateVPCFromHostedZoneResult |
DisassociateVPCFromHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
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.
|
ChangeResourceRecordSetsResult |
ChangeResourceRecordSetsResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your
hosted zone.
|
Copyright © 2018. All rights reserved.