Uses of Class
software.amazon.awssdk.services.imagebuilder.model.LifecycleExecutionResourceState
-
Packages that use LifecycleExecutionResourceState Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of LifecycleExecutionResourceState in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return LifecycleExecutionResourceState Modifier and Type Method Description LifecycleExecutionResourceStateLifecycleExecutionResource. state()The runtime state for the lifecycle execution.LifecycleExecutionResourceStateLifecycleExecutionSnapshotResource. state()The runtime status of the lifecycle action taken for the snapshot.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type LifecycleExecutionResourceState Modifier and Type Method Description LifecycleExecutionResource.BuilderLifecycleExecutionResource.Builder. state(LifecycleExecutionResourceState state)The runtime state for the lifecycle execution.LifecycleExecutionSnapshotResource.BuilderLifecycleExecutionSnapshotResource.Builder. state(LifecycleExecutionResourceState state)The runtime status of the lifecycle action taken for the snapshot.
-