Uses of Class
com.oracle.bmc.dns.responses.CreateViewResponse
-
Packages that use CreateViewResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of CreateViewResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return CreateViewResponse Modifier and Type Method Description CreateViewResponse
Dns. createView(CreateViewRequest request)
Creates a new view in the specified compartment.CreateViewResponse
DnsClient. createView(CreateViewRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type CreateViewResponse Modifier and Type Method Description Future<CreateViewResponse>
DnsAsync. createView(CreateViewRequest request, AsyncHandler<CreateViewRequest,CreateViewResponse> handler)
Creates a new view in the specified compartment.Future<CreateViewResponse>
DnsAsyncClient. createView(CreateViewRequest request, AsyncHandler<CreateViewRequest,CreateViewResponse> handler)
Waiter<CreateViewRequest,CreateViewResponse>
DnsWaiters. forCreateView(CreateViewRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateViewRequest,CreateViewResponse>
DnsWaiters. forCreateView(CreateViewRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type CreateViewResponse Modifier and Type Method Description Future<CreateViewResponse>
DnsAsync. createView(CreateViewRequest request, AsyncHandler<CreateViewRequest,CreateViewResponse> handler)
Creates a new view in the specified compartment.Future<CreateViewResponse>
DnsAsyncClient. createView(CreateViewRequest request, AsyncHandler<CreateViewRequest,CreateViewResponse> handler)
-
Uses of CreateViewResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return CreateViewResponse Modifier and Type Method Description CreateViewResponse
CreateViewResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type CreateViewResponse Modifier and Type Method Description CreateViewResponse.Builder
CreateViewResponse.Builder. copy(CreateViewResponse o)
Copy method to populate the builder with values from the given instance.
-