Uses of Class
com.oracle.bmc.core.responses.GetDrgResponse
-
Packages that use GetDrgResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetDrgResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetDrgResponse Modifier and Type Method Description GetDrgResponseVirtualNetwork. getDrg(GetDrgRequest request)Gets the specified DRG’s information.GetDrgResponseVirtualNetworkClient. getDrg(GetDrgRequest request)Methods in com.oracle.bmc.core that return types with arguments of type GetDrgResponse 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.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)Method parameters in com.oracle.bmc.core with type arguments of type GetDrgResponse 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 GetDrgResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetDrgResponse Modifier and Type Method Description GetDrgResponseGetDrgResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetDrgResponse Modifier and Type Method Description GetDrgResponse.BuilderGetDrgResponse.Builder. copy(GetDrgResponse o)Copy method to populate the builder with values from the given instance.
-