| Modifier and Type | Method and Description |
|---|---|
ProjectionType |
SecondaryIndexProps.getProjectionType()
The set of attributes that are projected into the secondary index.
|
ProjectionType |
SecondaryIndexProps.Jsii$Proxy.getProjectionType()
The set of attributes that are projected into the secondary index.
|
ProjectionType |
LocalSecondaryIndexProps.Jsii$Proxy.getProjectionType()
The set of attributes that are projected into the secondary index.
|
ProjectionType |
GlobalSecondaryIndexProps.Jsii$Proxy.getProjectionType()
The set of attributes that are projected into the secondary index.
|
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.withProjectionType(ProjectionType value)
Sets the value of ProjectionType
|
LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.Builder.withProjectionType(ProjectionType value)
Sets the value of ProjectionType
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withProjectionType(ProjectionType value)
Sets the value of ProjectionType
|
Copyright © 2019. All rights reserved.