Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetEntityResponse
-
Packages that use GetEntityResponse Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems. -
-
Uses of GetEntityResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return GetEntityResponse Modifier and Type Method Description default GetEntityResponseIoTTwinMakerClient. getEntity(Consumer<GetEntityRequest.Builder> getEntityRequest)Retrieves information about an entity.default GetEntityResponseIoTTwinMakerClient. getEntity(GetEntityRequest getEntityRequest)Retrieves information about an entity.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type GetEntityResponse Modifier and Type Method Description default CompletableFuture<GetEntityResponse>IoTTwinMakerAsyncClient. getEntity(Consumer<GetEntityRequest.Builder> getEntityRequest)Retrieves information about an entity.default CompletableFuture<GetEntityResponse>IoTTwinMakerAsyncClient. getEntity(GetEntityRequest getEntityRequest)Retrieves information about an entity.
-