Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse> |
ComputeWaiters.forConsoleHistory(GetConsoleHistoryRequest request,
ConsoleHistory.LifecycleState... targetStates)
Creates a new Waiter using default configuration.
|
Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse> |
ComputeWaiters.forConsoleHistory(GetConsoleHistoryRequest request,
ConsoleHistory.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new Waiter using the provided configuration.
|
Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse> |
ComputeWaiters.forConsoleHistory(GetConsoleHistoryRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ConsoleHistory.LifecycleState... targetStates)
Creates a new Waiter using the provided configuration.
|
Future<GetConsoleHistoryResponse> |
ComputeAsync.getConsoleHistory(GetConsoleHistoryRequest request,
AsyncHandler<GetConsoleHistoryRequest,GetConsoleHistoryResponse> handler)
Shows the metadata for the specified console history.
|
Future<GetConsoleHistoryResponse> |
ComputeAsyncClient.getConsoleHistory(GetConsoleHistoryRequest request,
AsyncHandler<GetConsoleHistoryRequest,GetConsoleHistoryResponse> handler) |