| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentState |
ComponentState.clone() |
ComponentState |
Component.getState()
Describes the current status of the component.
|
ComponentState |
ComponentSummary.getState()
Describes the current status of the component.
|
ComponentState |
ComponentState.withReason(String reason)
Describes how or why the component changed state.
|
ComponentState |
ComponentState.withStatus(ComponentStatus status)
The current state of the component.
|
ComponentState |
ComponentState.withStatus(String status)
The current state of the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setState(ComponentState state)
Describes the current status of the component.
|
void |
ComponentSummary.setState(ComponentState state)
Describes the current status of the component.
|
Component |
Component.withState(ComponentState state)
Describes the current status of the component.
|
ComponentSummary |
ComponentSummary.withState(ComponentState state)
Describes the current status of the component.
|
Copyright © 2022. All rights reserved.