Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetEntityResponse
Packages that use GetEntityResponse
Package
Description
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 GetEntityResponseModifier and TypeMethodDescriptiondefault 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 GetEntityResponseModifier and TypeMethodDescriptiondefault 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.