Uses of Class
com.amazonaws.services.cloudformation.model.ResourceStatus

Packages that use ResourceStatus
com.amazonaws.services.cloudformation.model Classes modeling the various types represented by AmazonCloudFormation. 
 

Uses of ResourceStatus in com.amazonaws.services.cloudformation.model
 

Methods in com.amazonaws.services.cloudformation.model that return ResourceStatus
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.
 

Methods in com.amazonaws.services.cloudformation.model with parameters of type ResourceStatus
 void StackResourceSummary.setResourceStatus(ResourceStatus resourceStatus)
          Current status of the resource.
 void StackResourceDetail.setResourceStatus(ResourceStatus resourceStatus)
          Current status of the resource.
 void StackResource.setResourceStatus(ResourceStatus resourceStatus)
          Current status of the resource.
 void StackEvent.setResourceStatus(ResourceStatus resourceStatus)
          Current status of the resource.
 StackResourceSummary StackResourceSummary.withResourceStatus(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.
 StackEvent StackEvent.withResourceStatus(ResourceStatus resourceStatus)
          Current status of the resource.
 



Copyright © 2016. All rights reserved.