Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Delete.Builder
Packages that use Delete.Builder
-
Uses of Delete.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Delete.BuilderModifier and TypeMethodDescriptionstatic Delete.BuilderDelete.builder()Delete.Builder.conditionExpression(String conditionExpression) A condition that must be satisfied in order for a conditional delete to succeed.Delete.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.Delete.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.Delete.Builder.key(Map<String, AttributeValue> key) The primary key of the item to be deleted.Delete.Builder.returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if theDeletecondition fails.Delete.Builder.returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if theDeletecondition fails.Name of the table in which the item to be deleted resides.Delete.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Delete.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Delete.Builder>Delete.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Delete.BuilderModifier and TypeMethodDescriptiondefault TransactWriteItem.BuilderTransactWriteItem.Builder.delete(Consumer<Delete.Builder> delete) A request to perform aDeleteItemoperation.