Uses of Class
software.amazon.awssdk.services.athena.model.GetSessionStatusResponse
-
Packages that use GetSessionStatusResponse 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 GetSessionStatusResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetSessionStatusResponse Modifier and Type Method Description default GetSessionStatusResponseAthenaClient. getSessionStatus(Consumer<GetSessionStatusRequest.Builder> getSessionStatusRequest)Gets the current status of a session.default GetSessionStatusResponseAthenaClient. getSessionStatus(GetSessionStatusRequest getSessionStatusRequest)Gets the current status of a session.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetSessionStatusResponse Modifier and Type Method Description default CompletableFuture<GetSessionStatusResponse>AthenaAsyncClient. getSessionStatus(Consumer<GetSessionStatusRequest.Builder> getSessionStatusRequest)Gets the current status of a session.default CompletableFuture<GetSessionStatusResponse>AthenaAsyncClient. getSessionStatus(GetSessionStatusRequest getSessionStatusRequest)Gets the current status of a session.
-