Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private Projection |
LocalSecondaryIndexDescription.projection |
private Projection |
LocalSecondaryIndex.projection |
private Projection |
GlobalSecondaryIndexDescription.projection |
private Projection |
GlobalSecondaryIndex.projection |
private Projection |
CreateGlobalSecondaryIndexAction.projection |
Modifier and Type | Method and Description |
---|---|
Projection |
Projection.clone() |
Projection |
LocalSecondaryIndexDescription.getProjection() |
Projection |
LocalSecondaryIndex.getProjection() |
Projection |
GlobalSecondaryIndexDescription.getProjection() |
Projection |
GlobalSecondaryIndex.getProjection() |
Projection |
CreateGlobalSecondaryIndexAction.getProjection() |
Projection |
Projection.withNonKeyAttributes(java.util.Collection<java.lang.String> nonKeyAttributes)
Represents the non-key attribute names which will be projected into the
index.
|
Projection |
Projection.withNonKeyAttributes(java.lang.String... nonKeyAttributes)
Represents the non-key attribute names which will be projected into the
index.
|
Projection |
Projection.withProjectionType(ProjectionType projectionType)
The set of attributes that are projected into the index:
|
Projection |
Projection.withProjectionType(java.lang.String projectionType)
The set of attributes that are projected into the index:
|
Modifier and Type | Method and Description |
---|---|
void |
LocalSecondaryIndexDescription.setProjection(Projection projection) |
void |
LocalSecondaryIndex.setProjection(Projection projection) |
void |
GlobalSecondaryIndexDescription.setProjection(Projection projection) |
void |
GlobalSecondaryIndex.setProjection(Projection projection) |
void |
CreateGlobalSecondaryIndexAction.setProjection(Projection projection) |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withProjection(Projection projection) |
LocalSecondaryIndex |
LocalSecondaryIndex.withProjection(Projection projection) |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProjection(Projection projection) |
GlobalSecondaryIndex |
GlobalSecondaryIndex.withProjection(Projection projection) |
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withProjection(Projection projection) |
Modifier and Type | Method and Description |
---|---|
Projection |
ProjectionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionJsonMarshaller.marshall(Projection projection,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|