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