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