| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Partition |
GetPartitionResponse.partition()
The requested information, in the form of a
Partition object. |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
GetPartitionsResponse.partitions()
A list of requested partitions.
|
List<Partition> |
BatchGetPartitionResponse.partitions()
A list of the requested partitions.
|
| Modifier and Type | Method and Description |
|---|---|
GetPartitionResponse.Builder |
GetPartitionResponse.Builder.partition(Partition partition)
The requested information, in the form of a
Partition object. |
GetPartitionsResponse.Builder |
GetPartitionsResponse.Builder.partitions(Partition... partitions)
A list of requested partitions.
|
BatchGetPartitionResponse.Builder |
BatchGetPartitionResponse.Builder.partitions(Partition... partitions)
A list of the requested partitions.
|
| Modifier and Type | Method and Description |
|---|---|
GetPartitionsResponse.Builder |
GetPartitionsResponse.Builder.partitions(Collection<Partition> partitions)
A list of requested partitions.
|
BatchGetPartitionResponse.Builder |
BatchGetPartitionResponse.Builder.partitions(Collection<Partition> partitions)
A list of the requested partitions.
|
Copyright © 2020. All rights reserved.