Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private StackResourceDetail |
DescribeStackResourceResult.stackResourceDetail
A
StackResourceDetail structure containing the description
of the specified resource in the specified stack. |
Modifier and Type | Method and Description |
---|---|
StackResourceDetail |
StackResourceDetail.clone() |
StackResourceDetail |
DescribeStackResourceResult.getStackResourceDetail()
A
StackResourceDetail structure containing the description
of the specified resource in the specified stack. |
StackResourceDetail |
StackResourceDetail.withDescription(java.lang.String description)
User defined description associated with the resource.
|
StackResourceDetail |
StackResourceDetail.withLastUpdatedTimestamp(java.util.Date lastUpdatedTimestamp)
Time the status was updated.
|
StackResourceDetail |
StackResourceDetail.withLogicalResourceId(java.lang.String logicalResourceId)
The logical name of the resource specified in the template.
|
StackResourceDetail |
StackResourceDetail.withMetadata(java.lang.String metadata)
The JSON format content of the
Metadata attribute declared
for the resource. |
StackResourceDetail |
StackResourceDetail.withPhysicalResourceId(java.lang.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(java.lang.String resourceStatus)
Current status of the resource.
|
StackResourceDetail |
StackResourceDetail.withResourceStatusReason(java.lang.String resourceStatusReason)
Success/failure message associated with the resource.
|
StackResourceDetail |
StackResourceDetail.withResourceType(java.lang.String resourceType)
Type of resource.
|
StackResourceDetail |
StackResourceDetail.withStackId(java.lang.String stackId)
Unique identifier of the stack.
|
StackResourceDetail |
StackResourceDetail.withStackName(java.lang.String stackName)
The name associated with the stack.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
StackResourceDetail |
StackResourceDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |