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 classChangeRequestAn immutable class representing an atomic update to a collection ofRecordSets within aZone.Methods in com.google.cloud.dns that return ChangeRequestInfo Modifier and Type Method Description abstract ChangeRequestInfoChangeRequestInfo.Builder. build()Creates aChangeRequestInfoinstance populated by the values associated with this builder.Methods in com.google.cloud.dns with parameters of type ChangeRequestInfo Modifier and Type Method Description ChangeRequestDns. 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 byzoneNameto this batch.ChangeRequestZone. applyChangeRequest(ChangeRequestInfo changeRequest, Dns.ChangeRequestOption... options)SubmitsChangeRequestInfoto the service for it to applied to this zone.
-