Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private DeleteRequest |
WriteRequest.deleteRequest
A request to perform a DeleteItem operation.
|
Modifier and Type | Method and Description |
---|---|
DeleteRequest |
DeleteRequest.addKeyEntry(java.lang.String key,
AttributeValue value) |
DeleteRequest |
DeleteRequest.clearKeyEntries()
Removes all the entries added into Key.
|
DeleteRequest |
DeleteRequest.clone() |
DeleteRequest |
WriteRequest.getDeleteRequest()
A request to perform a DeleteItem operation.
|
DeleteRequest |
DeleteRequest.withKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
DeleteRequest |
DeleteRequest.withKey(java.util.Map<java.lang.String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary key
of the item to delete.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteRequest.setDeleteRequest(DeleteRequest deleteRequest)
A request to perform a DeleteItem operation.
|
WriteRequest |
WriteRequest.withDeleteRequest(DeleteRequest deleteRequest)
A request to perform a DeleteItem operation.
|
Constructor and Description |
---|
WriteRequest(DeleteRequest deleteRequest)
Constructs a new WriteRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteRequest |
DeleteRequestJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteRequestJsonMarshaller.marshall(DeleteRequest deleteRequest,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|