Adds a request representing the "apply change request" operation to the zone specified byzoneNameto this batch. Theoptionscan be used to restrict the fields returned
in the same way as forDns#applyChangeRequest(String, ChangeRequestInfo,
Dns.ChangeRequestOption...). CallingDnsBatchResult#get()on the return value yields
the createdChangeRequestif successful or throws aDnsExceptionif the
operation failed or the zone does not exist.
Adds a request representing the "create zone" operation to this batch. Theoptionscan
be used to restrict the fields returned in the same way as forDns#create(ZoneInfo,
Dns.ZoneOption...). CallingDnsBatchResult#get()on the return value yields the
createdZoneif successful and throws aDnsExceptionotherwise.
Adds a request representing the "delete zone" operation to this batch. CallingDnsBatchResult#get()on the return value yieldstrueupon successful deletion,falseif the zone was not found, or throws aDnsExceptionif the operation failed.
Adds a request representing the "get change request" operation for the zone specified byzoneNameto this batch. Theoptionscan be used to restrict the fields returned in the
same way as forDns#getChangeRequest(String, String, Dns.ChangeRequestOption...).
CallingDnsBatchResult#get()on the return value yields the requestedChangeRequestif successful,nullif the change request does not exist, or throws aDnsExceptionif the operation failed or the zone does not exist.
Adds a request representing the "get project" operation to this batch. Theoptionscan
be used to restrict the fields returned in the same way as forDns#getProject(Dns.ProjectOption...). CallingDnsBatchResult#get()on the return value
yields the createdProjectInfoif successful and throws aDnsExceptionif the
operation failed.
Adds a request representing the "get zone" operation to this batch. Theoptionscan be
used to restrict the fields returned in the same way as forDns#getZone(String,
Dns.ZoneOption...). CallingDnsBatchResult#get()on the return value yields the
requestedZoneif successful,nullif no such zone exists, or throws aDnsExceptionif the operation failed.
Adds a request representing the "list change requests" operation in the zone specified byzoneNameto this batch. Theoptionscan be used to restrict the fields returned
or provide page size limits in the same way as forDns#listChangeRequests(String,
Dns.ChangeRequestListOption...). CallingDnsBatchResult#get()on the return value
yields a page of change requests if successful and throws aDnsExceptionif the
operation failed or the zone does not exist.
Adds a request representing the "list record sets" operation in the zone specified byzoneNameto this batch. Theoptionscan be used to restrict the fields returned or
provide page size limits in the same way as forDns#listRecordSets(String,
Dns.RecordSetListOption...). CallingDnsBatchResult#get()on the return value yields a
page of record sets if successful and throws aDnsExceptionif the operation failed or
the zone does not exist.
Adds a request representing the "list zones" operation to this batch. Theoptionscan
be used to restrict the fields returned or provide page size limits in the same way as forDns#listZones(Dns.ZoneListOption...). CallingDnsBatchResult#get()on the
return value yields a page of zones if successful and throws aDnsExceptionotherwise.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,[]]