Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GetPartitionIndexesResult |
AbstractAWSGlue.getPartitionIndexes(GetPartitionIndexesRequest request) |
GetPartitionIndexesResult |
AWSGlue.getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
GetPartitionIndexesResult |
AWSGlueClient.getPartitionIndexes(GetPartitionIndexesRequest request)
Retrieves the partition indexes associated with a table.
|
Modifier and Type | Method and Description |
---|---|
Future<GetPartitionIndexesResult> |
AbstractAWSGlueAsync.getPartitionIndexesAsync(GetPartitionIndexesRequest request,
AsyncHandler<GetPartitionIndexesRequest,GetPartitionIndexesResult> asyncHandler) |
Future<GetPartitionIndexesResult> |
AWSGlueAsync.getPartitionIndexesAsync(GetPartitionIndexesRequest getPartitionIndexesRequest,
AsyncHandler<GetPartitionIndexesRequest,GetPartitionIndexesResult> asyncHandler)
Retrieves the partition indexes associated with a table.
|
Future<GetPartitionIndexesResult> |
AWSGlueAsyncClient.getPartitionIndexesAsync(GetPartitionIndexesRequest request,
AsyncHandler<GetPartitionIndexesRequest,GetPartitionIndexesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetPartitionIndexesResult |
GetPartitionIndexesResult.clone() |
GetPartitionIndexesResult |
GetPartitionIndexesResult.withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
GetPartitionIndexesResult |
GetPartitionIndexesResult.withPartitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
|
GetPartitionIndexesResult |
GetPartitionIndexesResult.withPartitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList)
A list of index descriptors.
|
Copyright © 2023. All rights reserved.