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