Uses of Class
software.amazon.awssdk.services.iotsitewise.model.UpdateAssetModelResponse
-
Packages that use UpdateAssetModelResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of UpdateAssetModelResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return UpdateAssetModelResponse Modifier and Type Method Description default UpdateAssetModelResponseIoTSiteWiseClient. updateAssetModel(Consumer<UpdateAssetModelRequest.Builder> updateAssetModelRequest)Updates an asset model and all of the assets that were created from the model.default UpdateAssetModelResponseIoTSiteWiseClient. updateAssetModel(UpdateAssetModelRequest updateAssetModelRequest)Updates an asset model and all of the assets that were created from the model.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type UpdateAssetModelResponse Modifier and Type Method Description default CompletableFuture<UpdateAssetModelResponse>IoTSiteWiseAsyncClient. updateAssetModel(Consumer<UpdateAssetModelRequest.Builder> updateAssetModelRequest)Updates an asset model and all of the assets that were created from the model.default CompletableFuture<UpdateAssetModelResponse>IoTSiteWiseAsyncClient. updateAssetModel(UpdateAssetModelRequest updateAssetModelRequest)Updates an asset model and all of the assets that were created from the model.
-