Uses of Class
com.oracle.bmc.dns.requests.DeleteZoneRequest
-
Packages that use DeleteZoneRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of DeleteZoneRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type DeleteZoneRequest Modifier and Type Method Description 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.Methods in com.oracle.bmc.dns with parameters of type DeleteZoneRequest Modifier and Type Method Description DeleteZoneResponse
Dns. deleteZone(DeleteZoneRequest request)
Deletes the specified zone and all its steering policy attachments.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)
DeleteZoneResponse
DnsClient. deleteZone(DeleteZoneRequest request)
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 DeleteZoneRequest 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 DeleteZoneRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return DeleteZoneRequest Modifier and Type Method Description DeleteZoneRequest
DeleteZoneRequest.Builder. build()
Build the instance of DeleteZoneRequest as configured by this builderDeleteZoneRequest
DeleteZoneRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteZoneRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type DeleteZoneRequest Modifier and Type Method Description DeleteZoneRequest.Builder
DeleteZoneRequest.Builder. copy(DeleteZoneRequest o)
Copy method to populate the builder with values from the given instance.
-