Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<CreateViewRequest,CreateViewResponse> |
DnsWaiters.forCreateView(CreateViewRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<CreateViewRequest,CreateViewResponse> |
DnsWaiters.forCreateView(CreateViewRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
CreateViewResponse |
Dns.createView(CreateViewRequest request)
Creates a new view in the specified compartment.
|
CreateViewResponse |
DnsClient.createView(CreateViewRequest request) |
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 new
Waiter using the default configuration. |
Waiter<CreateViewRequest,CreateViewResponse> |
DnsWaiters.forCreateView(CreateViewRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateViewRequest |
CreateViewRequest.Builder.build()
Build the instance of CreateViewRequest as configured by this builder
|
CreateViewRequest |
CreateViewRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateViewRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateViewRequest.Builder |
CreateViewRequest.Builder.copy(CreateViewRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.