Uses of Class
software.amazon.awssdk.services.imagebuilder.model.LifecycleExecutionSnapshotResource
-
Packages that use LifecycleExecutionSnapshotResource Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of LifecycleExecutionSnapshotResource in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type LifecycleExecutionSnapshotResource Modifier and Type Method Description List<LifecycleExecutionSnapshotResource>LifecycleExecutionResource. snapshots()A list of associated resource snapshots for the impacted resource if it’s an AMI.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type LifecycleExecutionSnapshotResource Modifier and Type Method Description LifecycleExecutionResource.BuilderLifecycleExecutionResource.Builder. snapshots(LifecycleExecutionSnapshotResource... snapshots)A list of associated resource snapshots for the impacted resource if it’s an AMI.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type LifecycleExecutionSnapshotResource Modifier and Type Method Description LifecycleExecutionResource.BuilderLifecycleExecutionResource.Builder. snapshots(Collection<LifecycleExecutionSnapshotResource> snapshots)A list of associated resource snapshots for the impacted resource if it’s an AMI.
-