Uses of Class
com.oracle.bmc.dns.responses.GetViewResponse
-
Packages that use GetViewResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of GetViewResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return GetViewResponse Modifier and Type Method Description GetViewResponse
Dns. getView(GetViewRequest request)
Gets information about a specific view.GetViewResponse
DnsClient. getView(GetViewRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type GetViewResponse Modifier and Type Method Description Waiter<GetViewRequest,GetViewResponse>
DnsWaiters. forView(GetViewRequest request, View.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetViewRequest,GetViewResponse>
DnsWaiters. forView(GetViewRequest request, View.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetViewRequest,GetViewResponse>
DnsWaiters. forView(GetViewRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, View.LifecycleState... targetStates)
Creates a newWaiter
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)
Method parameters in com.oracle.bmc.dns with type arguments of type GetViewResponse Modifier and Type Method 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)
-
Uses of GetViewResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return GetViewResponse Modifier and Type Method Description GetViewResponse
GetViewResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type GetViewResponse Modifier and Type Method Description GetViewResponse.Builder
GetViewResponse.Builder. copy(GetViewResponse o)
Copy method to populate the builder with values from the given instance.
-