| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Export |
Export.clone() |
Export |
Export.withExportingStackId(String exportingStackId)
The stack that contains the exported output name and value.
|
Export |
Export.withName(String name)
The name of exported output value.
|
Export |
Export.withValue(String value)
The value of the exported output, such as a resource physical ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Export> |
ListExportsResult.getExports()
The output for the ListExports action.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportsResult |
ListExportsResult.withExports(Export... exports)
The output for the ListExports action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExportsResult.setExports(Collection<Export> exports)
The output for the ListExports action.
|
ListExportsResult |
ListExportsResult.withExports(Collection<Export> exports)
The output for the ListExports action.
|
Copyright © 2022. All rights reserved.