Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssociateAssetsRequest
-
Packages that use AssociateAssetsRequest Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.transform -
-
Uses of AssociateAssetsRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type AssociateAssetsRequest Modifier and Type Method Description 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.default AssociateAssetsResponseIoTSiteWiseClient. associateAssets(AssociateAssetsRequest associateAssetsRequest)Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model. -
Uses of AssociateAssetsRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type AssociateAssetsRequest Modifier and Type Method Description SdkHttpFullRequestAssociateAssetsRequestMarshaller. marshall(AssociateAssetsRequest associateAssetsRequest)
-