Uses of Class
com.oracle.bmc.dns.requests.CreateViewRequest
-
Packages that use CreateViewRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of CreateViewRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type CreateViewRequest Modifier and Type Method Description 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.Methods in com.oracle.bmc.dns with parameters of type CreateViewRequest Modifier and Type Method Description CreateViewResponse
Dns. createView(CreateViewRequest request)
Creates a new view in the specified compartment.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)
CreateViewResponse
DnsClient. createView(CreateViewRequest request)
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 CreateViewRequest 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 CreateViewRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return CreateViewRequest Modifier and Type Method Description CreateViewRequest
CreateViewRequest.Builder. build()
Build the instance of CreateViewRequest as configured by this builderCreateViewRequest
CreateViewRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateViewRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type CreateViewRequest Modifier and Type Method Description CreateViewRequest.Builder
CreateViewRequest.Builder. copy(CreateViewRequest o)
Copy method to populate the builder with values from the given instance.
-