Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
CreateZoneResponse |
Dns.createZone(CreateZoneRequest request)
Creates a new zone in the specified compartment.
|
CreateZoneResponse |
DnsClient.createZone(CreateZoneRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateZoneResponse> |
DnsAsync.createZone(CreateZoneRequest request,
AsyncHandler<CreateZoneRequest,CreateZoneResponse> handler)
Creates a new zone in the specified compartment.
|
Future<CreateZoneResponse> |
DnsAsyncClient.createZone(CreateZoneRequest request,
AsyncHandler<CreateZoneRequest,CreateZoneResponse> handler) |
Waiter<CreateZoneRequest,CreateZoneResponse> |
DnsWaiters.forCreateZone(CreateZoneRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<CreateZoneRequest,CreateZoneResponse> |
DnsWaiters.forCreateZone(CreateZoneRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<CreateZoneResponse> |
DnsAsync.createZone(CreateZoneRequest request,
AsyncHandler<CreateZoneRequest,CreateZoneResponse> handler)
Creates a new zone in the specified compartment.
|
Future<CreateZoneResponse> |
DnsAsyncClient.createZone(CreateZoneRequest request,
AsyncHandler<CreateZoneRequest,CreateZoneResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateZoneResponse |
CreateZoneResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateZoneResponse.Builder |
CreateZoneResponse.Builder.copy(CreateZoneResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.