Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
PartitionError |
PartitionError.clone() |
PartitionError |
PartitionError.withErrorDetail(ErrorDetail errorDetail)
The details about the partition error.
|
PartitionError |
PartitionError.withPartitionValues(Collection<String> partitionValues)
The values that define the partition.
|
PartitionError |
PartitionError.withPartitionValues(String... partitionValues)
The values that define the partition.
|
Modifier and Type | Method and Description |
---|---|
List<PartitionError> |
BatchCreatePartitionResult.getErrors()
The errors encountered when trying to create the requested partitions.
|
List<PartitionError> |
BatchDeletePartitionResult.getErrors()
The errors encountered when trying to delete the requested partitions.
|
Modifier and Type | Method and Description |
---|---|
BatchCreatePartitionResult |
BatchCreatePartitionResult.withErrors(PartitionError... errors)
The errors encountered when trying to create the requested partitions.
|
BatchDeletePartitionResult |
BatchDeletePartitionResult.withErrors(PartitionError... errors)
The errors encountered when trying to delete the requested partitions.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchCreatePartitionResult.setErrors(Collection<PartitionError> errors)
The errors encountered when trying to create the requested partitions.
|
void |
BatchDeletePartitionResult.setErrors(Collection<PartitionError> errors)
The errors encountered when trying to delete the requested partitions.
|
BatchCreatePartitionResult |
BatchCreatePartitionResult.withErrors(Collection<PartitionError> errors)
The errors encountered when trying to create the requested partitions.
|
BatchDeletePartitionResult |
BatchDeletePartitionResult.withErrors(Collection<PartitionError> errors)
The errors encountered when trying to delete the requested partitions.
|
Copyright © 2019. All rights reserved.