default CreatePresignedNotebookUrlResponse |
AthenaClient.createPresignedNotebookUrl(Consumer<CreatePresignedNotebookUrlRequest.Builder> createPresignedNotebookUrlRequest) |
Gets an authentication token and the URL at which the notebook can be accessed.
|
default CreatePresignedNotebookUrlResponse |
AthenaClient.createPresignedNotebookUrl(CreatePresignedNotebookUrlRequest createPresignedNotebookUrlRequest) |
Gets an authentication token and the URL at which the notebook can be accessed.
|
default DeletePreparedStatementResponse |
AthenaClient.deletePreparedStatement(Consumer<DeletePreparedStatementRequest.Builder> deletePreparedStatementRequest) |
Deletes the prepared statement with the specified name from the specified workgroup.
|
default DeletePreparedStatementResponse |
AthenaClient.deletePreparedStatement(DeletePreparedStatementRequest deletePreparedStatementRequest) |
Deletes the prepared statement with the specified name from the specified workgroup.
|
default GetCalculationExecutionResponse |
AthenaClient.getCalculationExecution(Consumer<GetCalculationExecutionRequest.Builder> getCalculationExecutionRequest) |
Describes a previously submitted calculation execution.
|
default GetCalculationExecutionResponse |
AthenaClient.getCalculationExecution(GetCalculationExecutionRequest getCalculationExecutionRequest) |
Describes a previously submitted calculation execution.
|
default GetCalculationExecutionCodeResponse |
AthenaClient.getCalculationExecutionCode(Consumer<GetCalculationExecutionCodeRequest.Builder> getCalculationExecutionCodeRequest) |
Retrieves the unencrypted code that was executed for the calculation.
|
default GetCalculationExecutionCodeResponse |
AthenaClient.getCalculationExecutionCode(GetCalculationExecutionCodeRequest getCalculationExecutionCodeRequest) |
Retrieves the unencrypted code that was executed for the calculation.
|
default GetCalculationExecutionStatusResponse |
AthenaClient.getCalculationExecutionStatus(Consumer<GetCalculationExecutionStatusRequest.Builder> getCalculationExecutionStatusRequest) |
Gets the status of a current calculation.
|
default GetCalculationExecutionStatusResponse |
AthenaClient.getCalculationExecutionStatus(GetCalculationExecutionStatusRequest getCalculationExecutionStatusRequest) |
Gets the status of a current calculation.
|
default GetPreparedStatementResponse |
AthenaClient.getPreparedStatement(Consumer<GetPreparedStatementRequest.Builder> getPreparedStatementRequest) |
Retrieves the prepared statement with the specified name from the specified workgroup.
|
default GetPreparedStatementResponse |
AthenaClient.getPreparedStatement(GetPreparedStatementRequest getPreparedStatementRequest) |
Retrieves the prepared statement with the specified name from the specified workgroup.
|
default GetSessionResponse |
AthenaClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest) |
Gets the full details of a previously created session, including the session status and configuration.
|
default GetSessionResponse |
AthenaClient.getSession(GetSessionRequest getSessionRequest) |
Gets the full details of a previously created session, including the session status and configuration.
|
default GetSessionStatusResponse |
AthenaClient.getSessionStatus(Consumer<GetSessionStatusRequest.Builder> getSessionStatusRequest) |
Gets the current status of a session.
|
default GetSessionStatusResponse |
AthenaClient.getSessionStatus(GetSessionStatusRequest getSessionStatusRequest) |
Gets the current status of a session.
|
default ListCalculationExecutionsResponse |
AthenaClient.listCalculationExecutions(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest) |
Lists the calculations that have been submitted to a session in descending order.
|
default ListCalculationExecutionsResponse |
AthenaClient.listCalculationExecutions(ListCalculationExecutionsRequest listCalculationExecutionsRequest) |
Lists the calculations that have been submitted to a session in descending order.
|
default ListCalculationExecutionsIterable |
AthenaClient.listCalculationExecutionsPaginator(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest) |
|
default ListCalculationExecutionsIterable |
AthenaClient.listCalculationExecutionsPaginator(ListCalculationExecutionsRequest listCalculationExecutionsRequest) |
|
default ListExecutorsResponse |
AthenaClient.listExecutors(Consumer<ListExecutorsRequest.Builder> listExecutorsRequest) |
Lists, in descending order, the executors that joined a session.
|
default ListExecutorsResponse |
AthenaClient.listExecutors(ListExecutorsRequest listExecutorsRequest) |
Lists, in descending order, the executors that joined a session.
|
default ListExecutorsIterable |
AthenaClient.listExecutorsPaginator(Consumer<ListExecutorsRequest.Builder> listExecutorsRequest) |
|
default ListExecutorsIterable |
AthenaClient.listExecutorsPaginator(ListExecutorsRequest listExecutorsRequest) |
|
default ListNotebookSessionsResponse |
AthenaClient.listNotebookSessions(Consumer<ListNotebookSessionsRequest.Builder> listNotebookSessionsRequest) |
Lists, in descending order, the sessions that have been created in a notebook that are in an active state like
CREATING, CREATED, IDLE or BUSY.
|
default ListNotebookSessionsResponse |
AthenaClient.listNotebookSessions(ListNotebookSessionsRequest listNotebookSessionsRequest) |
Lists, in descending order, the sessions that have been created in a notebook that are in an active state like
CREATING, CREATED, IDLE or BUSY.
|
default ListSessionsResponse |
AthenaClient.listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest) |
Lists the sessions in a workgroup that are in an active state like CREATING, CREATED,
IDLE, or BUSY.
|
default ListSessionsResponse |
AthenaClient.listSessions(ListSessionsRequest listSessionsRequest) |
Lists the sessions in a workgroup that are in an active state like CREATING, CREATED,
IDLE, or BUSY.
|
default ListSessionsIterable |
AthenaClient.listSessionsPaginator(Consumer<ListSessionsRequest.Builder> listSessionsRequest) |
|
default ListSessionsIterable |
AthenaClient.listSessionsPaginator(ListSessionsRequest listSessionsRequest) |
|
default ListTagsForResourceResponse |
AthenaClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Lists the tags associated with an Athena resource.
|
default ListTagsForResourceResponse |
AthenaClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Lists the tags associated with an Athena resource.
|
default ListTagsForResourceIterable |
AthenaClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
|
default ListTagsForResourceIterable |
AthenaClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest) |
|
default StartCalculationExecutionResponse |
AthenaClient.startCalculationExecution(Consumer<StartCalculationExecutionRequest.Builder> startCalculationExecutionRequest) |
Submits calculations for execution within a session.
|
default StartCalculationExecutionResponse |
AthenaClient.startCalculationExecution(StartCalculationExecutionRequest startCalculationExecutionRequest) |
Submits calculations for execution within a session.
|
default StartSessionResponse |
AthenaClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest) |
Creates a session for running calculations within a workgroup.
|
default StartSessionResponse |
AthenaClient.startSession(StartSessionRequest startSessionRequest) |
Creates a session for running calculations within a workgroup.
|
default StopCalculationExecutionResponse |
AthenaClient.stopCalculationExecution(Consumer<StopCalculationExecutionRequest.Builder> stopCalculationExecutionRequest) |
Requests the cancellation of a calculation.
|
default StopCalculationExecutionResponse |
AthenaClient.stopCalculationExecution(StopCalculationExecutionRequest stopCalculationExecutionRequest) |
Requests the cancellation of a calculation.
|
default TagResourceResponse |
AthenaClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Adds one or more tags to an Athena resource.
|
default TagResourceResponse |
AthenaClient.tagResource(TagResourceRequest tagResourceRequest) |
Adds one or more tags to an Athena resource.
|
default TerminateSessionResponse |
AthenaClient.terminateSession(Consumer<TerminateSessionRequest.Builder> terminateSessionRequest) |
Terminates an active session.
|
default TerminateSessionResponse |
AthenaClient.terminateSession(TerminateSessionRequest terminateSessionRequest) |
Terminates an active session.
|
default UntagResourceResponse |
AthenaClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes one or more tags from an Athena resource.
|
default UntagResourceResponse |
AthenaClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes one or more tags from an Athena resource.
|
default UpdatePreparedStatementResponse |
AthenaClient.updatePreparedStatement(Consumer<UpdatePreparedStatementRequest.Builder> updatePreparedStatementRequest) |
Updates a prepared statement.
|
default UpdatePreparedStatementResponse |
AthenaClient.updatePreparedStatement(UpdatePreparedStatementRequest updatePreparedStatementRequest) |
Updates a prepared statement.
|