Uses of Class
com.amazonaws.services.route53.model.ChangeInfo
Packages that use ChangeInfo
-
Uses of ChangeInfo in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeInfoModifier and TypeMethodDescriptionChangeInfo.clone()
AssociateVPCWithHostedZoneResult.getChangeInfo()
A complex type that contains the ID, the status, and the date and time of yourAssociateVPCWithHostedZoneRequest
.ChangeResourceRecordSetsResult.getChangeInfo()
A complex type that contains information about changes made to your hosted zone.CreateHostedZoneResult.getChangeInfo()
A complex type that contains information about the request to create a hosted zone.DeleteHostedZoneResult.getChangeInfo()
A complex type that contains the ID, the status, and the date and time of your delete request.DisassociateVPCFromHostedZoneResult.getChangeInfo()
A complex type that contains the ID, the status, and the date and time of yourDisassociateVPCFromHostedZoneRequest
.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.withComment
(String comment) A complex type that describes change information about changes made to your hosted zone.The ID of the request.ChangeInfo.withStatus
(ChangeStatus status) The current state of the request.ChangeInfo.withStatus
(String status) The current state of the request.ChangeInfo.withSubmittedAt
(Date submittedAt) The date and time the change was submitted, in the formatYYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z).Methods in com.amazonaws.services.route53.model with parameters of type ChangeInfoModifier and TypeMethodDescriptionvoid
AssociateVPCWithHostedZoneResult.setChangeInfo
(ChangeInfo changeInfo) A complex type that contains the ID, the status, and the date and time of yourAssociateVPCWithHostedZoneRequest
.void
ChangeResourceRecordSetsResult.setChangeInfo
(ChangeInfo changeInfo) A complex type that contains information about changes made to your hosted zone.void
CreateHostedZoneResult.setChangeInfo
(ChangeInfo changeInfo) A complex type that contains information about the request to create a hosted zone.void
DeleteHostedZoneResult.setChangeInfo
(ChangeInfo changeInfo) A complex type that contains the ID, the status, and the date and time of your delete request.void
DisassociateVPCFromHostedZoneResult.setChangeInfo
(ChangeInfo changeInfo) A complex type that contains the ID, the status, and the date and time of yourDisassociateVPCFromHostedZoneRequest
.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.AssociateVPCWithHostedZoneResult.withChangeInfo
(ChangeInfo changeInfo) A complex type that contains the ID, the status, and the date and time of yourAssociateVPCWithHostedZoneRequest
.ChangeResourceRecordSetsResult.withChangeInfo
(ChangeInfo changeInfo) A complex type that contains information about changes made to your hosted zone.CreateHostedZoneResult.withChangeInfo
(ChangeInfo changeInfo) A complex type that contains information about the request to create a hosted zone.DeleteHostedZoneResult.withChangeInfo
(ChangeInfo changeInfo) A complex type that contains the ID, the status, and the date and time of your delete request.DisassociateVPCFromHostedZoneResult.withChangeInfo
(ChangeInfo changeInfo) A complex type that contains the ID, the status, and the date and time of yourDisassociateVPCFromHostedZoneRequest
.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.