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