Uses of Class
software.amazon.awssdk.services.servicecatalog.model.AssociateTagOptionWithResourceRequest
-
Packages that use AssociateTagOptionWithResourceRequest Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.transform -
-
Uses of AssociateTagOptionWithResourceRequest in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog with parameters of type AssociateTagOptionWithResourceRequest Modifier and Type Method Description default CompletableFuture<AssociateTagOptionWithResourceResponse>ServiceCatalogAsyncClient. associateTagOptionWithResource(AssociateTagOptionWithResourceRequest 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. -
Uses of AssociateTagOptionWithResourceRequest in software.amazon.awssdk.services.servicecatalog.transform
Methods in software.amazon.awssdk.services.servicecatalog.transform with parameters of type AssociateTagOptionWithResourceRequest Modifier and Type Method Description SdkHttpFullRequestAssociateTagOptionWithResourceRequestMarshaller. marshall(AssociateTagOptionWithResourceRequest associateTagOptionWithResourceRequest)
-