Uses of Class
com.amazonaws.services.cloudformation.model.StackResource
-
Packages that use StackResource Package Description com.amazonaws.services.cloudformation.model -
-
Uses of StackResource in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return StackResource Modifier and Type Method Description StackResourceStackResource. clone()StackResourceStackResource. withDescription(String description)User defined description associated with the resource.StackResourceStackResource. withLogicalResourceId(String logicalResourceId)The logical name of the resource specified in the template.StackResourceStackResource. withPhysicalResourceId(String physicalResourceId)The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.StackResourceStackResource. withResourceStatus(ResourceStatus resourceStatus)Current status of the resource.StackResourceStackResource. withResourceStatus(String resourceStatus)Current status of the resource.StackResourceStackResource. withResourceStatusReason(String resourceStatusReason)Success/failure message associated with the resource.StackResourceStackResource. withResourceType(String resourceType)Type of resource.StackResourceStackResource. withStackId(String stackId)Unique identifier of the stack.StackResourceStackResource. withStackName(String stackName)The name associated with the stack.StackResourceStackResource. withTimestamp(Date timestamp)Time the status was updated.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type StackResource Modifier and Type Method Description List<StackResource>DescribeStackResourcesResult. getStackResources()A list ofStackResourcestructures.Methods in com.amazonaws.services.cloudformation.model with parameters of type StackResource Modifier and Type Method Description DescribeStackResourcesResultDescribeStackResourcesResult. withStackResources(StackResource... stackResources)A list ofStackResourcestructures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackResource Modifier and Type Method Description voidDescribeStackResourcesResult. setStackResources(Collection<StackResource> stackResources)A list ofStackResourcestructures.DescribeStackResourcesResultDescribeStackResourcesResult. withStackResources(Collection<StackResource> stackResources)A list ofStackResourcestructures.
-