Uses of Class
software.amazon.awssdk.services.workdocs.model.ResourcePathComponent
-
Packages that use ResourcePathComponent Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of ResourcePathComponent in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type ResourcePathComponent Modifier and Type Method Description List<ResourcePathComponent>
ResourcePath. components()
The components of the resource path.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type ResourcePathComponent Modifier and Type Method Description ResourcePath.Builder
ResourcePath.Builder. components(ResourcePathComponent... components)
The components of the resource path.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type ResourcePathComponent Modifier and Type Method Description ResourcePath.Builder
ResourcePath.Builder. components(Collection<ResourcePathComponent> components)
The components of the resource path.
-