| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ProjectionType |
SecondaryIndexProps.getProjectionType()
The set of attributes that are projected into the secondary index.
|
ProjectionType |
SecondaryIndexProps.Jsii$Proxy.getProjectionType() |
ProjectionType |
GlobalSecondaryIndexProps.Jsii$Proxy.getProjectionType() |
ProjectionType |
LocalSecondaryIndexProps.Jsii$Proxy.getProjectionType() |
static ProjectionType |
ProjectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionType[] |
ProjectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SecondaryIndexProps.Builder |
SecondaryIndexProps.Builder.projectionType(ProjectionType projectionType)
Sets the value of
SecondaryIndexProps.getProjectionType() |
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.projectionType(ProjectionType projectionType)
Sets the value of
SecondaryIndexProps.getProjectionType() |
LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.Builder.projectionType(ProjectionType projectionType)
Sets the value of
SecondaryIndexProps.getProjectionType() |
Copyright © 2022. All rights reserved.