Uses of Class
software.amazon.awssdk.services.glue.model.GetPartitionIndexesRequest
-
Packages that use GetPartitionIndexesRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of GetPartitionIndexesRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetPartitionIndexesRequest Modifier and Type Method Description default CompletableFuture<GetPartitionIndexesResponse>GlueAsyncClient. getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)Retrieves the partition indexes associated with a table.default GetPartitionIndexesResponseGlueClient. getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)Retrieves the partition indexes associated with a table.default GetPartitionIndexesPublisherGlueAsyncClient. getPartitionIndexesPaginator(GetPartitionIndexesRequest getPartitionIndexesRequest)Retrieves the partition indexes associated with a table.default GetPartitionIndexesIterableGlueClient. getPartitionIndexesPaginator(GetPartitionIndexesRequest getPartitionIndexesRequest)Retrieves the partition indexes associated with a table. -
Uses of GetPartitionIndexesRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type GetPartitionIndexesRequest Constructor Description GetPartitionIndexesIterable(GlueClient client, GetPartitionIndexesRequest firstRequest)GetPartitionIndexesPublisher(GlueAsyncClient client, GetPartitionIndexesRequest firstRequest) -
Uses of GetPartitionIndexesRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetPartitionIndexesRequest Modifier and Type Method Description SdkHttpFullRequestGetPartitionIndexesRequestMarshaller. marshall(GetPartitionIndexesRequest getPartitionIndexesRequest)
-