Uses of Class
software.amazon.awssdk.services.glue.model.StopSessionRequest
-
Packages that use StopSessionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StopSessionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StopSessionRequest Modifier and Type Method Description default CompletableFuture<StopSessionResponse>GlueAsyncClient. stopSession(StopSessionRequest stopSessionRequest)Stops the session.default StopSessionResponseGlueClient. stopSession(StopSessionRequest stopSessionRequest)Stops the session. -
Uses of StopSessionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StopSessionRequest Modifier and Type Method Description SdkHttpFullRequestStopSessionRequestMarshaller. marshall(StopSessionRequest stopSessionRequest)
-