Uses of Class
software.amazon.awssdk.services.athena.model.DeleteNamedQueryResponse
-
Packages that use DeleteNamedQueryResponse 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 DeleteNamedQueryResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return DeleteNamedQueryResponse Modifier and Type Method Description default DeleteNamedQueryResponseAthenaClient. deleteNamedQuery(Consumer<DeleteNamedQueryRequest.Builder> deleteNamedQueryRequest)Deletes the named query if you have access to the workgroup in which the query was saved.default DeleteNamedQueryResponseAthenaClient. deleteNamedQuery(DeleteNamedQueryRequest deleteNamedQueryRequest)Deletes the named query if you have access to the workgroup in which the query was saved.Methods in software.amazon.awssdk.services.athena that return types with arguments of type DeleteNamedQueryResponse Modifier and Type Method 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.
-