Uses of Class
software.amazon.awssdk.services.athena.model.GetSessionRequest
-
Packages that use GetSessionRequest Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.software.amazon.awssdk.services.athena.transform -
-
Uses of GetSessionRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type GetSessionRequest Modifier and Type Method Description default CompletableFuture<GetSessionResponse>AthenaAsyncClient. getSession(GetSessionRequest getSessionRequest)Gets the full details of a previously created session, including the session status and configuration.default GetSessionResponseAthenaClient. getSession(GetSessionRequest getSessionRequest)Gets the full details of a previously created session, including the session status and configuration. -
Uses of GetSessionRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type GetSessionRequest Modifier and Type Method Description SdkHttpFullRequestGetSessionRequestMarshaller. marshall(GetSessionRequest getSessionRequest)
-