Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.AssociateTagOptionWithResourceRequest.Builder
-
Packages that use AssociateTagOptionWithResourceRequest.Builder Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.model -
-
Uses of AssociateTagOptionWithResourceRequest.Builder in software.amazon.awssdk.services.servicecatalog
Method parameters in software.amazon.awssdk.services.servicecatalog with type arguments of type AssociateTagOptionWithResourceRequest.Builder 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 AssociateTagOptionWithResourceResponseServiceCatalogClient. associateTagOptionWithResource(Consumer<AssociateTagOptionWithResourceRequest.Builder> associateTagOptionWithResourceRequest)Associate the specified TagOption with the specified portfolio or product. -
Uses of AssociateTagOptionWithResourceRequest.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type AssociateTagOptionWithResourceRequest.Builder Modifier and Type Method Description static Class<? extends AssociateTagOptionWithResourceRequest.Builder>AssociateTagOptionWithResourceRequest. serializableBuilderClass()
-