| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
ResourcePathComponent |
ResourcePathComponent.clone() |
ResourcePathComponent |
ResourcePathComponent.withId(String id)
The ID of the resource path.
|
ResourcePathComponent |
ResourcePathComponent.withName(String name)
The name of the resource path.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourcePathComponent> |
ResourcePath.getComponents()
The components of the resource path.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePath |
ResourcePath.withComponents(ResourcePathComponent... components)
The components of the resource path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcePath.setComponents(Collection<ResourcePathComponent> components)
The components of the resource path.
|
ResourcePath |
ResourcePath.withComponents(Collection<ResourcePathComponent> components)
The components of the resource path.
|
Copyright © 2023. All rights reserved.