| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionValueList> |
BackfillError.partitions()
A list of a limited number of partitions in the response.
|
List<PartitionValueList> |
BatchDeletePartitionRequest.partitionsToDelete()
A list of
PartitionInput structures that define the partitions to be deleted. |
List<PartitionValueList> |
BatchGetPartitionRequest.partitionsToGet()
A list of partition values identifying the partitions to retrieve.
|
List<PartitionValueList> |
BatchGetPartitionResponse.unprocessedKeys()
A list of the partition values in the request for which partitions were not returned.
|
| Modifier and Type | Method and Description |
|---|---|
BackfillError.Builder |
BackfillError.Builder.partitions(PartitionValueList... partitions)
A list of a limited number of partitions in the response.
|
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.partitionsToDelete(PartitionValueList... partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.partitionsToGet(PartitionValueList... partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionResponse.Builder |
BatchGetPartitionResponse.Builder.unprocessedKeys(PartitionValueList... unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
|
| Modifier and Type | Method and Description |
|---|---|
BackfillError.Builder |
BackfillError.Builder.partitions(Collection<PartitionValueList> partitions)
A list of a limited number of partitions in the response.
|
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.partitionsToDelete(Collection<PartitionValueList> partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.partitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionResponse.Builder |
BatchGetPartitionResponse.Builder.unprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
|
Copyright © 2023. All rights reserved.