Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Method and Description |
---|---|
Projection |
Projection.clone() |
Projection |
CreateGlobalSecondaryIndexAction.getProjection()
Represents attributes that are copied (projected) from the table into an index.
|
Projection |
LocalSecondaryIndex.getProjection()
Represents attributes that are copied (projected) from the table into the local secondary index.
|
Projection |
LocalSecondaryIndexDescription.getProjection()
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Projection |
GlobalSecondaryIndexDescription.getProjection()
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Projection |
GlobalSecondaryIndex.getProjection()
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Projection |
Projection.withNonKeyAttributes(Collection<String> nonKeyAttributes)
Represents the non-key attribute names which will be projected into the index.
|
Projection |
Projection.withNonKeyAttributes(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(String projectionType)
The set of attributes that are projected into the index:
|
Modifier and Type | Method and Description |
---|---|
void |
CreateGlobalSecondaryIndexAction.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index.
|
void |
LocalSecondaryIndex.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the local secondary index.
|
void |
LocalSecondaryIndexDescription.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
void |
GlobalSecondaryIndexDescription.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
void |
GlobalSecondaryIndex.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index.
|
LocalSecondaryIndex |
LocalSecondaryIndex.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the local secondary index.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
GlobalSecondaryIndex |
GlobalSecondaryIndex.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Modifier and Type | Method and Description |
---|---|
Projection |
ProjectionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionMarshaller.marshall(Projection projection,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.