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