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.BuilderCreateGlobalSecondaryIndexAction.Builder. keySchema(KeySchemaElement... keySchema)The key schema for the global secondary index.CreateTableRequest.BuilderCreateTableRequest.Builder. keySchema(KeySchemaElement... keySchema)Specifies the attributes that make up the primary key for a table or an index.GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.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.BuilderGlobalSecondaryIndexDescription.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.BuilderGlobalSecondaryIndexInfo.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.BuilderLocalSecondaryIndex.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.BuilderLocalSecondaryIndexDescription.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.BuilderLocalSecondaryIndexInfo.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.BuilderSourceTableDetails.Builder. keySchema(KeySchemaElement... keySchema)Schema of the table.StreamDescription.BuilderStreamDescription.Builder. keySchema(KeySchemaElement... keySchema)The key attribute(s) of the stream's DynamoDB table.TableCreationParameters.BuilderTableCreationParameters.Builder. keySchema(KeySchemaElement... keySchema)The primary key and option sort key of the table created as part of the import operation.TableDescription.BuilderTableDescription.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.BuilderCreateGlobalSecondaryIndexAction.Builder. keySchema(Collection<KeySchemaElement> keySchema)The key schema for the global secondary index.CreateTableRequest.BuilderCreateTableRequest.Builder. keySchema(Collection<KeySchemaElement> keySchema)Specifies the attributes that make up the primary key for a table or an index.GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.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.BuilderGlobalSecondaryIndexDescription.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.BuilderGlobalSecondaryIndexInfo.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.BuilderLocalSecondaryIndex.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.BuilderLocalSecondaryIndexDescription.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.BuilderLocalSecondaryIndexInfo.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.BuilderSourceTableDetails.Builder. keySchema(Collection<KeySchemaElement> keySchema)Schema of the table.StreamDescription.BuilderStreamDescription.Builder. keySchema(Collection<KeySchemaElement> keySchema)The key attribute(s) of the stream's DynamoDB table.TableCreationParameters.BuilderTableCreationParameters.Builder. keySchema(Collection<KeySchemaElement> keySchema)The primary key and option sort key of the table created as part of the import operation.TableDescription.BuilderTableDescription.Builder. keySchema(Collection<KeySchemaElement> keySchema)The primary key structure for the table.
-