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