Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetEntityRequest.Builder
-
Packages that use GetEntityRequest.Builder Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems.software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of GetEntityRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type GetEntityRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEntityResponse>IoTTwinMakerAsyncClient. getEntity(Consumer<GetEntityRequest.Builder> getEntityRequest)Retrieves information about an entity.default GetEntityResponseIoTTwinMakerClient. getEntity(Consumer<GetEntityRequest.Builder> getEntityRequest)Retrieves information about an entity. -
Uses of GetEntityRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetEntityRequest.Builder Modifier and Type Method Description static GetEntityRequest.BuilderGetEntityRequest. builder()GetEntityRequest.BuilderGetEntityRequest.Builder. entityId(String entityId)The ID of the entity.GetEntityRequest.BuilderGetEntityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEntityRequest.BuilderGetEntityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEntityRequest.BuilderGetEntityRequest. toBuilder()GetEntityRequest.BuilderGetEntityRequest.Builder. workspaceId(String workspaceId)The ID of the workspace.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type GetEntityRequest.Builder Modifier and Type Method Description static Class<? extends GetEntityRequest.Builder>GetEntityRequest. serializableBuilderClass()
-