Uses of Enum
com.amazonaws.services.cloudformation.model.ResourceStatus
Packages that use ResourceStatus
-
Uses of ResourceStatus in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceStatusModifier and TypeMethodDescriptionstatic ResourceStatus
Use this in place of valueOf.static ResourceStatus
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 ResourceStatusModifier and TypeMethodDescriptionvoid
StackEvent.setResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.void
StackResource.setResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.void
StackResourceDetail.setResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.void
StackResourceSummary.setResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.StackEvent.withResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.StackResource.withResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.StackResourceDetail.withResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.StackResourceSummary.withResourceStatus
(ResourceStatus resourceStatus) Current status of the resource.