Uses of Class
com.amazonaws.services.cloudformation.model.StackResourceDetail
Packages that use StackResourceDetail
-
Uses of StackResourceDetail in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return StackResourceDetailModifier and TypeMethodDescriptionStackResourceDetail.clone()
DescribeStackResourceResult.getStackResourceDetail()
AStackResourceDetail
structure containing the description of the specified resource in the specified stack.StackResourceDetail.withDescription
(String description) User defined description associated with the resource.StackResourceDetail.withLastUpdatedTimestamp
(Date lastUpdatedTimestamp) Time the status was updated.StackResourceDetail.withLogicalResourceId
(String logicalResourceId) The logical name of the resource specified in the template.StackResourceDetail.withMetadata
(String metadata) The JSON format content of theMetadata
attribute declared for the resource.StackResourceDetail.withPhysicalResourceId
(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.StackResourceDetail.withResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.StackResourceDetail.withResourceStatus
(String resourceStatus) Current status of the resource.StackResourceDetail.withResourceStatusReason
(String resourceStatusReason) Success/failure message associated with the resource.StackResourceDetail.withResourceType
(String resourceType) Type of resource.StackResourceDetail.withStackId
(String stackId) Unique identifier of the stack.StackResourceDetail.withStackName
(String stackName) The name associated with the stack.Methods in com.amazonaws.services.cloudformation.model with parameters of type StackResourceDetailModifier and TypeMethodDescriptionvoid
DescribeStackResourceResult.setStackResourceDetail
(StackResourceDetail stackResourceDetail) AStackResourceDetail
structure containing the description of the specified resource in the specified stack.DescribeStackResourceResult.withStackResourceDetail
(StackResourceDetail stackResourceDetail) AStackResourceDetail
structure containing the description of the specified resource in the specified stack.