Uses of Class
software.amazon.awssdk.services.glue.model.DeleteSessionRequest
-
Packages that use DeleteSessionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of DeleteSessionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type DeleteSessionRequest Modifier and Type Method Description default CompletableFuture<DeleteSessionResponse>GlueAsyncClient. deleteSession(DeleteSessionRequest deleteSessionRequest)Deletes the session.default DeleteSessionResponseGlueClient. deleteSession(DeleteSessionRequest deleteSessionRequest)Deletes the session. -
Uses of DeleteSessionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type DeleteSessionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSessionRequestMarshaller. marshall(DeleteSessionRequest deleteSessionRequest)
-