Uses of Class
com.oracle.bmc.rover.requests.GetRoverNodeRequest
- 
Packages that use GetRoverNodeRequest Package Description com.oracle.bmc.rover com.oracle.bmc.rover.requests 
- 
- 
Uses of GetRoverNodeRequest in com.oracle.bmc.roverMethods in com.oracle.bmc.rover that return types with arguments of type GetRoverNodeRequest Modifier and Type Method Description Waiter<GetRoverNodeRequest,GetRoverNodeResponse>RoverNodeWaiters. forRoverNode(GetRoverNodeRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetRoverNodeRequest,GetRoverNodeResponse>RoverNodeWaiters. forRoverNode(GetRoverNodeRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetRoverNodeRequest,GetRoverNodeResponse>RoverNodeWaiters. forRoverNode(GetRoverNodeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.rover with type arguments of type GetRoverNodeRequest Modifier and Type Method Description Future<GetRoverNodeResponse>RoverNodeAsync. getRoverNode(GetRoverNodeRequest request, AsyncHandler<GetRoverNodeRequest,GetRoverNodeResponse> handler)Gets a RoverNode by identifier.Future<GetRoverNodeResponse>RoverNodeAsyncClient. getRoverNode(GetRoverNodeRequest request, AsyncHandler<GetRoverNodeRequest,GetRoverNodeResponse> handler)
- 
Uses of GetRoverNodeRequest in com.oracle.bmc.rover.requestsMethods in com.oracle.bmc.rover.requests that return GetRoverNodeRequest Modifier and Type Method Description GetRoverNodeRequestGetRoverNodeRequest.Builder. build()Build the instance of GetRoverNodeRequest as configured by this builderGetRoverNodeRequestGetRoverNodeRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetRoverNodeRequest as configured by this builderMethods in com.oracle.bmc.rover.requests with parameters of type GetRoverNodeRequest Modifier and Type Method Description GetRoverNodeRequest.BuilderGetRoverNodeRequest.Builder. copy(GetRoverNodeRequest o)Copy method to populate the builder with values from the given instance.
 
-