Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ComponentState
-
Packages that use ComponentState Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ComponentState in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ComponentState Modifier and Type Method Description ComponentStateComponent. state()Describes the current status of the component.ComponentStateComponentSummary. state()Describes the current status of the component.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ComponentState Modifier and Type Method Description Component.BuilderComponent.Builder. state(ComponentState state)Describes the current status of the component.ComponentSummary.BuilderComponentSummary.Builder. state(ComponentState state)Describes the current status of the component.
-