Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssociateAssetsResponse
-
Packages that use AssociateAssetsResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of AssociateAssetsResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return AssociateAssetsResponse Modifier and Type Method Description default AssociateAssetsResponseIoTSiteWiseClient. associateAssets(Consumer<AssociateAssetsRequest.Builder> associateAssetsRequest)Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.default AssociateAssetsResponseIoTSiteWiseClient. associateAssets(AssociateAssetsRequest associateAssetsRequest)Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type AssociateAssetsResponse Modifier and Type Method Description default CompletableFuture<AssociateAssetsResponse>IoTSiteWiseAsyncClient. associateAssets(Consumer<AssociateAssetsRequest.Builder> associateAssetsRequest)Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.default CompletableFuture<AssociateAssetsResponse>IoTSiteWiseAsyncClient. associateAssets(AssociateAssetsRequest associateAssetsRequest)Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.
-