Uses of Class
software.amazon.awssdk.services.glue.model.GetPartitionIndexesResponse
-
Packages that use GetPartitionIndexesResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetPartitionIndexesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetPartitionIndexesResponse Modifier and Type Method Description default GetPartitionIndexesResponseGlueClient. getPartitionIndexes(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)Retrieves the partition indexes associated with a table.default GetPartitionIndexesResponseGlueClient. getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)Retrieves the partition indexes associated with a table.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetPartitionIndexesResponse Modifier and Type Method Description default CompletableFuture<GetPartitionIndexesResponse>GlueAsyncClient. getPartitionIndexes(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)Retrieves the partition indexes associated with a table.default CompletableFuture<GetPartitionIndexesResponse>GlueAsyncClient. getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)Retrieves the partition indexes associated with a table. -
Uses of GetPartitionIndexesResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetPartitionIndexesResponse Modifier and Type Method Description Iterator<GetPartitionIndexesResponse>GetPartitionIndexesIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetPartitionIndexesResponse Modifier and Type Method Description voidGetPartitionIndexesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetPartitionIndexesResponse> subscriber)
-