Uses of Class
com.oracle.bmc.dns.requests.CreateZoneRequest
-
Packages that use CreateZoneRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of CreateZoneRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type CreateZoneRequest Modifier and Type Method Description Waiter<CreateZoneRequest,CreateZoneResponse>
DnsWaiters. forCreateZone(CreateZoneRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateZoneRequest,CreateZoneResponse>
DnsWaiters. forCreateZone(CreateZoneRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.dns with parameters of type CreateZoneRequest Modifier and Type Method Description CreateZoneResponse
Dns. createZone(CreateZoneRequest request)
Creates a new zone in the specified compartment.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)
CreateZoneResponse
DnsClient. createZone(CreateZoneRequest request)
Waiter<CreateZoneRequest,CreateZoneResponse>
DnsWaiters. forCreateZone(CreateZoneRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateZoneRequest,CreateZoneResponse>
DnsWaiters. forCreateZone(CreateZoneRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type CreateZoneRequest Modifier and Type Method 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)
-
Uses of CreateZoneRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return CreateZoneRequest Modifier and Type Method Description CreateZoneRequest
CreateZoneRequest.Builder. build()
Build the instance of CreateZoneRequest as configured by this builderCreateZoneRequest
CreateZoneRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateZoneRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type CreateZoneRequest Modifier and Type Method Description CreateZoneRequest.Builder
CreateZoneRequest.Builder. copy(CreateZoneRequest o)
Copy method to populate the builder with values from the given instance.
-