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.rover
Methods 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 newWaiter
using the default configuration.Waiter<GetRoverNodeRequest,GetRoverNodeResponse>
RoverNodeWaiters. forRoverNode(GetRoverNodeRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRoverNodeRequest,GetRoverNodeResponse>
RoverNodeWaiters. forRoverNode(GetRoverNodeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using 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.requests
Methods in com.oracle.bmc.rover.requests that return GetRoverNodeRequest Modifier and Type Method Description GetRoverNodeRequest
GetRoverNodeRequest.Builder. build()
Build the instance of GetRoverNodeRequest as configured by this builderGetRoverNodeRequest
GetRoverNodeRequest.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.Builder
GetRoverNodeRequest.Builder. copy(GetRoverNodeRequest o)
Copy method to populate the builder with values from the given instance.
-