| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchPathSummary |
LaunchPathSummary.clone() |
LaunchPathSummary |
LaunchPathSummary.withConstraintSummaries(Collection<ConstraintSummary> constraintSummaries)
List of constraints on the portfolio-product relationship.
|
LaunchPathSummary |
LaunchPathSummary.withConstraintSummaries(ConstraintSummary... constraintSummaries)
List of constraints on the portfolio-product relationship.
|
LaunchPathSummary |
LaunchPathSummary.withId(String id)
The unique identifier of the product path.
|
LaunchPathSummary |
LaunchPathSummary.withName(String name)
Corresponds to the name of the portfolio to which the user was assigned.
|
LaunchPathSummary |
LaunchPathSummary.withTags(Collection<Tag> tags)
List of tags used by this launch path.
|
LaunchPathSummary |
LaunchPathSummary.withTags(Tag... tags)
List of tags used by this launch path.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchPathSummary> |
ListLaunchPathsResult.getLaunchPathSummaries()
List of launch path information summaries for the specified
PageToken. |
| Modifier and Type | Method and Description |
|---|---|
ListLaunchPathsResult |
ListLaunchPathsResult.withLaunchPathSummaries(LaunchPathSummary... launchPathSummaries)
List of launch path information summaries for the specified
PageToken. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLaunchPathsResult.setLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
List of launch path information summaries for the specified
PageToken. |
ListLaunchPathsResult |
ListLaunchPathsResult.withLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
List of launch path information summaries for the specified
PageToken. |
Copyright © 2016. All rights reserved.