Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<StopSessionResult> |
AbstractAWSGlueAsync.stopSessionAsync(StopSessionRequest request,
AsyncHandler<StopSessionRequest,StopSessionResult> asyncHandler) |
Future<StopSessionResult> |
AWSGlueAsync.stopSessionAsync(StopSessionRequest stopSessionRequest,
AsyncHandler<StopSessionRequest,StopSessionResult> asyncHandler)
Stops the session.
|
Future<StopSessionResult> |
AWSGlueAsyncClient.stopSessionAsync(StopSessionRequest request,
AsyncHandler<StopSessionRequest,StopSessionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StopSessionRequest |
StopSessionRequest.clone() |
StopSessionRequest |
StopSessionRequest.withId(String id)
The ID of the session to be stopped.
|
StopSessionRequest |
StopSessionRequest.withRequestOrigin(String requestOrigin)
The origin of the request.
|
Copyright © 2023. All rights reserved.