Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetEntityRequest.Builder
Packages that use GetEntityRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of GetEntityRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type GetEntityRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionstatic GetEntityRequest.BuilderGetEntityRequest.builder()The ID of the entity.GetEntityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetEntityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetEntityRequest.toBuilder()GetEntityRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetEntityRequest.Builder>GetEntityRequest.serializableBuilderClass()