Uses of Interface
software.amazon.awssdk.services.athena.model.CreatePresignedNotebookUrlRequest.Builder
-
Packages that use CreatePresignedNotebookUrlRequest.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 CreatePresignedNotebookUrlRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type CreatePresignedNotebookUrlRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePresignedNotebookUrlResponse>AthenaAsyncClient. createPresignedNotebookUrl(Consumer<CreatePresignedNotebookUrlRequest.Builder> createPresignedNotebookUrlRequest)Gets an authentication token and the URL at which the notebook can be accessed.default CreatePresignedNotebookUrlResponseAthenaClient. createPresignedNotebookUrl(Consumer<CreatePresignedNotebookUrlRequest.Builder> createPresignedNotebookUrlRequest)Gets an authentication token and the URL at which the notebook can be accessed. -
Uses of CreatePresignedNotebookUrlRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return CreatePresignedNotebookUrlRequest.Builder Modifier and Type Method Description static CreatePresignedNotebookUrlRequest.BuilderCreatePresignedNotebookUrlRequest. builder()CreatePresignedNotebookUrlRequest.BuilderCreatePresignedNotebookUrlRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePresignedNotebookUrlRequest.BuilderCreatePresignedNotebookUrlRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePresignedNotebookUrlRequest.BuilderCreatePresignedNotebookUrlRequest.Builder. sessionId(String sessionId)The session ID.CreatePresignedNotebookUrlRequest.BuilderCreatePresignedNotebookUrlRequest. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type CreatePresignedNotebookUrlRequest.Builder Modifier and Type Method Description static Class<? extends CreatePresignedNotebookUrlRequest.Builder>CreatePresignedNotebookUrlRequest. serializableBuilderClass()
-