| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default StopSessionResponse |
GlueClient.stopSession(Consumer<StopSessionRequest.Builder> stopSessionRequest)
Stops the session.
|
default StopSessionResponse |
GlueClient.stopSession(StopSessionRequest stopSessionRequest)
Stops the session.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopSessionResponse> |
GlueAsyncClient.stopSession(Consumer<StopSessionRequest.Builder> stopSessionRequest)
Stops the session.
|
default CompletableFuture<StopSessionResponse> |
GlueAsyncClient.stopSession(StopSessionRequest stopSessionRequest)
Stops the session.
|
Copyright © 2023. All rights reserved.