| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model | |
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionIndexDescriptor> |
GetPartitionIndexesResponse.partitionIndexDescriptorList()
A list of index descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
GetPartitionIndexesResponse.Builder |
GetPartitionIndexesResponse.Builder.partitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList)
A list of index descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
GetPartitionIndexesResponse.Builder |
GetPartitionIndexesResponse.Builder.partitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PartitionIndexDescriptor> |
GetPartitionIndexesPublisher.partitionIndexDescriptorList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PartitionIndexDescriptor> |
GetPartitionIndexesIterable.partitionIndexDescriptorList()
Returns an iterable to iterate through the paginated
GetPartitionIndexesResponse.partitionIndexDescriptorList() member. |
Copyright © 2023. All rights reserved.