Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
CreateViewResponse |
Dns.createView(CreateViewRequest request)
Creates a new view in the specified compartment.
|
CreateViewResponse |
DnsClient.createView(CreateViewRequest request) |
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) |
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 |
---|---|
CreateViewResponse |
CreateViewResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateViewResponse.Builder |
CreateViewResponse.Builder.copy(CreateViewResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.