Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
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. |
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. |
GetZoneResponse |
Dns.getZone(GetZoneRequest request)
Gets information about the specified zone, including its creation date, zone type, and
serial.
|
GetZoneResponse |
DnsClient.getZone(GetZoneRequest request) |
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 |
---|---|
GetZoneRequest |
GetZoneRequest.Builder.build()
Build the instance of GetZoneRequest as configured by this builder
|
GetZoneRequest |
GetZoneRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetZoneRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetZoneRequest.Builder |
GetZoneRequest.Builder.copy(GetZoneRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.