| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchPath |
LaunchPath.clone() |
LaunchPath |
LaunchPath.withId(String id)
The identifier of the launch path.
|
LaunchPath |
LaunchPath.withName(String name)
The name of the launch path.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchPath> |
DescribeProductResult.getLaunchPaths()
Information about the associated launch paths.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProductResult |
DescribeProductResult.withLaunchPaths(LaunchPath... launchPaths)
Information about the associated launch paths.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProductResult.setLaunchPaths(Collection<LaunchPath> launchPaths)
Information about the associated launch paths.
|
DescribeProductResult |
DescribeProductResult.withLaunchPaths(Collection<LaunchPath> launchPaths)
Information about the associated launch paths.
|
Copyright © 2021. All rights reserved.