Uses of Class
software.amazon.awssdk.services.athena.model.CreateWorkGroupResponse
-
Packages that use CreateWorkGroupResponse 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 CreateWorkGroupResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return CreateWorkGroupResponse Modifier and Type Method Description default CreateWorkGroupResponseAthenaClient. createWorkGroup(Consumer<CreateWorkGroupRequest.Builder> createWorkGroupRequest)Creates a workgroup with the specified name.default CreateWorkGroupResponseAthenaClient. createWorkGroup(CreateWorkGroupRequest createWorkGroupRequest)Creates a workgroup with the specified name.Methods in software.amazon.awssdk.services.athena that return types with arguments of type CreateWorkGroupResponse Modifier and Type Method Description default CompletableFuture<CreateWorkGroupResponse>AthenaAsyncClient. createWorkGroup(Consumer<CreateWorkGroupRequest.Builder> createWorkGroupRequest)Creates a workgroup with the specified name.default CompletableFuture<CreateWorkGroupResponse>AthenaAsyncClient. createWorkGroup(CreateWorkGroupRequest createWorkGroupRequest)Creates a workgroup with the specified name.
-