Uses of Class
com.amazonaws.services.cloudformation.model.StackResourceSummary
Packages that use StackResourceSummary
-
Uses of StackResourceSummary in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return StackResourceSummaryModifier and TypeMethodDescriptionStackResourceSummary.clone()
StackResourceSummary.withLastUpdatedTimestamp
(Date lastUpdatedTimestamp) Time the status was updated.StackResourceSummary.withLogicalResourceId
(String logicalResourceId) The logical name of the resource specified in the template.StackResourceSummary.withPhysicalResourceId
(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of the resource.StackResourceSummary.withResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.StackResourceSummary.withResourceStatus
(String resourceStatus) Current status of the resource.StackResourceSummary.withResourceStatusReason
(String resourceStatusReason) Success/failure message associated with the resource.StackResourceSummary.withResourceType
(String resourceType) Type of resource.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type StackResourceSummaryModifier and TypeMethodDescriptionListStackResourcesResult.getStackResourceSummaries()
A list ofStackResourceSummary
structures.Methods in com.amazonaws.services.cloudformation.model with parameters of type StackResourceSummaryModifier and TypeMethodDescriptionListStackResourcesResult.withStackResourceSummaries
(StackResourceSummary... stackResourceSummaries) A list ofStackResourceSummary
structures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackResourceSummaryModifier and TypeMethodDescriptionvoid
ListStackResourcesResult.setStackResourceSummaries
(Collection<StackResourceSummary> stackResourceSummaries) A list ofStackResourceSummary
structures.ListStackResourcesResult.withStackResourceSummaries
(Collection<StackResourceSummary> stackResourceSummaries) A list ofStackResourceSummary
structures.