| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionError> |
BatchDeletePartitionResponse.errors()
The errors encountered when trying to delete the requested partitions.
|
List<PartitionError> |
BatchCreatePartitionResponse.errors()
The errors encountered when trying to create the requested partitions.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeletePartitionResponse.Builder |
BatchDeletePartitionResponse.Builder.errors(PartitionError... errors)
The errors encountered when trying to delete the requested partitions.
|
BatchCreatePartitionResponse.Builder |
BatchCreatePartitionResponse.Builder.errors(PartitionError... errors)
The errors encountered when trying to create the requested partitions.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeletePartitionResponse.Builder |
BatchDeletePartitionResponse.Builder.errors(Collection<PartitionError> errors)
The errors encountered when trying to delete the requested partitions.
|
BatchCreatePartitionResponse.Builder |
BatchCreatePartitionResponse.Builder.errors(Collection<PartitionError> errors)
The errors encountered when trying to create the requested partitions.
|
Copyright © 2023. All rights reserved.