Adds a request representing the "apply change request" operation to the zone specified by
zoneName to this batch. The options can be used to restrict the fields returned
in the same way as for Dns#applyChangeRequest(String, ChangeRequestInfo,
Dns.ChangeRequestOption...). Calling DnsBatchResult#get() on the return value yields
the created ChangeRequest if successful or throws a DnsException if the
operation failed or the zone does not exist.
Adds a request representing the "create zone" operation to this batch. The options can
be used to restrict the fields returned in the same way as for Dns#create(ZoneInfo,
Dns.ZoneOption...). Calling DnsBatchResult#get() on the return value yields the
created Zone if successful and throws a DnsException otherwise.
Adds a request representing the "delete zone" operation to this batch. Calling DnsBatchResult#get() on the return value yields true upon successful deletion,
false if the zone was not found, or throws a DnsException if the operation failed.
Adds a request representing the "get change request" operation for the zone specified by
zoneName to this batch. The options can be used to restrict the fields returned in the
same way as for Dns#getChangeRequest(String, String, Dns.ChangeRequestOption...).
Calling DnsBatchResult#get() on the return value yields the requested ChangeRequest if successful, null if the change request does not exist, or throws a
DnsException if the operation failed or the zone does not exist.
Adds a request representing the "get project" operation to this batch. The options can
be used to restrict the fields returned in the same way as for Dns#getProject(Dns.ProjectOption...). Calling DnsBatchResult#get() on the return value
yields the created ProjectInfo if successful and throws a DnsException if the
operation failed.
Adds a request representing the "get zone" operation to this batch. The options can be
used to restrict the fields returned in the same way as for Dns#getZone(String,
Dns.ZoneOption...). Calling DnsBatchResult#get() on the return value yields the
requested Zone if successful, null if no such zone exists, or throws a DnsException if the operation failed.
Adds a request representing the "list change requests" operation in the zone specified by
zoneName to this batch. The options can be used to restrict the fields returned
or provide page size limits in the same way as for Dns#listChangeRequests(String,
Dns.ChangeRequestListOption...). Calling DnsBatchResult#get() on the return value
yields a page of change requests if successful and throws a DnsException if the
operation failed or the zone does not exist.
Adds a request representing the "list record sets" operation in the zone specified by
zoneName to this batch. The options can be used to restrict the fields returned or
provide page size limits in the same way as for Dns#listRecordSets(String,
Dns.RecordSetListOption...). Calling DnsBatchResult#get() on the return value yields a
page of record sets if successful and throws a DnsException if the operation failed or
the zone does not exist.
Adds a request representing the "list zones" operation to this batch. The options can
be used to restrict the fields returned or provide page size limits in the same way as for
Dns#listZones(Dns.ZoneListOption...). Calling DnsBatchResult#get() on the
return value yields a page of zones if successful and throws a DnsException otherwise.
[[["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 2024-11-02 UTC."],[],[]]