Uses of Class
software.amazon.awssdk.services.servicecatalog.model.TagOptionSummary
-
Packages that use TagOptionSummary Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of TagOptionSummary in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type TagOptionSummary Modifier and Type Method Description List<TagOptionSummary>DescribeProvisioningParametersResponse. tagOptions()Information about the TagOptions associated with the resource.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type TagOptionSummary Modifier and Type Method Description DescribeProvisioningParametersResponse.BuilderDescribeProvisioningParametersResponse.Builder. tagOptions(TagOptionSummary... tagOptions)Information about the TagOptions associated with the resource.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type TagOptionSummary Modifier and Type Method Description DescribeProvisioningParametersResponse.BuilderDescribeProvisioningParametersResponse.Builder. tagOptions(Collection<TagOptionSummary> tagOptions)Information about the TagOptions associated with the resource.
-