Uses of Class
com.oracle.bmc.dns.requests.GetViewRequest
-
Packages that use GetViewRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of GetViewRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type GetViewRequest 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.Methods in com.oracle.bmc.dns with parameters of type GetViewRequest 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.GetViewResponse
Dns. getView(GetViewRequest request)
Gets information about a specific view.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)
GetViewResponse
DnsClient. getView(GetViewRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type GetViewRequest 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 GetViewRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return GetViewRequest Modifier and Type Method Description GetViewRequest
GetViewRequest.Builder. build()
Build the instance of GetViewRequest as configured by this builderGetViewRequest
GetViewRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetViewRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type GetViewRequest Modifier and Type Method Description GetViewRequest.Builder
GetViewRequest.Builder. copy(GetViewRequest o)
Copy method to populate the builder with values from the given instance.
-