Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
DeleteZoneResponse |
Dns.deleteZone(DeleteZoneRequest request)
Deletes the specified zone and all its steering policy attachments.
|
DeleteZoneResponse |
DnsClient.deleteZone(DeleteZoneRequest request) |
Modifier and Type | Method and 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 new
Waiter using the default configuration. |
Waiter<DeleteZoneRequest,DeleteZoneResponse> |
DnsWaiters.forDeleteZone(DeleteZoneRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
DeleteZoneResponse |
DeleteZoneResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
DeleteZoneResponse.Builder |
DeleteZoneResponse.Builder.copy(DeleteZoneResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.