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