Uses of Class
software.amazon.awssdk.services.athena.model.SessionAlreadyExistsException
-
Packages that use SessionAlreadyExistsException 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 SessionAlreadyExistsException in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that throw SessionAlreadyExistsException 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.
-