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