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