Uses of Class
com.oracle.bmc.dns.responses.GetZoneResponse
-
Packages that use GetZoneResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of GetZoneResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return GetZoneResponse Modifier and Type Method 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)
Methods in com.oracle.bmc.dns that return types with arguments of type GetZoneResponse Modifier and Type Method Description Waiter<GetZoneRequest,GetZoneResponse>
DnsWaiters. forZone(GetZoneRequest request, Zone.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetZoneRequest,GetZoneResponse>
DnsWaiters. forZone(GetZoneRequest request, Zone.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetZoneRequest,GetZoneResponse>
DnsWaiters. forZone(GetZoneRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Zone.LifecycleState... targetStates)
Creates a newWaiter
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)
Method parameters in com.oracle.bmc.dns with type arguments of type GetZoneResponse Modifier and Type Method 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)
-
Uses of GetZoneResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return GetZoneResponse Modifier and Type Method Description GetZoneResponse
GetZoneResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type GetZoneResponse Modifier and Type Method Description GetZoneResponse.Builder
GetZoneResponse.Builder. copy(GetZoneResponse o)
Copy method to populate the builder with values from the given instance.
-