Uses of Class
com.oracle.bmc.dns.requests.PatchDomainRecordsRequest
-
Packages that use PatchDomainRecordsRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of PatchDomainRecordsRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type PatchDomainRecordsRequest Modifier and Type Method Description PatchDomainRecordsResponse
Dns. patchDomainRecords(PatchDomainRecordsRequest request)
Updates records in the specified zone at a domain.Future<PatchDomainRecordsResponse>
DnsAsync. patchDomainRecords(PatchDomainRecordsRequest request, AsyncHandler<PatchDomainRecordsRequest,PatchDomainRecordsResponse> handler)
Updates records in the specified zone at a domain.Future<PatchDomainRecordsResponse>
DnsAsyncClient. patchDomainRecords(PatchDomainRecordsRequest request, AsyncHandler<PatchDomainRecordsRequest,PatchDomainRecordsResponse> handler)
PatchDomainRecordsResponse
DnsClient. patchDomainRecords(PatchDomainRecordsRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type PatchDomainRecordsRequest Modifier and Type Method Description Future<PatchDomainRecordsResponse>
DnsAsync. patchDomainRecords(PatchDomainRecordsRequest request, AsyncHandler<PatchDomainRecordsRequest,PatchDomainRecordsResponse> handler)
Updates records in the specified zone at a domain.Future<PatchDomainRecordsResponse>
DnsAsyncClient. patchDomainRecords(PatchDomainRecordsRequest request, AsyncHandler<PatchDomainRecordsRequest,PatchDomainRecordsResponse> handler)
-
Uses of PatchDomainRecordsRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return PatchDomainRecordsRequest Modifier and Type Method Description PatchDomainRecordsRequest
PatchDomainRecordsRequest.Builder. build()
Build the instance of PatchDomainRecordsRequest as configured by this builderPatchDomainRecordsRequest
PatchDomainRecordsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchDomainRecordsRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type PatchDomainRecordsRequest Modifier and Type Method Description PatchDomainRecordsRequest.Builder
PatchDomainRecordsRequest.Builder. copy(PatchDomainRecordsRequest o)
Copy method to populate the builder with values from the given instance.
-