Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.UploadEntityDefinitionsResponse
-
Packages that use UploadEntityDefinitionsResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph -
-
Uses of UploadEntityDefinitionsResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return UploadEntityDefinitionsResponse Modifier and Type Method Description default UploadEntityDefinitionsResponseIoTThingsGraphClient. uploadEntityDefinitions(Consumer<UploadEntityDefinitionsRequest.Builder> uploadEntityDefinitionsRequest)Deprecated.since: 2022-08-30default UploadEntityDefinitionsResponseIoTThingsGraphClient. uploadEntityDefinitions(UploadEntityDefinitionsRequest uploadEntityDefinitionsRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type UploadEntityDefinitionsResponse Modifier and Type Method Description default CompletableFuture<UploadEntityDefinitionsResponse>IoTThingsGraphAsyncClient. uploadEntityDefinitions(Consumer<UploadEntityDefinitionsRequest.Builder> uploadEntityDefinitionsRequest)Deprecated.since: 2022-08-30default CompletableFuture<UploadEntityDefinitionsResponse>IoTThingsGraphAsyncClient. uploadEntityDefinitions(UploadEntityDefinitionsRequest uploadEntityDefinitionsRequest)Deprecated.since: 2022-08-30
-