Uses of Class
software.amazon.awssdk.services.glue.model.GetPartitionsRequest
-
Packages that use GetPartitionsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of GetPartitionsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetPartitionsRequest Modifier and Type Method Description default CompletableFuture<GetPartitionsResponse>GlueAsyncClient. getPartitions(GetPartitionsRequest getPartitionsRequest)Retrieves information about the partitions in a table.default GetPartitionsResponseGlueClient. getPartitions(GetPartitionsRequest getPartitionsRequest)Retrieves information about the partitions in a table.default GetPartitionsPublisherGlueAsyncClient. getPartitionsPaginator(GetPartitionsRequest getPartitionsRequest)This is a variant ofGlueAsyncClient.getPartitions(software.amazon.awssdk.services.glue.model.GetPartitionsRequest)operation.default GetPartitionsIterableGlueClient. getPartitionsPaginator(GetPartitionsRequest getPartitionsRequest)This is a variant ofGlueClient.getPartitions(software.amazon.awssdk.services.glue.model.GetPartitionsRequest)operation. -
Uses of GetPartitionsRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type GetPartitionsRequest Constructor Description GetPartitionsIterable(GlueClient client, GetPartitionsRequest firstRequest)GetPartitionsPublisher(GlueAsyncClient client, GetPartitionsRequest firstRequest) -
Uses of GetPartitionsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetPartitionsRequest Modifier and Type Method Description SdkHttpFullRequestGetPartitionsRequestMarshaller. marshall(GetPartitionsRequest getPartitionsRequest)
-