Uses of Class
software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
Packages that use KeySchemaElement
-
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 KeySchemaElementModifier and TypeMethodDescriptionfinal List<KeySchemaElement>CreateGlobalSecondaryIndexAction.keySchema()The key schema for the global secondary index.final List<KeySchemaElement>CreateTableRequest.keySchema()Specifies the attributes that make up the primary key for a table or an index.final 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:final 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:final 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:final 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:final 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:final 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:final List<KeySchemaElement>SourceTableDetails.keySchema()Schema of the table.final List<KeySchemaElement>StreamDescription.keySchema()The key attribute(s) of the stream's DynamoDB table.final List<KeySchemaElement>TableCreationParameters.keySchema()The primary key and option sort key of the table created as part of the import operation.final List<KeySchemaElement>TableDescription.keySchema()The primary key structure for the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type KeySchemaElementModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.keySchema(KeySchemaElement... keySchema) The key schema for the global secondary index.CreateTableRequest.Builder.keySchema(KeySchemaElement... keySchema) Specifies the attributes that make up the primary key for a table or an index.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.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.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.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.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.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.keySchema(KeySchemaElement... keySchema) Schema of the table.StreamDescription.Builder.keySchema(KeySchemaElement... keySchema) The key attribute(s) of the stream's DynamoDB table.TableCreationParameters.Builder.keySchema(KeySchemaElement... keySchema) The primary key and option sort key of the table created as part of the import operation.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 KeySchemaElementModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.keySchema(Collection<KeySchemaElement> keySchema) The key schema for the global secondary index.CreateTableRequest.Builder.keySchema(Collection<KeySchemaElement> keySchema) Specifies the attributes that make up the primary key for a table or an index.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.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.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.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.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.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.keySchema(Collection<KeySchemaElement> keySchema) Schema of the table.StreamDescription.Builder.keySchema(Collection<KeySchemaElement> keySchema) The key attribute(s) of the stream's DynamoDB table.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.keySchema(Collection<KeySchemaElement> keySchema) The primary key structure for the table.