| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
UnfilteredPartition |
UnfilteredPartition.clone() |
UnfilteredPartition |
UnfilteredPartition.withAuthorizedColumns(Collection<String> authorizedColumns)
The list of columns the user has permissions to access.
|
UnfilteredPartition |
UnfilteredPartition.withAuthorizedColumns(String... authorizedColumns)
The list of columns the user has permissions to access.
|
UnfilteredPartition |
UnfilteredPartition.withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value indicating that the partition location is registered with Lake Formation.
|
UnfilteredPartition |
UnfilteredPartition.withPartition(Partition partition)
The partition object.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnfilteredPartition> |
GetUnfilteredPartitionsMetadataResult.getUnfilteredPartitions()
A list of requested partitions.
|
| Modifier and Type | Method and Description |
|---|---|
GetUnfilteredPartitionsMetadataResult |
GetUnfilteredPartitionsMetadataResult.withUnfilteredPartitions(UnfilteredPartition... unfilteredPartitions)
A list of requested partitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUnfilteredPartitionsMetadataResult.setUnfilteredPartitions(Collection<UnfilteredPartition> unfilteredPartitions)
A list of requested partitions.
|
GetUnfilteredPartitionsMetadataResult |
GetUnfilteredPartitionsMetadataResult.withUnfilteredPartitions(Collection<UnfilteredPartition> unfilteredPartitions)
A list of requested partitions.
|
Copyright © 2024. All rights reserved.