Uses of Class
software.amazon.awssdk.services.athena.model.GetSessionResponse
-
Packages that use GetSessionResponse 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. -
-
Uses of GetSessionResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetSessionResponse Modifier and Type Method Description default GetSessionResponseAthenaClient. getSession(Consumer<GetSessionRequest.Builder> 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.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetSessionResponse Modifier and Type Method Description default CompletableFuture<GetSessionResponse>AthenaAsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Gets the full details of a previously created session, including the session status and configuration.default CompletableFuture<GetSessionResponse>AthenaAsyncClient. getSession(GetSessionRequest getSessionRequest)Gets the full details of a previously created session, including the session status and configuration.
-