Uses of Class
com.oracle.bmc.dns.responses.UpdateViewResponse
-
Packages that use UpdateViewResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of UpdateViewResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return UpdateViewResponse Modifier and Type Method Description UpdateViewResponse
Dns. updateView(UpdateViewRequest request)
Updates the specified view with your new information.UpdateViewResponse
DnsClient. updateView(UpdateViewRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type UpdateViewResponse Modifier and Type Method Description Waiter<UpdateViewRequest,UpdateViewResponse>
DnsWaiters. forUpdateView(UpdateViewRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateViewRequest,UpdateViewResponse>
DnsWaiters. forUpdateView(UpdateViewRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Future<UpdateViewResponse>
DnsAsync. updateView(UpdateViewRequest request, AsyncHandler<UpdateViewRequest,UpdateViewResponse> handler)
Updates the specified view with your new information.Future<UpdateViewResponse>
DnsAsyncClient. updateView(UpdateViewRequest request, AsyncHandler<UpdateViewRequest,UpdateViewResponse> handler)
Method parameters in com.oracle.bmc.dns with type arguments of type UpdateViewResponse Modifier and Type Method Description Future<UpdateViewResponse>
DnsAsync. updateView(UpdateViewRequest request, AsyncHandler<UpdateViewRequest,UpdateViewResponse> handler)
Updates the specified view with your new information.Future<UpdateViewResponse>
DnsAsyncClient. updateView(UpdateViewRequest request, AsyncHandler<UpdateViewRequest,UpdateViewResponse> handler)
-
Uses of UpdateViewResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return UpdateViewResponse Modifier and Type Method Description UpdateViewResponse
UpdateViewResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type UpdateViewResponse Modifier and Type Method Description UpdateViewResponse.Builder
UpdateViewResponse.Builder. copy(UpdateViewResponse o)
Copy method to populate the builder with values from the given instance.
-