| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
PartitionValueList |
PartitionValueList.clone() |
PartitionValueList |
PartitionValueList.withValues(Collection<String> values)
The list of values.
|
PartitionValueList |
PartitionValueList.withValues(String... values)
The list of values.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartitionValueList> |
BackfillError.getPartitions()
A list of a limited number of partitions in the response.
|
List<PartitionValueList> |
BatchDeletePartitionRequest.getPartitionsToDelete()
A list of
PartitionInput structures that define the partitions to be deleted. |
List<PartitionValueList> |
BatchGetPartitionRequest.getPartitionsToGet()
A list of partition values identifying the partitions to retrieve.
|
List<PartitionValueList> |
BatchGetPartitionResult.getUnprocessedKeys()
A list of the partition values in the request for which partitions were not returned.
|
| Modifier and Type | Method and Description |
|---|---|
BackfillError |
BackfillError.withPartitions(PartitionValueList... partitions)
A list of a limited number of partitions in the response.
|
BatchDeletePartitionRequest |
BatchDeletePartitionRequest.withPartitionsToDelete(PartitionValueList... partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchGetPartitionRequest |
BatchGetPartitionRequest.withPartitionsToGet(PartitionValueList... partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionResult |
BatchGetPartitionResult.withUnprocessedKeys(PartitionValueList... unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackfillError.setPartitions(Collection<PartitionValueList> partitions)
A list of a limited number of partitions in the response.
|
void |
BatchDeletePartitionRequest.setPartitionsToDelete(Collection<PartitionValueList> partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
void |
BatchGetPartitionRequest.setPartitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
void |
BatchGetPartitionResult.setUnprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
|
BackfillError |
BackfillError.withPartitions(Collection<PartitionValueList> partitions)
A list of a limited number of partitions in the response.
|
BatchDeletePartitionRequest |
BatchDeletePartitionRequest.withPartitionsToDelete(Collection<PartitionValueList> partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchGetPartitionRequest |
BatchGetPartitionRequest.withPartitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionResult |
BatchGetPartitionResult.withUnprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
|
Copyright © 2024. All rights reserved.