Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.ComponentUpdateType
Packages that use ComponentUpdateType
-
Uses of ComponentUpdateType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ComponentUpdateTypeModifier and TypeMethodDescriptionstatic ComponentUpdateTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ComponentUpdateTypeComponentUpdateRequest.updateType()The update type of the component update request.final ComponentUpdateTypeCompositeComponentUpdateRequest.updateType()The update type of the component update request.static ComponentUpdateTypeReturns the enum constant of this type with the specified name.static ComponentUpdateType[]ComponentUpdateType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentUpdateTypeModifier and TypeMethodDescriptionstatic Set<ComponentUpdateType>ComponentUpdateType.knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type ComponentUpdateTypeModifier and TypeMethodDescriptionComponentUpdateRequest.Builder.updateType(ComponentUpdateType updateType) The update type of the component update request.CompositeComponentUpdateRequest.Builder.updateType(ComponentUpdateType updateType) The update type of the component update request.