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