Uses of Interface
software.amazon.awssdk.services.glue.model.GetPartitionIndexesRequest.Builder
-
Packages that use GetPartitionIndexesRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetPartitionIndexesRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetPartitionIndexesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetPartitionIndexesResponse>GlueAsyncClient. getPartitionIndexes(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)Retrieves the partition indexes associated with a table.default GetPartitionIndexesResponseGlueClient. getPartitionIndexes(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)Retrieves the partition indexes associated with a table.default GetPartitionIndexesPublisherGlueAsyncClient. getPartitionIndexesPaginator(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)Retrieves the partition indexes associated with a table.default GetPartitionIndexesIterableGlueClient. getPartitionIndexesPaginator(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest)Retrieves the partition indexes associated with a table. -
Uses of GetPartitionIndexesRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetPartitionIndexesRequest.Builder Modifier and Type Method Description static GetPartitionIndexesRequest.BuilderGetPartitionIndexesRequest. builder()GetPartitionIndexesRequest.BuilderGetPartitionIndexesRequest.Builder. catalogId(String catalogId)The catalog ID where the table resides.GetPartitionIndexesRequest.BuilderGetPartitionIndexesRequest.Builder. databaseName(String databaseName)Specifies the name of a database from which you want to retrieve partition indexes.GetPartitionIndexesRequest.BuilderGetPartitionIndexesRequest.Builder. nextToken(String nextToken)A continuation token, included if this is a continuation call.GetPartitionIndexesRequest.BuilderGetPartitionIndexesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPartitionIndexesRequest.BuilderGetPartitionIndexesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPartitionIndexesRequest.BuilderGetPartitionIndexesRequest.Builder. tableName(String tableName)Specifies the name of a table for which you want to retrieve the partition indexes.GetPartitionIndexesRequest.BuilderGetPartitionIndexesRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetPartitionIndexesRequest.Builder Modifier and Type Method Description static Class<? extends GetPartitionIndexesRequest.Builder>GetPartitionIndexesRequest. serializableBuilderClass()
-