Uses of Class
software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
-
Packages that use KeySchemaElement Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of KeySchemaElement in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type KeySchemaElement Modifier and Type Method Description List<KeySchemaElement>
CreateGlobalSecondaryIndexAction. keySchema()
The key schema for the global secondary index.List<KeySchemaElement>
CreateTableRequest. keySchema()
Specifies the attributes that make up the primary key for a table or an index.List<KeySchemaElement>
GlobalSecondaryIndex. keySchema()
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:List<KeySchemaElement>
GlobalSecondaryIndexDescription. keySchema()
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:List<KeySchemaElement>
GlobalSecondaryIndexInfo. keySchema()
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:List<KeySchemaElement>
LocalSecondaryIndex. keySchema()
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:List<KeySchemaElement>
LocalSecondaryIndexDescription. keySchema()
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:List<KeySchemaElement>
LocalSecondaryIndexInfo. keySchema()
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and key types:List<KeySchemaElement>
SourceTableDetails. keySchema()
Schema of the table.List<KeySchemaElement>
StreamDescription. keySchema()
The key attribute(s) of the stream's DynamoDB table.List<KeySchemaElement>
TableCreationParameters. keySchema()
The primary key and option sort key of the table created as part of the import operation.List<KeySchemaElement>
TableDescription. keySchema()
The primary key structure for the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type KeySchemaElement Modifier and Type Method Description CreateGlobalSecondaryIndexAction.Builder
CreateGlobalSecondaryIndexAction.Builder. keySchema(KeySchemaElement... keySchema)
The key schema for the global secondary index.CreateTableRequest.Builder
CreateTableRequest.Builder. keySchema(KeySchemaElement... keySchema)
Specifies the attributes that make up the primary key for a table or an index.GlobalSecondaryIndex.Builder
GlobalSecondaryIndex.Builder. keySchema(KeySchemaElement... keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndexDescription.Builder
GlobalSecondaryIndexDescription.Builder. keySchema(KeySchemaElement... keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndexInfo.Builder
GlobalSecondaryIndexInfo.Builder. keySchema(KeySchemaElement... keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:LocalSecondaryIndex.Builder
LocalSecondaryIndex.Builder. keySchema(KeySchemaElement... keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexDescription.Builder
LocalSecondaryIndexDescription.Builder. keySchema(KeySchemaElement... keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexInfo.Builder
LocalSecondaryIndexInfo.Builder. keySchema(KeySchemaElement... keySchema)
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and key types:SourceTableDetails.Builder
SourceTableDetails.Builder. keySchema(KeySchemaElement... keySchema)
Schema of the table.StreamDescription.Builder
StreamDescription.Builder. keySchema(KeySchemaElement... keySchema)
The key attribute(s) of the stream's DynamoDB table.TableCreationParameters.Builder
TableCreationParameters.Builder. keySchema(KeySchemaElement... keySchema)
The primary key and option sort key of the table created as part of the import operation.TableDescription.Builder
TableDescription.Builder. keySchema(KeySchemaElement... keySchema)
The primary key structure for the table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type KeySchemaElement Modifier and Type Method Description CreateGlobalSecondaryIndexAction.Builder
CreateGlobalSecondaryIndexAction.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The key schema for the global secondary index.CreateTableRequest.Builder
CreateTableRequest.Builder. keySchema(Collection<KeySchemaElement> keySchema)
Specifies the attributes that make up the primary key for a table or an index.GlobalSecondaryIndex.Builder
GlobalSecondaryIndex.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndexDescription.Builder
GlobalSecondaryIndexDescription.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndexInfo.Builder
GlobalSecondaryIndexInfo.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:LocalSecondaryIndex.Builder
LocalSecondaryIndex.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexDescription.Builder
LocalSecondaryIndexDescription.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexInfo.Builder
LocalSecondaryIndexInfo.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and key types:SourceTableDetails.Builder
SourceTableDetails.Builder. keySchema(Collection<KeySchemaElement> keySchema)
Schema of the table.StreamDescription.Builder
StreamDescription.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The key attribute(s) of the stream's DynamoDB table.TableCreationParameters.Builder
TableCreationParameters.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The primary key and option sort key of the table created as part of the import operation.TableDescription.Builder
TableDescription.Builder. keySchema(Collection<KeySchemaElement> keySchema)
The primary key structure for the table.
-