Uses of Class
com.amazonaws.services.cloudformation.model.StackEvent
Packages that use StackEvent
-
Uses of StackEvent in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return StackEventModifier and TypeMethodDescriptionStackEvent.clone()StackEvent.withEventId(String eventId) The unique ID of this event.StackEvent.withLogicalResourceId(String logicalResourceId) The logical name of the resource specified in the template.StackEvent.withPhysicalResourceId(String physicalResourceId) The name or unique identifier associated with the physical instance of the resource.StackEvent.withResourceProperties(String resourceProperties) BLOB of the properties used to create the resource.StackEvent.withResourceStatus(ResourceStatus resourceStatus) Current status of the resource.StackEvent.withResourceStatus(String resourceStatus) Current status of the resource.StackEvent.withResourceStatusReason(String resourceStatusReason) Success/failure message associated with the resource.StackEvent.withResourceType(String resourceType) Type of resource.StackEvent.withStackId(String stackId) The unique ID name of the instance of the stack.StackEvent.withStackName(String stackName) The name associated with a stack.StackEvent.withTimestamp(Date timestamp) Time the status was updated.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type StackEventModifier and TypeMethodDescriptionDescribeStackEventsResult.getStackEvents()A list ofStackEventsstructures.Methods in com.amazonaws.services.cloudformation.model with parameters of type StackEventModifier and TypeMethodDescriptionDescribeStackEventsResult.withStackEvents(StackEvent... stackEvents) A list ofStackEventsstructures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackEventModifier and TypeMethodDescriptionvoidDescribeStackEventsResult.setStackEvents(Collection<StackEvent> stackEvents) A list ofStackEventsstructures.DescribeStackEventsResult.withStackEvents(Collection<StackEvent> stackEvents) A list ofStackEventsstructures.