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