Uses of Class
com.oracle.bmc.dns.requests.CreateZoneFromZoneFileRequest
-
Packages that use CreateZoneFromZoneFileRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of CreateZoneFromZoneFileRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type CreateZoneFromZoneFileRequest Modifier and Type Method Description Waiter<CreateZoneFromZoneFileRequest,CreateZoneFromZoneFileResponse>
DnsWaiters. forCreateZoneFromZoneFile(CreateZoneFromZoneFileRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateZoneFromZoneFileRequest,CreateZoneFromZoneFileResponse>
DnsWaiters. forCreateZoneFromZoneFile(CreateZoneFromZoneFileRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type CreateZoneFromZoneFileRequest Modifier and Type Method Description Future<CreateZoneFromZoneFileResponse>
DnsAsync. createZoneFromZoneFile(CreateZoneFromZoneFileRequest request, AsyncHandler<CreateZoneFromZoneFileRequest,CreateZoneFromZoneFileResponse> handler)
Creates a new zone from a zone file in the specified compartment.Future<CreateZoneFromZoneFileResponse>
DnsAsyncClient. createZoneFromZoneFile(CreateZoneFromZoneFileRequest request, AsyncHandler<CreateZoneFromZoneFileRequest,CreateZoneFromZoneFileResponse> handler)
-
Uses of CreateZoneFromZoneFileRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return CreateZoneFromZoneFileRequest Modifier and Type Method Description CreateZoneFromZoneFileRequest
CreateZoneFromZoneFileRequest.Builder. build()
Build the instance of CreateZoneFromZoneFileRequest as configured by this builderCreateZoneFromZoneFileRequest
CreateZoneFromZoneFileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateZoneFromZoneFileRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type CreateZoneFromZoneFileRequest Modifier and Type Method Description CreateZoneFromZoneFileRequest.Builder
CreateZoneFromZoneFileRequest.Builder. copy(CreateZoneFromZoneFileRequest o)
Copy method to populate the builder with values from the given instance.
-