| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteNamedQueryResponse |
AthenaClient.deleteNamedQuery(Consumer<DeleteNamedQueryRequest.Builder> deleteNamedQueryRequest)
Deletes the named query if you have access to the workgroup in which the query was saved.
|
default DeleteNamedQueryResponse |
AthenaClient.deleteNamedQuery(DeleteNamedQueryRequest deleteNamedQueryRequest)
Deletes the named query if you have access to the workgroup in which the query was saved.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteNamedQueryResponse> |
AthenaAsyncClient.deleteNamedQuery(Consumer<DeleteNamedQueryRequest.Builder> deleteNamedQueryRequest)
Deletes the named query if you have access to the workgroup in which the query was saved.
|
default CompletableFuture<DeleteNamedQueryResponse> |
AthenaAsyncClient.deleteNamedQuery(DeleteNamedQueryRequest deleteNamedQueryRequest)
Deletes the named query if you have access to the workgroup in which the query was saved.
|
Copyright © 2023. All rights reserved.