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