Uses of Class
software.amazon.awssdk.services.iotsitewise.model.DisassociateAssetsRequest
-
Packages that use DisassociateAssetsRequest Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.transform -
-
Uses of DisassociateAssetsRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type DisassociateAssetsRequest Modifier and Type Method Description default CompletableFuture<DisassociateAssetsResponse>IoTSiteWiseAsyncClient. disassociateAssets(DisassociateAssetsRequest disassociateAssetsRequest)Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.default DisassociateAssetsResponseIoTSiteWiseClient. disassociateAssets(DisassociateAssetsRequest disassociateAssetsRequest)Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model. -
Uses of DisassociateAssetsRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type DisassociateAssetsRequest Modifier and Type Method Description SdkHttpFullRequestDisassociateAssetsRequestMarshaller. marshall(DisassociateAssetsRequest disassociateAssetsRequest)
-