Uses of Enum
com.amazonaws.services.cloudformation.model.ResourceStatus
Packages that use ResourceStatus
-
Uses of ResourceStatus in com.amazonaws.services.cloudformation.model
Subclasses with type arguments of type ResourceStatus in com.amazonaws.services.cloudformation.modelMethods in com.amazonaws.services.cloudformation.model that return ResourceStatusModifier and TypeMethodDescriptionstatic ResourceStatusUse this in place of valueOf.static ResourceStatusReturns 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 TypeMethodDescriptionvoidStackEvent.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.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.