Uses of Class
com.oracle.bmc.dns.responses.PatchZoneRecordsResponse
-
Packages that use PatchZoneRecordsResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of PatchZoneRecordsResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return PatchZoneRecordsResponse Modifier and Type Method Description PatchZoneRecordsResponse
Dns. patchZoneRecords(PatchZoneRecordsRequest request)
Updates a collection of records in the specified zone.PatchZoneRecordsResponse
DnsClient. patchZoneRecords(PatchZoneRecordsRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type PatchZoneRecordsResponse Modifier and Type Method Description Future<PatchZoneRecordsResponse>
DnsAsync. patchZoneRecords(PatchZoneRecordsRequest request, AsyncHandler<PatchZoneRecordsRequest,PatchZoneRecordsResponse> handler)
Updates a collection of records in the specified zone.Future<PatchZoneRecordsResponse>
DnsAsyncClient. patchZoneRecords(PatchZoneRecordsRequest request, AsyncHandler<PatchZoneRecordsRequest,PatchZoneRecordsResponse> handler)
Method parameters in com.oracle.bmc.dns with type arguments of type PatchZoneRecordsResponse Modifier and Type Method Description Future<PatchZoneRecordsResponse>
DnsAsync. patchZoneRecords(PatchZoneRecordsRequest request, AsyncHandler<PatchZoneRecordsRequest,PatchZoneRecordsResponse> handler)
Updates a collection of records in the specified zone.Future<PatchZoneRecordsResponse>
DnsAsyncClient. patchZoneRecords(PatchZoneRecordsRequest request, AsyncHandler<PatchZoneRecordsRequest,PatchZoneRecordsResponse> handler)
-
Uses of PatchZoneRecordsResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return PatchZoneRecordsResponse Modifier and Type Method Description PatchZoneRecordsResponse
PatchZoneRecordsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type PatchZoneRecordsResponse Modifier and Type Method Description PatchZoneRecordsResponse.Builder
PatchZoneRecordsResponse.Builder. copy(PatchZoneRecordsResponse o)
Copy method to populate the builder with values from the given instance.
-