| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleExecutionSnapshotResource |
LifecycleExecutionSnapshotResource.clone() |
LifecycleExecutionSnapshotResource |
LifecycleExecutionSnapshotResource.withSnapshotId(String snapshotId)
Identifies the impacted snapshot resource.
|
LifecycleExecutionSnapshotResource |
LifecycleExecutionSnapshotResource.withState(LifecycleExecutionResourceState state)
The runtime status of the lifecycle action taken for the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleExecutionSnapshotResource> |
LifecycleExecutionResource.getSnapshots()
A list of associated resource snapshots for the impacted resource if it’s an AMI.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleExecutionResource |
LifecycleExecutionResource.withSnapshots(LifecycleExecutionSnapshotResource... snapshots)
A list of associated resource snapshots for the impacted resource if it’s an AMI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleExecutionResource.setSnapshots(Collection<LifecycleExecutionSnapshotResource> snapshots)
A list of associated resource snapshots for the impacted resource if it’s an AMI.
|
LifecycleExecutionResource |
LifecycleExecutionResource.withSnapshots(Collection<LifecycleExecutionSnapshotResource> snapshots)
A list of associated resource snapshots for the impacted resource if it’s an AMI.
|
Copyright © 2023. All rights reserved.