Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
DeleteZoneResponse |
DnsClient.deleteZone(DeleteZoneRequest request) |
DeleteZoneResponse |
Dns.deleteZone(DeleteZoneRequest request)
Deletes the specified zone and all its steering policy attachments.
|
Future<DeleteZoneResponse> |
DnsAsyncClient.deleteZone(DeleteZoneRequest request,
AsyncHandler<DeleteZoneRequest,DeleteZoneResponse> handler) |
Future<DeleteZoneResponse> |
DnsAsync.deleteZone(DeleteZoneRequest request,
AsyncHandler<DeleteZoneRequest,DeleteZoneResponse> handler)
Deletes the specified zone and all its steering policy attachments.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteZoneResponse> |
DnsAsyncClient.deleteZone(DeleteZoneRequest request,
AsyncHandler<DeleteZoneRequest,DeleteZoneResponse> handler) |
Future<DeleteZoneResponse> |
DnsAsync.deleteZone(DeleteZoneRequest request,
AsyncHandler<DeleteZoneRequest,DeleteZoneResponse> handler)
Deletes the specified zone and all its steering policy attachments.
|
Modifier and Type | Method and Description |
---|---|
DeleteZoneRequest |
DeleteZoneRequest.Builder.build()
Build the instance of DeleteZoneRequest as configured by this builder
|
DeleteZoneRequest |
DeleteZoneRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DeleteZoneRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DeleteZoneRequest.Builder |
DeleteZoneRequest.Builder.copy(DeleteZoneRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.