| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
List<PathToObjectIdentifiers> |
ListObjectParentPathsResponse.pathToObjectIdentifiersList()
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
List<PathToObjectIdentifiers> |
BatchListObjectParentPathsResponse.pathToObjectIdentifiersList()
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentPathsResponse.Builder |
ListObjectParentPathsResponse.Builder.pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse.Builder |
BatchListObjectParentPathsResponse.Builder.pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentPathsResponse.Builder |
ListObjectParentPathsResponse.Builder.pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse.Builder |
BatchListObjectParentPathsResponse.Builder.pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
Copyright © 2022. All rights reserved.