Uses of Class
software.amazon.awssdk.services.clouddirectory.model.PathToObjectIdentifiers
-
Packages that use PathToObjectIdentifiers Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of PathToObjectIdentifiers in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type PathToObjectIdentifiers Modifier and Type Method Description List<PathToObjectIdentifiers>BatchListObjectParentPathsResponse. pathToObjectIdentifiersList()Returns the path to theObjectIdentifiersthat are associated with the directory.List<PathToObjectIdentifiers>ListObjectParentPathsResponse. pathToObjectIdentifiersList()Returns the path to theObjectIdentifiersthat are associated with the directory.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type PathToObjectIdentifiers Modifier and Type Method Description BatchListObjectParentPathsResponse.BuilderBatchListObjectParentPathsResponse.Builder. pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.ListObjectParentPathsResponse.BuilderListObjectParentPathsResponse.Builder. pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type PathToObjectIdentifiers Modifier and Type Method Description BatchListObjectParentPathsResponse.BuilderBatchListObjectParentPathsResponse.Builder. pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.ListObjectParentPathsResponse.BuilderListObjectParentPathsResponse.Builder. pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.
-