| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The
ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters. |
Tag |
Tag.withValue(String value)
The esired value for this key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ProvisionProductRequest.getTags()
A list of tags to use as provisioning options.
|
List<Tag> |
LaunchPathSummary.getTags()
List of tags used by this launch path.
|
| Modifier and Type | Method and Description |
|---|---|
ProvisionProductRequest |
ProvisionProductRequest.withTags(Tag... tags)
A list of tags to use as provisioning options.
|
LaunchPathSummary |
LaunchPathSummary.withTags(Tag... tags)
List of tags used by this launch path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvisionProductRequest.setTags(Collection<Tag> tags)
A list of tags to use as provisioning options.
|
void |
LaunchPathSummary.setTags(Collection<Tag> tags)
List of tags used by this launch path.
|
ProvisionProductRequest |
ProvisionProductRequest.withTags(Collection<Tag> tags)
A list of tags to use as provisioning options.
|
LaunchPathSummary |
LaunchPathSummary.withTags(Collection<Tag> tags)
List of tags used by this launch path.
|
Copyright © 2016. All rights reserved.