Uses of Class
software.amazon.awssdk.services.servicecatalog.model.AssociateTagOptionWithResourceResponse
-
Packages that use AssociateTagOptionWithResourceResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of AssociateTagOptionWithResourceResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return AssociateTagOptionWithResourceResponse Modifier and Type Method Description default AssociateTagOptionWithResourceResponseServiceCatalogClient. associateTagOptionWithResource(Consumer<AssociateTagOptionWithResourceRequest.Builder> associateTagOptionWithResourceRequest)Associate the specified TagOption with the specified portfolio or product.default AssociateTagOptionWithResourceResponseServiceCatalogClient. associateTagOptionWithResource(AssociateTagOptionWithResourceRequest associateTagOptionWithResourceRequest)Associate the specified TagOption with the specified portfolio or product.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type AssociateTagOptionWithResourceResponse Modifier and Type Method Description default CompletableFuture<AssociateTagOptionWithResourceResponse>ServiceCatalogAsyncClient. associateTagOptionWithResource(Consumer<AssociateTagOptionWithResourceRequest.Builder> associateTagOptionWithResourceRequest)Associate the specified TagOption with the specified portfolio or product.default CompletableFuture<AssociateTagOptionWithResourceResponse>ServiceCatalogAsyncClient. associateTagOptionWithResource(AssociateTagOptionWithResourceRequest associateTagOptionWithResourceRequest)Associate the specified TagOption with the specified portfolio or product.
-