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