| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateProgress |
TemplateProgress.clone() |
TemplateProgress |
DescribeGeneratedTemplateResult.getProgress()
An object describing the progress of the template generation.
|
TemplateProgress |
TemplateProgress.withResourcesFailed(Integer resourcesFailed)
The number of resources that failed the template generation.
|
TemplateProgress |
TemplateProgress.withResourcesPending(Integer resourcesPending)
The number of resources that are still pending the template generation.
|
TemplateProgress |
TemplateProgress.withResourcesProcessing(Integer resourcesProcessing)
The number of resources that are in-process for the template generation.
|
TemplateProgress |
TemplateProgress.withResourcesSucceeded(Integer resourcesSucceeded)
The number of resources that succeeded the template generation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGeneratedTemplateResult.setProgress(TemplateProgress progress)
An object describing the progress of the template generation.
|
DescribeGeneratedTemplateResult |
DescribeGeneratedTemplateResult.withProgress(TemplateProgress progress)
An object describing the progress of the template generation.
|
Copyright © 2024. All rights reserved.