| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
ResourcePath |
ResourcePath.clone() |
ResourcePath |
GetDocumentPathResult.getPath()
The path information.
|
ResourcePath |
GetFolderPathResult.getPath()
The path information.
|
ResourcePath |
ResourcePath.withComponents(Collection<ResourcePathComponent> components)
The components of the resource path.
|
ResourcePath |
ResourcePath.withComponents(ResourcePathComponent... components)
The components of the resource path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDocumentPathResult.setPath(ResourcePath path)
The path information.
|
void |
GetFolderPathResult.setPath(ResourcePath path)
The path information.
|
GetDocumentPathResult |
GetDocumentPathResult.withPath(ResourcePath path)
The path information.
|
GetFolderPathResult |
GetFolderPathResult.withPath(ResourcePath path)
The path information.
|
Copyright © 2022. All rights reserved.