Uses of Class
com.oracle.bmc.dns.requests.PatchRRSetRequest
-
Packages that use PatchRRSetRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of PatchRRSetRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type PatchRRSetRequest Modifier and Type Method Description PatchRRSetResponse
Dns. patchRRSet(PatchRRSetRequest request)
Updates records in the specified RRSet.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)
PatchRRSetResponse
DnsClient. patchRRSet(PatchRRSetRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type PatchRRSetRequest 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 PatchRRSetRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return PatchRRSetRequest Modifier and Type Method Description PatchRRSetRequest
PatchRRSetRequest.Builder. build()
Build the instance of PatchRRSetRequest as configured by this builderPatchRRSetRequest
PatchRRSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchRRSetRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type PatchRRSetRequest Modifier and Type Method Description PatchRRSetRequest.Builder
PatchRRSetRequest.Builder. copy(PatchRRSetRequest o)
Copy method to populate the builder with values from the given instance.
-