Waiter<GetNotebookSessionRequest,GetNotebookSessionResponse> |
DataScienceWaiters.forNotebookSession(GetNotebookSessionRequest request,
NotebookSessionLifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetNotebookSessionRequest,GetNotebookSessionResponse> |
DataScienceWaiters.forNotebookSession(GetNotebookSessionRequest request,
NotebookSessionLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetNotebookSessionRequest,GetNotebookSessionResponse> |
DataScienceWaiters.forNotebookSession(GetNotebookSessionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
NotebookSessionLifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetNotebookSessionResponse |
DataScience.getNotebookSession(GetNotebookSessionRequest request) |
Gets the specified notebook session’s information.
|
Future<GetNotebookSessionResponse> |
DataScienceAsync.getNotebookSession(GetNotebookSessionRequest request,
AsyncHandler<GetNotebookSessionRequest,GetNotebookSessionResponse> handler) |
Gets the specified notebook session’s information.
|
Future<GetNotebookSessionResponse> |
DataScienceAsyncClient.getNotebookSession(GetNotebookSessionRequest request,
AsyncHandler<GetNotebookSessionRequest,GetNotebookSessionResponse> handler) |
|
GetNotebookSessionResponse |
DataScienceClient.getNotebookSession(GetNotebookSessionRequest request) |
|