Uses of Class
com.oracle.bmc.dns.responses.CreateZoneResponse
-
Packages that use CreateZoneResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of CreateZoneResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return CreateZoneResponse Modifier and Type Method Description CreateZoneResponse
Dns. createZone(CreateZoneRequest request)
Creates a new zone in the specified compartment.CreateZoneResponse
DnsClient. createZone(CreateZoneRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type CreateZoneResponse 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)
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 CreateZoneResponse 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 CreateZoneResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return CreateZoneResponse Modifier and Type Method Description CreateZoneResponse
CreateZoneResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type CreateZoneResponse Modifier and Type Method Description CreateZoneResponse.Builder
CreateZoneResponse.Builder. copy(CreateZoneResponse o)
Copy method to populate the builder with values from the given instance.
-