| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
PathToObjectIdentifiers |
PathToObjectIdentifiers.clone() |
PathToObjectIdentifiers |
PathToObjectIdentifiers.withObjectIdentifiers(Collection<String> objectIdentifiers)
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
PathToObjectIdentifiers |
PathToObjectIdentifiers.withObjectIdentifiers(String... objectIdentifiers)
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
PathToObjectIdentifiers |
PathToObjectIdentifiers.withPath(String path)
The path that is used to identify the object starting from directory root.
|
| Modifier and Type | Method and Description |
|---|---|
List<PathToObjectIdentifiers> |
ListObjectParentPathsResult.getPathToObjectIdentifiersList()
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
List<PathToObjectIdentifiers> |
BatchListObjectParentPathsResponse.getPathToObjectIdentifiersList()
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentPathsResult |
ListObjectParentPathsResult.withPathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse |
BatchListObjectParentPathsResponse.withPathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListObjectParentPathsResult.setPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
void |
BatchListObjectParentPathsResponse.setPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
ListObjectParentPathsResult |
ListObjectParentPathsResult.withPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse |
BatchListObjectParentPathsResponse.withPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
Copyright © 2024. All rights reserved.