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 |
---|---|
GetWorkGroupResult |
AmazonAthenaClient.getWorkGroup(GetWorkGroupRequest request)
Returns information about the workgroup with the specified name.
|
GetWorkGroupResult |
AmazonAthena.getWorkGroup(GetWorkGroupRequest getWorkGroupRequest)
Returns information about the workgroup with the specified name.
|
GetWorkGroupResult |
AbstractAmazonAthena.getWorkGroup(GetWorkGroupRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetWorkGroupResult> |
AbstractAmazonAthenaAsync.getWorkGroupAsync(GetWorkGroupRequest request,
AsyncHandler<GetWorkGroupRequest,GetWorkGroupResult> asyncHandler) |
Future<GetWorkGroupResult> |
AmazonAthenaAsync.getWorkGroupAsync(GetWorkGroupRequest getWorkGroupRequest,
AsyncHandler<GetWorkGroupRequest,GetWorkGroupResult> asyncHandler)
Returns information about the workgroup with the specified name.
|
Future<GetWorkGroupResult> |
AmazonAthenaAsyncClient.getWorkGroupAsync(GetWorkGroupRequest request,
AsyncHandler<GetWorkGroupRequest,GetWorkGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetWorkGroupResult |
GetWorkGroupResult.clone() |
GetWorkGroupResult |
GetWorkGroupResult.withWorkGroup(WorkGroup workGroup)
Information about the workgroup.
|
Copyright © 2022. All rights reserved.