| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSetOperationSummary |
StackSetOperationSummary.clone() |
StackSetOperationSummary |
StackSetOperationSummary.withAction(StackSetOperationAction action)
The type of operation:
CREATE, UPDATE, or DELETE. |
StackSetOperationSummary |
StackSetOperationSummary.withAction(String action)
The type of operation:
CREATE, UPDATE, or DELETE. |
StackSetOperationSummary |
StackSetOperationSummary.withCreationTimestamp(Date creationTimestamp)
The time at which the operation was initiated.
|
StackSetOperationSummary |
StackSetOperationSummary.withEndTimestamp(Date endTimestamp)
The time at which the stack set operation ended, across all accounts and Regions specified.
|
StackSetOperationSummary |
StackSetOperationSummary.withOperationId(String operationId)
The unique ID of the stack set operation.
|
StackSetOperationSummary |
StackSetOperationSummary.withStatus(StackSetOperationStatus status)
The overall status of the operation.
|
StackSetOperationSummary |
StackSetOperationSummary.withStatus(String status)
The overall status of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackSetOperationSummary> |
ListStackSetOperationsResult.getSummaries()
A list of
StackSetOperationSummary structures that contain summary information about operations for
the specified stack set. |
| Modifier and Type | Method and Description |
|---|---|
ListStackSetOperationsResult |
ListStackSetOperationsResult.withSummaries(StackSetOperationSummary... summaries)
A list of
StackSetOperationSummary structures that contain summary information about operations for
the specified stack set. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStackSetOperationsResult.setSummaries(Collection<StackSetOperationSummary> summaries)
A list of
StackSetOperationSummary structures that contain summary information about operations for
the specified stack set. |
ListStackSetOperationsResult |
ListStackSetOperationsResult.withSummaries(Collection<StackSetOperationSummary> summaries)
A list of
StackSetOperationSummary structures that contain summary information about operations for
the specified stack set. |
Copyright © 2020. All rights reserved.