Uses of Class
software.amazon.awssdk.services.iotsitewise.model.UpdateAssetModelRequest
-
Packages that use UpdateAssetModelRequest Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.transform -
-
Uses of UpdateAssetModelRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type UpdateAssetModelRequest Modifier and Type Method Description default CompletableFuture<UpdateAssetModelResponse>IoTSiteWiseAsyncClient. updateAssetModel(UpdateAssetModelRequest 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. -
Uses of UpdateAssetModelRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type UpdateAssetModelRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAssetModelRequestMarshaller. marshall(UpdateAssetModelRequest updateAssetModelRequest)
-