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 ofStackResourceSummarystructures.Methods in com.amazonaws.services.cloudformation.model with parameters of type StackResourceSummaryModifier and TypeMethodDescriptionListStackResourcesResult.withStackResourceSummaries(StackResourceSummary... stackResourceSummaries) A list ofStackResourceSummarystructures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackResourceSummaryModifier and TypeMethodDescriptionvoidListStackResourcesResult.setStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries) A list ofStackResourceSummarystructures.ListStackResourcesResult.withStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries) A list ofStackResourceSummarystructures.