Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ObjectIdentifierAndLinkNameTuple
-
Packages that use ObjectIdentifierAndLinkNameTuple Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ObjectIdentifierAndLinkNameTuple in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ObjectIdentifierAndLinkNameTuple Modifier and Type Method Description List<ObjectIdentifierAndLinkNameTuple>BatchListObjectParentsResponse. parentLinks()Returns a list of parent reference and LinkName Tuples.List<ObjectIdentifierAndLinkNameTuple>ListObjectParentsResponse. parentLinks()Returns a list of parent reference and LinkName Tuples.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type ObjectIdentifierAndLinkNameTuple Modifier and Type Method Description BatchListObjectParentsResponse.BuilderBatchListObjectParentsResponse.Builder. parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)Returns a list of parent reference and LinkName Tuples.ListObjectParentsResponse.BuilderListObjectParentsResponse.Builder. parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)Returns a list of parent reference and LinkName Tuples.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type ObjectIdentifierAndLinkNameTuple Modifier and Type Method Description BatchListObjectParentsResponse.BuilderBatchListObjectParentsResponse.Builder. parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)Returns a list of parent reference and LinkName Tuples.ListObjectParentsResponse.BuilderListObjectParentsResponse.Builder. parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)Returns a list of parent reference and LinkName Tuples.
-