Uses of Class
software.amazon.awssdk.services.clouddirectory.model.AttributeKey
-
Packages that use AttributeKey Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of AttributeKey in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return AttributeKey Modifier and Type Method Description AttributeKeyLinkAttributeUpdate. attributeKey()The key of the attribute being updated.AttributeKeyObjectAttributeRange. attributeKey()The key of the attribute that the attribute range covers.AttributeKeyAttributeKeyAndValue. key()The key of the attribute.AttributeKeyObjectAttributeUpdate. objectAttributeKey()The key of the attribute being updated.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type AttributeKey Modifier and Type Method Description List<AttributeKey>BatchCreateIndex. orderedIndexedAttributeList()Specifies the attributes that should be indexed on.List<AttributeKey>CreateIndexRequest. orderedIndexedAttributeList()Specifies the attributes that should be indexed on.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type AttributeKey Modifier and Type Method Description LinkAttributeUpdate.BuilderLinkAttributeUpdate.Builder. attributeKey(AttributeKey attributeKey)The key of the attribute being updated.ObjectAttributeRange.BuilderObjectAttributeRange.Builder. attributeKey(AttributeKey attributeKey)The key of the attribute that the attribute range covers.AttributeKeyAndValue.BuilderAttributeKeyAndValue.Builder. key(AttributeKey key)The key of the attribute.ObjectAttributeUpdate.BuilderObjectAttributeUpdate.Builder. objectAttributeKey(AttributeKey objectAttributeKey)The key of the attribute being updated.BatchCreateIndex.BuilderBatchCreateIndex.Builder. orderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList)Specifies the attributes that should be indexed on.CreateIndexRequest.BuilderCreateIndexRequest.Builder. orderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList)Specifies the attributes that should be indexed on.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type AttributeKey Modifier and Type Method Description BatchCreateIndex.BuilderBatchCreateIndex.Builder. orderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)Specifies the attributes that should be indexed on.CreateIndexRequest.BuilderCreateIndexRequest.Builder. orderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)Specifies the attributes that should be indexed on.
-