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 StackResource
StackResource. clone()
StackResource
StackResource. withDescription(String description)
User defined description associated with the resource.StackResource
StackResource. withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.StackResource
StackResource. withPhysicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.StackResource
StackResource. withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.StackResource
StackResource. withResourceStatus(String resourceStatus)
Current status of the resource.StackResource
StackResource. withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.StackResource
StackResource. withResourceType(String resourceType)
Type of resource.StackResource
StackResource. withStackId(String stackId)
Unique identifier of the stack.StackResource
StackResource. withStackName(String stackName)
The name associated with the stack.StackResource
StackResource. 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 ofStackResource
structures.Methods in com.amazonaws.services.cloudformation.model with parameters of type StackResource Modifier and Type Method Description DescribeStackResourcesResult
DescribeStackResourcesResult. withStackResources(StackResource... stackResources)
A list ofStackResource
structures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackResource Modifier and Type Method Description void
DescribeStackResourcesResult. setStackResources(Collection<StackResource> stackResources)
A list ofStackResource
structures.DescribeStackResourcesResult
DescribeStackResourcesResult. withStackResources(Collection<StackResource> stackResources)
A list ofStackResource
structures.
-