Uses of Class
com.amazonaws.services.cloudformation.model.ResourceStatus
-
Packages that use ResourceStatus Package Description com.amazonaws.services.cloudformation.model -
-
Uses of ResourceStatus in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceStatus Modifier and Type Method Description static ResourceStatusResourceStatus. fromValue(String value)Use this in place of valueOf.static ResourceStatusResourceStatus. 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.Methods in com.amazonaws.services.cloudformation.model with parameters of type ResourceStatus Modifier and Type Method Description voidStackEvent. setResourceStatus(ResourceStatus resourceStatus)Current status of the resource.voidStackResource. setResourceStatus(ResourceStatus resourceStatus)Current status of the resource.voidStackResourceDetail. setResourceStatus(ResourceStatus resourceStatus)Current status of the resource.voidStackResourceSummary. setResourceStatus(ResourceStatus resourceStatus)Current status of the resource.StackEventStackEvent. withResourceStatus(ResourceStatus resourceStatus)Current status of the resource.StackResourceStackResource. withResourceStatus(ResourceStatus resourceStatus)Current status of the resource.StackResourceDetailStackResourceDetail. withResourceStatus(ResourceStatus resourceStatus)Current status of the resource.StackResourceSummaryStackResourceSummary. withResourceStatus(ResourceStatus resourceStatus)Current status of the resource.
-