Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
GetZoneResponse |
Dns.getZone(GetZoneRequest request)
Gets information about the specified zone, including its creation date, zone type, and
serial.
|
GetZoneResponse |
DnsClient.getZone(GetZoneRequest request) |
Modifier and Type | Method and Description |
---|---|
Waiter<GetZoneRequest,GetZoneResponse> |
DnsWaiters.forZone(GetZoneRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Zone.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetZoneRequest,GetZoneResponse> |
DnsWaiters.forZone(GetZoneRequest request,
Zone.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetZoneRequest,GetZoneResponse> |
DnsWaiters.forZone(GetZoneRequest request,
Zone.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Future<GetZoneResponse> |
DnsAsync.getZone(GetZoneRequest request,
AsyncHandler<GetZoneRequest,GetZoneResponse> handler)
Gets information about the specified zone, including its creation date, zone type, and
serial.
|
Future<GetZoneResponse> |
DnsAsyncClient.getZone(GetZoneRequest request,
AsyncHandler<GetZoneRequest,GetZoneResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetZoneResponse> |
DnsAsync.getZone(GetZoneRequest request,
AsyncHandler<GetZoneRequest,GetZoneResponse> handler)
Gets information about the specified zone, including its creation date, zone type, and
serial.
|
Future<GetZoneResponse> |
DnsAsyncClient.getZone(GetZoneRequest request,
AsyncHandler<GetZoneRequest,GetZoneResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetZoneResponse |
GetZoneResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetZoneResponse.Builder |
GetZoneResponse.Builder.copy(GetZoneResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.