Uses of Enum Class
software.amazon.awscdk.services.dynamodb.ProjectionType
Packages that use ProjectionType
-
Uses of ProjectionType in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return ProjectionTypeModifier and TypeMethodDescriptionfinal ProjectionTypeGlobalSecondaryIndexProps.Jsii$Proxy.getProjectionType()final ProjectionTypeGlobalSecondaryIndexPropsV2.Jsii$Proxy.getProjectionType()final ProjectionTypeLocalSecondaryIndexProps.Jsii$Proxy.getProjectionType()default ProjectionTypeSecondaryIndexProps.getProjectionType()The set of attributes that are projected into the secondary index.final ProjectionTypeSecondaryIndexProps.Jsii$Proxy.getProjectionType()static ProjectionTypeReturns the enum constant of this class with the specified name.static ProjectionType[]ProjectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.dynamodb with parameters of type ProjectionTypeModifier and TypeMethodDescriptionGlobalSecondaryIndexProps.Builder.projectionType(ProjectionType projectionType) Sets the value ofSecondaryIndexProps.getProjectionType()GlobalSecondaryIndexPropsV2.Builder.projectionType(ProjectionType projectionType) Sets the value ofSecondaryIndexProps.getProjectionType()LocalSecondaryIndexProps.Builder.projectionType(ProjectionType projectionType) Sets the value ofSecondaryIndexProps.getProjectionType()SecondaryIndexProps.Builder.projectionType(ProjectionType projectionType) Sets the value ofSecondaryIndexProps.getProjectionType()