Uses of Class
com.oracle.bmc.core.requests.GetDrgRequest
-
Packages that use GetDrgRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetDrgRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetDrgRequest Modifier and Type Method Description Waiter<GetDrgRequest,GetDrgResponse>VirtualNetworkWaiters. forDrg(GetDrgRequest request, Drg.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDrgRequest,GetDrgResponse>VirtualNetworkWaiters. forDrg(GetDrgRequest request, Drg.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDrgRequest,GetDrgResponse>VirtualNetworkWaiters. forDrg(GetDrgRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Drg.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.core with parameters of type GetDrgRequest Modifier and Type Method Description Waiter<GetDrgRequest,GetDrgResponse>VirtualNetworkWaiters. forDrg(GetDrgRequest request, Drg.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDrgRequest,GetDrgResponse>VirtualNetworkWaiters. forDrg(GetDrgRequest request, Drg.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDrgRequest,GetDrgResponse>VirtualNetworkWaiters. forDrg(GetDrgRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Drg.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetDrgResponseVirtualNetwork. getDrg(GetDrgRequest request)Gets the specified DRG’s information.Future<GetDrgResponse>VirtualNetworkAsync. getDrg(GetDrgRequest request, AsyncHandler<GetDrgRequest,GetDrgResponse> handler)Gets the specified DRG’s information.Future<GetDrgResponse>VirtualNetworkAsyncClient. getDrg(GetDrgRequest request, AsyncHandler<GetDrgRequest,GetDrgResponse> handler)GetDrgResponseVirtualNetworkClient. getDrg(GetDrgRequest request)Method parameters in com.oracle.bmc.core with type arguments of type GetDrgRequest Modifier and Type Method Description Future<GetDrgResponse>VirtualNetworkAsync. getDrg(GetDrgRequest request, AsyncHandler<GetDrgRequest,GetDrgResponse> handler)Gets the specified DRG’s information.Future<GetDrgResponse>VirtualNetworkAsyncClient. getDrg(GetDrgRequest request, AsyncHandler<GetDrgRequest,GetDrgResponse> handler) -
Uses of GetDrgRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetDrgRequest Modifier and Type Method Description GetDrgRequestGetDrgRequest.Builder. build()Build the instance of GetDrgRequest as configured by this builderGetDrgRequestGetDrgRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDrgRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetDrgRequest Modifier and Type Method Description GetDrgRequest.BuilderGetDrgRequest.Builder. copy(GetDrgRequest o)Copy method to populate the builder with values from the given instance.
-