Uses of Class
com.oracle.bmc.dns.requests.PatchZoneRecordsRequest
-
Packages that use PatchZoneRecordsRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of PatchZoneRecordsRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type PatchZoneRecordsRequest Modifier and Type Method Description PatchZoneRecordsResponseDns. patchZoneRecords(PatchZoneRecordsRequest request)Updates a collection of records in the specified zone.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)PatchZoneRecordsResponseDnsClient. patchZoneRecords(PatchZoneRecordsRequest request)Method parameters in com.oracle.bmc.dns with type arguments of type PatchZoneRecordsRequest 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 PatchZoneRecordsRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return PatchZoneRecordsRequest Modifier and Type Method Description PatchZoneRecordsRequestPatchZoneRecordsRequest.Builder. build()Build the instance of PatchZoneRecordsRequest as configured by this builderPatchZoneRecordsRequestPatchZoneRecordsRequest.Builder. buildWithoutInvocationCallback()Build the instance of PatchZoneRecordsRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type PatchZoneRecordsRequest Modifier and Type Method Description PatchZoneRecordsRequest.BuilderPatchZoneRecordsRequest.Builder. copy(PatchZoneRecordsRequest o)Copy method to populate the builder with values from the given instance.
-