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