Uses of Class
com.oracle.bmc.dns.responses.PatchDomainRecordsResponse
-
Packages that use PatchDomainRecordsResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of PatchDomainRecordsResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return PatchDomainRecordsResponse Modifier and Type Method Description PatchDomainRecordsResponse
Dns. patchDomainRecords(PatchDomainRecordsRequest request)
Updates records in the specified zone at a domain.PatchDomainRecordsResponse
DnsClient. patchDomainRecords(PatchDomainRecordsRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type PatchDomainRecordsResponse 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)
Method parameters in com.oracle.bmc.dns with type arguments of type PatchDomainRecordsResponse 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 PatchDomainRecordsResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return PatchDomainRecordsResponse Modifier and Type Method Description PatchDomainRecordsResponse
PatchDomainRecordsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type PatchDomainRecordsResponse Modifier and Type Method Description PatchDomainRecordsResponse.Builder
PatchDomainRecordsResponse.Builder. copy(PatchDomainRecordsResponse o)
Copy method to populate the builder with values from the given instance.
-