Uses of Class
software.amazon.awssdk.services.clouddirectory.model.TypedLinkAttributeDefinition
-
Packages that use TypedLinkAttributeDefinition Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of TypedLinkAttributeDefinition in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return TypedLinkAttributeDefinition Modifier and Type Method Description TypedLinkAttributeDefinitionTypedLinkFacetAttributeUpdate. attribute()The attribute to update.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type TypedLinkAttributeDefinition Modifier and Type Method Description List<TypedLinkAttributeDefinition>ListTypedLinkFacetAttributesResponse. attributes()An ordered set of attributes associate with the typed link.List<TypedLinkAttributeDefinition>TypedLinkFacet. attributes()A set of key-value pairs associated with the typed link.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type TypedLinkAttributeDefinition Modifier and Type Method Description TypedLinkFacetAttributeUpdate.BuilderTypedLinkFacetAttributeUpdate.Builder. attribute(TypedLinkAttributeDefinition attribute)The attribute to update.ListTypedLinkFacetAttributesResponse.BuilderListTypedLinkFacetAttributesResponse.Builder. attributes(TypedLinkAttributeDefinition... attributes)An ordered set of attributes associate with the typed link.TypedLinkFacet.BuilderTypedLinkFacet.Builder. attributes(TypedLinkAttributeDefinition... attributes)A set of key-value pairs associated with the typed link.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type TypedLinkAttributeDefinition Modifier and Type Method Description ListTypedLinkFacetAttributesResponse.BuilderListTypedLinkFacetAttributesResponse.Builder. attributes(Collection<TypedLinkAttributeDefinition> attributes)An ordered set of attributes associate with the typed link.TypedLinkFacet.BuilderTypedLinkFacet.Builder. attributes(Collection<TypedLinkAttributeDefinition> attributes)A set of key-value pairs associated with the typed link.
-