Uses of Class
software.amazon.awssdk.services.glue.model.CreateSessionRequest
-
Packages that use CreateSessionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CreateSessionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CreateSessionRequest Modifier and Type Method Description default CompletableFuture<CreateSessionResponse>GlueAsyncClient. createSession(CreateSessionRequest createSessionRequest)Creates a new session.default CreateSessionResponseGlueClient. createSession(CreateSessionRequest createSessionRequest)Creates a new session. -
Uses of CreateSessionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CreateSessionRequest Modifier and Type Method Description SdkHttpFullRequestCreateSessionRequestMarshaller. marshall(CreateSessionRequest createSessionRequest)
-