Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<StackResource> |
DescribeStackResourcesResult.stackResources
A list of
StackResource structures. |
Modifier and Type | Method and Description |
---|---|
StackResource |
StackResource.clone() |
StackResource |
StackResource.withDescription(java.lang.String description)
User defined description associated with the resource.
|
StackResource |
StackResource.withLogicalResourceId(java.lang.String logicalResourceId)
The logical name of the resource specified in the template.
|
StackResource |
StackResource.withPhysicalResourceId(java.lang.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(java.lang.String resourceStatus)
Current status of the resource.
|
StackResource |
StackResource.withResourceStatusReason(java.lang.String resourceStatusReason)
Success/failure message associated with the resource.
|
StackResource |
StackResource.withResourceType(java.lang.String resourceType)
Type of resource.
|
StackResource |
StackResource.withStackId(java.lang.String stackId)
Unique identifier of the stack.
|
StackResource |
StackResource.withStackName(java.lang.String stackName)
The name associated with the stack.
|
StackResource |
StackResource.withTimestamp(java.util.Date timestamp)
Time the status was updated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StackResource> |
DescribeStackResourcesResult.getStackResources()
A list of
StackResource structures. |
Modifier and Type | Method and Description |
---|---|
DescribeStackResourcesResult |
DescribeStackResourcesResult.withStackResources(StackResource... stackResources)
A list of
StackResource structures. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeStackResourcesResult.setStackResources(java.util.Collection<StackResource> stackResources)
A list of
StackResource structures. |
DescribeStackResourcesResult |
DescribeStackResourcesResult.withStackResources(java.util.Collection<StackResource> stackResources)
A list of
StackResource structures. |
Modifier and Type | Method and Description |
---|---|
StackResource |
StackResourceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |