Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
GetViewResponse |
Dns.getView(GetViewRequest request)
Gets information about a specific view.
|
GetViewResponse |
DnsClient.getView(GetViewRequest request) |
Modifier and Type | Method and Description |
---|---|
Waiter<GetViewRequest,GetViewResponse> |
DnsWaiters.forView(GetViewRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
View.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetViewRequest,GetViewResponse> |
DnsWaiters.forView(GetViewRequest request,
View.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetViewRequest,GetViewResponse> |
DnsWaiters.forView(GetViewRequest request,
View.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Future<GetViewResponse> |
DnsAsync.getView(GetViewRequest request,
AsyncHandler<GetViewRequest,GetViewResponse> handler)
Gets information about a specific view.
|
Future<GetViewResponse> |
DnsAsyncClient.getView(GetViewRequest request,
AsyncHandler<GetViewRequest,GetViewResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetViewResponse> |
DnsAsync.getView(GetViewRequest request,
AsyncHandler<GetViewRequest,GetViewResponse> handler)
Gets information about a specific view.
|
Future<GetViewResponse> |
DnsAsyncClient.getView(GetViewRequest request,
AsyncHandler<GetViewRequest,GetViewResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetViewResponse |
GetViewResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetViewResponse.Builder |
GetViewResponse.Builder.copy(GetViewResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.