Uses of Class
software.amazon.awssdk.services.glue.model.GetSessionResponse
-
Packages that use GetSessionResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetSessionResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetSessionResponse Modifier and Type Method Description default GetSessionResponseGlueClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Retrieves the session.default GetSessionResponseGlueClient. getSession(GetSessionRequest getSessionRequest)Retrieves the session.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetSessionResponse Modifier and Type Method Description default CompletableFuture<GetSessionResponse>GlueAsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Retrieves the session.default CompletableFuture<GetSessionResponse>GlueAsyncClient. getSession(GetSessionRequest getSessionRequest)Retrieves the session.
-