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