Uses of Class
software.amazon.awssdk.services.athena.model.StartSessionResponse
-
Packages that use StartSessionResponse 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 StartSessionResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return StartSessionResponse Modifier and Type Method Description default StartSessionResponseAthenaClient. startSession(Consumer<StartSessionRequest.Builder> startSessionRequest)Creates a session for running calculations within a workgroup.default StartSessionResponseAthenaClient. startSession(StartSessionRequest startSessionRequest)Creates a session for running calculations within a workgroup.Methods in software.amazon.awssdk.services.athena that return types with arguments of type StartSessionResponse Modifier and Type Method Description default CompletableFuture<StartSessionResponse>AthenaAsyncClient. startSession(Consumer<StartSessionRequest.Builder> startSessionRequest)Creates a session for running calculations within a workgroup.default CompletableFuture<StartSessionResponse>AthenaAsyncClient. startSession(StartSessionRequest startSessionRequest)Creates a session for running calculations within a workgroup.
-