Uses of Class
software.amazon.awssdk.services.glue.model.GetPartitionsResponse
-
Packages that use GetPartitionsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetPartitionsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetPartitionsResponse Modifier and Type Method Description default GetPartitionsResponseGlueClient. getPartitions(Consumer<GetPartitionsRequest.Builder> getPartitionsRequest)Retrieves information about the partitions in a table.default GetPartitionsResponseGlueClient. getPartitions(GetPartitionsRequest getPartitionsRequest)Retrieves information about the partitions in a table.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetPartitionsResponse Modifier and Type Method Description default CompletableFuture<GetPartitionsResponse>GlueAsyncClient. getPartitions(Consumer<GetPartitionsRequest.Builder> getPartitionsRequest)Retrieves information about the partitions in a table.default CompletableFuture<GetPartitionsResponse>GlueAsyncClient. getPartitions(GetPartitionsRequest getPartitionsRequest)Retrieves information about the partitions in a table. -
Uses of GetPartitionsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetPartitionsResponse Modifier and Type Method Description Iterator<GetPartitionsResponse>GetPartitionsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetPartitionsResponse Modifier and Type Method Description voidGetPartitionsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetPartitionsResponse> subscriber)
-