| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
TagOptionDetail |
DescribeTagOptionResponse.tagOptionDetail()
Information about the TagOption.
|
TagOptionDetail |
UpdateTagOptionResponse.tagOptionDetail()
Information about the TagOption.
|
TagOptionDetail |
CreateTagOptionResponse.tagOptionDetail()
Information about the TagOption.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagOptionDetail> |
ListTagOptionsResponse.tagOptionDetails()
Information about the TagOptions.
|
List<TagOptionDetail> |
DescribeProductAsAdminResponse.tagOptions()
Information about the TagOptions associated with the product.
|
List<TagOptionDetail> |
DescribePortfolioResponse.tagOptions()
Information about the TagOptions associated with the portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagOptionResponse.Builder |
DescribeTagOptionResponse.Builder.tagOptionDetail(TagOptionDetail tagOptionDetail)
Information about the TagOption.
|
UpdateTagOptionResponse.Builder |
UpdateTagOptionResponse.Builder.tagOptionDetail(TagOptionDetail tagOptionDetail)
Information about the TagOption.
|
CreateTagOptionResponse.Builder |
CreateTagOptionResponse.Builder.tagOptionDetail(TagOptionDetail tagOptionDetail)
Information about the TagOption.
|
ListTagOptionsResponse.Builder |
ListTagOptionsResponse.Builder.tagOptionDetails(TagOptionDetail... tagOptionDetails)
Information about the TagOptions.
|
DescribeProductAsAdminResponse.Builder |
DescribeProductAsAdminResponse.Builder.tagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the product.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.tagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagOptionsResponse.Builder |
ListTagOptionsResponse.Builder.tagOptionDetails(Collection<TagOptionDetail> tagOptionDetails)
Information about the TagOptions.
|
DescribeProductAsAdminResponse.Builder |
DescribeProductAsAdminResponse.Builder.tagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the product.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.tagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
|
Copyright © 2023. All rights reserved.