Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate.Builder
Packages that use GlobalSecondaryIndexUpdate.Builder
-
Uses of GlobalSecondaryIndexUpdate.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalSecondaryIndexUpdate.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexUpdate.builder()GlobalSecondaryIndexUpdate.Builder.create(Consumer<CreateGlobalSecondaryIndexAction.Builder> create) The parameters required for creating a global secondary index on an existing table:GlobalSecondaryIndexUpdate.Builder.create(CreateGlobalSecondaryIndexAction create) The parameters required for creating a global secondary index on an existing table:GlobalSecondaryIndexUpdate.Builder.delete(Consumer<DeleteGlobalSecondaryIndexAction.Builder> delete) The name of an existing global secondary index to be removed.GlobalSecondaryIndexUpdate.Builder.delete(DeleteGlobalSecondaryIndexAction delete) The name of an existing global secondary index to be removed.GlobalSecondaryIndexUpdate.toBuilder()GlobalSecondaryIndexUpdate.Builder.update(Consumer<UpdateGlobalSecondaryIndexAction.Builder> update) The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.GlobalSecondaryIndexUpdate.Builder.update(UpdateGlobalSecondaryIndexAction update) The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexUpdate.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalSecondaryIndexUpdate.Builder>GlobalSecondaryIndexUpdate.serializableBuilderClass()