Waiter<GetConsoleHistoryRequest,GetConsoleHistoryResponse> |
ComputeWaiters.forConsoleHistory(GetConsoleHistoryRequest request,
ConsoleHistory.LifecycleState... targetStates) |
Creates a new Waiter using the 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.
|
GetConsoleHistoryResponse |
Compute.getConsoleHistory(GetConsoleHistoryRequest request) |
Shows the metadata for the specified console history.
|
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) |
|
GetConsoleHistoryResponse |
ComputeClient.getConsoleHistory(GetConsoleHistoryRequest request) |
|