Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<StackEvent> |
DescribeStackEventsResult.stackEvents
A list of
StackEvents structures. |
Modifier and Type | Method and Description |
---|---|
StackEvent |
StackEvent.clone() |
StackEvent |
StackEvent.withEventId(java.lang.String eventId)
The unique ID of this event.
|
StackEvent |
StackEvent.withLogicalResourceId(java.lang.String logicalResourceId)
The logical name of the resource specified in the template.
|
StackEvent |
StackEvent.withPhysicalResourceId(java.lang.String physicalResourceId)
The name or unique identifier associated with the physical instance of
the resource.
|
StackEvent |
StackEvent.withResourceProperties(java.lang.String resourceProperties)
BLOB of the properties used to create the resource.
|
StackEvent |
StackEvent.withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackEvent |
StackEvent.withResourceStatus(java.lang.String resourceStatus)
Current status of the resource.
|
StackEvent |
StackEvent.withResourceStatusReason(java.lang.String resourceStatusReason)
Success/failure message associated with the resource.
|
StackEvent |
StackEvent.withResourceType(java.lang.String resourceType)
Type of resource.
|
StackEvent |
StackEvent.withStackId(java.lang.String stackId)
The unique ID name of the instance of the stack.
|
StackEvent |
StackEvent.withStackName(java.lang.String stackName)
The name associated with a stack.
|
StackEvent |
StackEvent.withTimestamp(java.util.Date timestamp)
Time the status was updated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StackEvent> |
DescribeStackEventsResult.getStackEvents()
A list of
StackEvents structures. |
Modifier and Type | Method and Description |
---|---|
DescribeStackEventsResult |
DescribeStackEventsResult.withStackEvents(StackEvent... stackEvents)
A list of
StackEvents structures. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeStackEventsResult.setStackEvents(java.util.Collection<StackEvent> stackEvents)
A list of
StackEvents structures. |
DescribeStackEventsResult |
DescribeStackEventsResult.withStackEvents(java.util.Collection<StackEvent> stackEvents)
A list of
StackEvents structures. |
Modifier and Type | Method and Description |
---|---|
StackEvent |
StackEventStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |