Uses of Class
software.amazon.awssdk.services.glue.model.PartitionIndexDescriptor
-
Packages that use PartitionIndexDescriptor Package Description software.amazon.awssdk.services.glue.model software.amazon.awssdk.services.glue.paginators -
-
Uses of PartitionIndexDescriptor in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PartitionIndexDescriptor Modifier and Type Method Description List<PartitionIndexDescriptor>GetPartitionIndexesResponse. partitionIndexDescriptorList()A list of index descriptors.Methods in software.amazon.awssdk.services.glue.model with parameters of type PartitionIndexDescriptor Modifier and Type Method Description GetPartitionIndexesResponse.BuilderGetPartitionIndexesResponse.Builder. partitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList)A list of index descriptors.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PartitionIndexDescriptor Modifier and Type Method Description GetPartitionIndexesResponse.BuilderGetPartitionIndexesResponse.Builder. partitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)A list of index descriptors. -
Uses of PartitionIndexDescriptor in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type PartitionIndexDescriptor Modifier and Type Method Description SdkIterable<PartitionIndexDescriptor>GetPartitionIndexesIterable. partitionIndexDescriptorList()Returns an iterable to iterate through the paginatedGetPartitionIndexesResponse.partitionIndexDescriptorList()member.SdkPublisher<PartitionIndexDescriptor>GetPartitionIndexesPublisher. partitionIndexDescriptorList()Returns a publisher that can be used to get a stream of data.
-