Uses of Interface
software.amazon.awssdk.services.athena.model.GetSessionRequest.Builder
-
Packages that use GetSessionRequest.Builder 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.model -
-
Uses of GetSessionRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type GetSessionRequest.Builder 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 GetSessionResponseAthenaClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Gets the full details of a previously created session, including the session status and configuration. -
Uses of GetSessionRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return GetSessionRequest.Builder Modifier and Type Method Description static GetSessionRequest.BuilderGetSessionRequest. builder()GetSessionRequest.BuilderGetSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSessionRequest.BuilderGetSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSessionRequest.BuilderGetSessionRequest.Builder. sessionId(String sessionId)The session ID.GetSessionRequest.BuilderGetSessionRequest. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type GetSessionRequest.Builder Modifier and Type Method Description static Class<? extends GetSessionRequest.Builder>GetSessionRequest. serializableBuilderClass()
-