Uses of Class
software.amazon.awssdk.services.athena.model.UpdateWorkGroupRequest
-
Packages that use UpdateWorkGroupRequest 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 UpdateWorkGroupRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type UpdateWorkGroupRequest Modifier and Type Method Description default CompletableFuture<UpdateWorkGroupResponse>AthenaAsyncClient. updateWorkGroup(UpdateWorkGroupRequest updateWorkGroupRequest)Updates the workgroup with the specified name.default UpdateWorkGroupResponseAthenaClient. updateWorkGroup(UpdateWorkGroupRequest updateWorkGroupRequest)Updates the workgroup with the specified name. -
Uses of UpdateWorkGroupRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type UpdateWorkGroupRequest Modifier and Type Method Description SdkHttpFullRequestUpdateWorkGroupRequestMarshaller. marshall(UpdateWorkGroupRequest updateWorkGroupRequest)
-