Uses of Class
software.amazon.awssdk.services.imagebuilder.model.LifecycleExecutionState
-
Packages that use LifecycleExecutionState Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of LifecycleExecutionState in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return LifecycleExecutionState Modifier and Type Method Description LifecycleExecutionStateListLifecycleExecutionResourcesResponse. lifecycleExecutionState()The current state of the lifecycle runtime instance.LifecycleExecutionStateLifecycleExecution. state()Runtime state that reports if the policy action ran successfully, failed, or was skipped.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type LifecycleExecutionState Modifier and Type Method Description ListLifecycleExecutionResourcesResponse.BuilderListLifecycleExecutionResourcesResponse.Builder. lifecycleExecutionState(LifecycleExecutionState lifecycleExecutionState)The current state of the lifecycle runtime instance.LifecycleExecution.BuilderLifecycleExecution.Builder. state(LifecycleExecutionState state)Runtime state that reports if the policy action ran successfully, failed, or was skipped.
-