|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackResource | |
---|---|
com.amazonaws.services.cloudformation.model | Classes modeling the various types represented by AmazonCloudFormation. |
Uses of StackResource in com.amazonaws.services.cloudformation.model |
---|
Methods in com.amazonaws.services.cloudformation.model that return StackResource | |
---|---|
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. |
Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type StackResource | |
---|---|
List<StackResource> |
DescribeStackResourcesResult.getStackResources()
A list of StackResource structures. |
Methods in com.amazonaws.services.cloudformation.model with parameters of type StackResource | |
---|---|
DescribeStackResourcesResult |
DescribeStackResourcesResult.withStackResources(StackResource... stackResources)
A list of StackResource structures. |
Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackResource | |
---|---|
void |
DescribeStackResourcesResult.setStackResources(Collection<StackResource> stackResources)
A list of StackResource structures. |
DescribeStackResourcesResult |
DescribeStackResourcesResult.withStackResources(Collection<StackResource> stackResources)
A list of StackResource structures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |