Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ResourceStatus
Packages that use ResourceStatus
-
Uses of ResourceStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceStatusModifier and TypeMethodDescriptionstatic ResourceStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ResourceStatusOperationEvent.resourceStatus()Current status of the resource.final ResourceStatusStackEvent.resourceStatus()Current status of the resource.final ResourceStatusStackResource.resourceStatus()Current status of the resource.final ResourceStatusStackResourceDetail.resourceStatus()Current status of the resource.final ResourceStatusStackResourceSummary.resourceStatus()Current status of the resource.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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceStatusModifier and TypeMethodDescriptionOperationEvent.Builder.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.StackEvent.Builder.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.StackResource.Builder.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.StackResourceDetail.Builder.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.StackResourceSummary.Builder.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.