Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceStatus
-
Packages that use ResourceStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceStatus Modifier and Type Method Description static ResourceStatusResourceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceStatusStackEvent. resourceStatus()Current status of the resource.ResourceStatusStackResource. resourceStatus()Current status of the resource.ResourceStatusStackResourceDetail. resourceStatus()Current status of the resource.ResourceStatusStackResourceSummary. resourceStatus()Current status of the resource.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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceStatus Modifier and Type Method Description static Set<ResourceStatus>ResourceStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceStatus Modifier and Type Method Description StackEvent.BuilderStackEvent.Builder. resourceStatus(ResourceStatus resourceStatus)Current status of the resource.StackResource.BuilderStackResource.Builder. resourceStatus(ResourceStatus resourceStatus)Current status of the resource.StackResourceDetail.BuilderStackResourceDetail.Builder. resourceStatus(ResourceStatus resourceStatus)Current status of the resource.StackResourceSummary.BuilderStackResourceSummary.Builder. resourceStatus(ResourceStatus resourceStatus)Current status of the resource.
-