Uses of Class
com.oracle.bmc.dns.requests.GetZoneRequest
-
Packages that use GetZoneRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of GetZoneRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type GetZoneRequest 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.Methods in com.oracle.bmc.dns with parameters of type GetZoneRequest 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.GetZoneResponse
Dns. getZone(GetZoneRequest request)
Gets information about the specified zone, including its creation date, zone type, and serial.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)
GetZoneResponse
DnsClient. getZone(GetZoneRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type GetZoneRequest 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 GetZoneRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return GetZoneRequest Modifier and Type Method Description GetZoneRequest
GetZoneRequest.Builder. build()
Build the instance of GetZoneRequest as configured by this builderGetZoneRequest
GetZoneRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetZoneRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type GetZoneRequest Modifier and Type Method Description GetZoneRequest.Builder
GetZoneRequest.Builder. copy(GetZoneRequest o)
Copy method to populate the builder with values from the given instance.
-