Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.PathToObjectIdentifiers.Builder
-
Packages that use PathToObjectIdentifiers.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of PathToObjectIdentifiers.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return PathToObjectIdentifiers.Builder Modifier and Type Method Description static PathToObjectIdentifiers.BuilderPathToObjectIdentifiers. builder()PathToObjectIdentifiers.BuilderPathToObjectIdentifiers.Builder. objectIdentifiers(String... objectIdentifiers)ListsObjectIdentifiersstarting from directory root to the object in the request.PathToObjectIdentifiers.BuilderPathToObjectIdentifiers.Builder. objectIdentifiers(Collection<String> objectIdentifiers)ListsObjectIdentifiersstarting from directory root to the object in the request.PathToObjectIdentifiers.BuilderPathToObjectIdentifiers.Builder. path(String path)The path that is used to identify the object starting from directory root.PathToObjectIdentifiers.BuilderPathToObjectIdentifiers. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type PathToObjectIdentifiers.Builder Modifier and Type Method Description static Class<? extends PathToObjectIdentifiers.Builder>PathToObjectIdentifiers. serializableBuilderClass()
-