Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
StackResource |
StackResource.withDescription(String description)
User defined description associated with the resource.
|
StackResource |
StackResource.withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
StackResource |
StackResource.withPhysicalResourceId(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(String resourceStatus)
Current status of the resource.
|
StackResource |
StackResource.withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
|
StackResource |
StackResource.withResourceType(String resourceType)
Type of resource.
|
StackResource |
StackResource.withStackId(String stackId)
Unique identifier of the stack.
|
StackResource |
StackResource.withStackName(String stackName)
The name associated with the stack.
|
StackResource |
StackResource.withTimestamp(Date timestamp)
Time the status was updated.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<StackResource> stackResources)
A list of
StackResource structures. |
DescribeStackResourcesResult |
DescribeStackResourcesResult.withStackResources(Collection<StackResource> stackResources)
A list of
StackResource structures. |
Copyright © 2014. All rights reserved.