Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction.Builder
-
Packages that use DeleteGlobalSecondaryIndexAction.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of DeleteGlobalSecondaryIndexAction.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DeleteGlobalSecondaryIndexAction.Builder Modifier and Type Method Description static DeleteGlobalSecondaryIndexAction.BuilderDeleteGlobalSecondaryIndexAction. builder()DeleteGlobalSecondaryIndexAction.BuilderDeleteGlobalSecondaryIndexAction.Builder. indexName(String indexName)The name of the global secondary index to be deleted.DeleteGlobalSecondaryIndexAction.BuilderDeleteGlobalSecondaryIndexAction. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DeleteGlobalSecondaryIndexAction.Builder Modifier and Type Method Description static Class<? extends DeleteGlobalSecondaryIndexAction.Builder>DeleteGlobalSecondaryIndexAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type DeleteGlobalSecondaryIndexAction.Builder Modifier and Type Method Description default GlobalSecondaryIndexUpdate.BuilderGlobalSecondaryIndexUpdate.Builder. delete(Consumer<DeleteGlobalSecondaryIndexAction.Builder> delete)The name of an existing global secondary index to be removed.
-