Uses of Class
software.amazon.awssdk.services.servicecatalog.model.UpdateTagOptionResponse
-
Packages that use UpdateTagOptionResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of UpdateTagOptionResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return UpdateTagOptionResponse Modifier and Type Method Description default UpdateTagOptionResponseServiceCatalogClient. updateTagOption(Consumer<UpdateTagOptionRequest.Builder> updateTagOptionRequest)Updates the specified TagOption.default UpdateTagOptionResponseServiceCatalogClient. updateTagOption(UpdateTagOptionRequest updateTagOptionRequest)Updates the specified TagOption.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type UpdateTagOptionResponse Modifier and Type Method Description default CompletableFuture<UpdateTagOptionResponse>ServiceCatalogAsyncClient. updateTagOption(Consumer<UpdateTagOptionRequest.Builder> updateTagOptionRequest)Updates the specified TagOption.default CompletableFuture<UpdateTagOptionResponse>ServiceCatalogAsyncClient. updateTagOption(UpdateTagOptionRequest updateTagOptionRequest)Updates the specified TagOption.
-