| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelStatementResult> |
AbstractAWSGlueAsync.cancelStatementAsync(CancelStatementRequest request,
AsyncHandler<CancelStatementRequest,CancelStatementResult> asyncHandler) |
Future<CancelStatementResult> |
AWSGlueAsync.cancelStatementAsync(CancelStatementRequest cancelStatementRequest,
AsyncHandler<CancelStatementRequest,CancelStatementResult> asyncHandler)
Cancels the statement.
|
Future<CancelStatementResult> |
AWSGlueAsyncClient.cancelStatementAsync(CancelStatementRequest request,
AsyncHandler<CancelStatementRequest,CancelStatementResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelStatementRequest |
CancelStatementRequest.clone() |
CancelStatementRequest |
CancelStatementRequest.withId(Integer id)
The ID of the statement to be cancelled.
|
CancelStatementRequest |
CancelStatementRequest.withRequestOrigin(String requestOrigin)
The origin of the request to cancel the statement.
|
CancelStatementRequest |
CancelStatementRequest.withSessionId(String sessionId)
The Session ID of the statement to be cancelled.
|
Copyright © 2024. All rights reserved.