Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.UpdateEntityResponse.Builder
-
Packages that use UpdateEntityResponse.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of UpdateEntityResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return UpdateEntityResponse.Builder Modifier and Type Method Description static UpdateEntityResponse.BuilderUpdateEntityResponse. builder()UpdateEntityResponse.BuilderUpdateEntityResponse.Builder. state(String state)The current state of the entity update.UpdateEntityResponse.BuilderUpdateEntityResponse.Builder. state(State state)The current state of the entity update.UpdateEntityResponse.BuilderUpdateEntityResponse. toBuilder()UpdateEntityResponse.BuilderUpdateEntityResponse.Builder. updateDateTime(Instant updateDateTime)The date and time when the entity was last updated.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type UpdateEntityResponse.Builder Modifier and Type Method Description static Class<? extends UpdateEntityResponse.Builder>UpdateEntityResponse. serializableBuilderClass()
-