Uses of Class
com.google.cloud.dns.ChangeRequestInfo
-
Packages that use ChangeRequestInfo Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of ChangeRequestInfo in com.google.cloud.dns
Subclasses of ChangeRequestInfo in com.google.cloud.dns Modifier and Type Class Description class
ChangeRequest
An immutable class representing an atomic update to a collection ofRecordSet
s within aZone
.Methods in com.google.cloud.dns that return ChangeRequestInfo Modifier and Type Method Description abstract ChangeRequestInfo
ChangeRequestInfo.Builder. build()
Creates aChangeRequestInfo
instance populated by the values associated with this builder.Methods in com.google.cloud.dns with parameters of type ChangeRequestInfo Modifier and Type Method Description ChangeRequest
Dns. applyChangeRequest(String zoneName, ChangeRequestInfo changeRequest, Dns.ChangeRequestOption... options)
Submits a change request for the specified zone.DnsBatchResult<ChangeRequest>
DnsBatch. applyChangeRequest(String zoneName, ChangeRequestInfo changeRequest, Dns.ChangeRequestOption... options)
Adds a request representing the "apply change request" operation to the zone specified byzoneName
to this batch.ChangeRequest
Zone. applyChangeRequest(ChangeRequestInfo changeRequest, Dns.ChangeRequestOption... options)
SubmitsChangeRequestInfo
to the service for it to applied to this zone.
-