| Package | Description |
|---|---|
| com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkGroupResult> |
AbstractAmazonAthenaAsync.createWorkGroupAsync(CreateWorkGroupRequest request,
AsyncHandler<CreateWorkGroupRequest,CreateWorkGroupResult> asyncHandler) |
Future<CreateWorkGroupResult> |
AmazonAthenaAsyncClient.createWorkGroupAsync(CreateWorkGroupRequest request,
AsyncHandler<CreateWorkGroupRequest,CreateWorkGroupResult> asyncHandler) |
Future<CreateWorkGroupResult> |
AmazonAthenaAsync.createWorkGroupAsync(CreateWorkGroupRequest createWorkGroupRequest,
AsyncHandler<CreateWorkGroupRequest,CreateWorkGroupResult> asyncHandler)
Creates a workgroup with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkGroupRequest |
CreateWorkGroupRequest.clone() |
CreateWorkGroupRequest |
CreateWorkGroupRequest.withConfiguration(WorkGroupConfiguration configuration)
Contains configuration information for creating an Athena SQL workgroup, which includes the location in Amazon S3
where query results are stored, the encryption configuration, if any, used for encrypting query results, whether
the Amazon CloudWatch Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff)
per query, if it is specified, and whether workgroup's settings (specified with
EnforceWorkGroupConfiguration) in the WorkGroupConfiguration override client-side
settings. |
CreateWorkGroupRequest |
CreateWorkGroupRequest.withDescription(String description)
The workgroup description.
|
CreateWorkGroupRequest |
CreateWorkGroupRequest.withName(String name)
The workgroup name.
|
CreateWorkGroupRequest |
CreateWorkGroupRequest.withTags(Collection<Tag> tags)
A list of comma separated tags to add to the workgroup that is created.
|
CreateWorkGroupRequest |
CreateWorkGroupRequest.withTags(Tag... tags)
A list of comma separated tags to add to the workgroup that is created.
|
Copyright © 2023. All rights reserved.