|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackEvent | |
---|---|
com.amazonaws.services.cloudformation.model | Classes modeling the various types represented by AmazonCloudFormation. |
Uses of StackEvent in com.amazonaws.services.cloudformation.model |
---|
Methods in com.amazonaws.services.cloudformation.model that return StackEvent | |
---|---|
StackEvent |
StackEvent.withEventId(String eventId)
The unique ID of this event. |
StackEvent |
StackEvent.withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template. |
StackEvent |
StackEvent.withPhysicalResourceId(String physicalResourceId)
The name or unique identifier associated with the physical instance of the resource. |
StackEvent |
StackEvent.withResourceProperties(String resourceProperties)
BLOB of the properties used to create the resource. |
StackEvent |
StackEvent.withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource. |
StackEvent |
StackEvent.withResourceStatus(String resourceStatus)
Current status of the resource. |
StackEvent |
StackEvent.withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource. |
StackEvent |
StackEvent.withResourceType(String resourceType)
Type of resource. |
StackEvent |
StackEvent.withStackId(String stackId)
The unique ID name of the instance of the stack. |
StackEvent |
StackEvent.withStackName(String stackName)
The name associated with a stack. |
StackEvent |
StackEvent.withTimestamp(Date timestamp)
Time the status was updated. |
Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type StackEvent | |
---|---|
List<StackEvent> |
DescribeStackEventsResult.getStackEvents()
A list of StackEvents structures. |
Methods in com.amazonaws.services.cloudformation.model with parameters of type StackEvent | |
---|---|
DescribeStackEventsResult |
DescribeStackEventsResult.withStackEvents(StackEvent... stackEvents)
A list of StackEvents structures. |
Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackEvent | |
---|---|
void |
DescribeStackEventsResult.setStackEvents(Collection<StackEvent> stackEvents)
A list of StackEvents structures. |
DescribeStackEventsResult |
DescribeStackEventsResult.withStackEvents(Collection<StackEvent> stackEvents)
A list of StackEvents structures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |