| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
TagOptionSummary |
TagOptionSummary.clone() |
TagOptionSummary |
TagOptionSummary.withKey(String key)
The TagOption key.
|
TagOptionSummary |
TagOptionSummary.withValues(Collection<String> values)
The TagOption value.
|
TagOptionSummary |
TagOptionSummary.withValues(String... values)
The TagOption value.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagOptionSummary> |
DescribeProvisioningParametersResult.getTagOptions()
Information about the TagOptions associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProvisioningParametersResult |
DescribeProvisioningParametersResult.withTagOptions(TagOptionSummary... tagOptions)
Information about the TagOptions associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProvisioningParametersResult.setTagOptions(Collection<TagOptionSummary> tagOptions)
Information about the TagOptions associated with the resource.
|
DescribeProvisioningParametersResult |
DescribeProvisioningParametersResult.withTagOptions(Collection<TagOptionSummary> tagOptions)
Information about the TagOptions associated with the resource.
|
Copyright © 2022. All rights reserved.