Uses of Class
software.amazon.awssdk.services.athena.model.DeleteNamedQueryRequest
-
Packages that use DeleteNamedQueryRequest 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 DeleteNamedQueryRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type DeleteNamedQueryRequest Modifier and Type Method Description default CompletableFuture<DeleteNamedQueryResponse>AthenaAsyncClient. deleteNamedQuery(DeleteNamedQueryRequest 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. -
Uses of DeleteNamedQueryRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type DeleteNamedQueryRequest Modifier and Type Method Description SdkHttpFullRequestDeleteNamedQueryRequestMarshaller. marshall(DeleteNamedQueryRequest deleteNamedQueryRequest)
-