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