Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
static ResourceStatus |
ResourceStatus.fromValue(String value)
Use this in place of valueOf.
|
static ResourceStatus |
ResourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceStatus[] |
ResourceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StackResourceDetail.setResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
void |
StackResource.setResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
void |
StackResourceSummary.setResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
void |
StackEvent.setResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackResourceDetail |
StackResourceDetail.withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackResource |
StackResource.withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackResourceSummary |
StackResourceSummary.withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackEvent |
StackEvent.withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
Copyright © 2014. All rights reserved.