Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ResourceSignalStatus
Packages that use ResourceSignalStatus
-
Uses of ResourceSignalStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceSignalStatusModifier and TypeMethodDescriptionstatic ResourceSignalStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ResourceSignalStatusSignalResourceRequest.status()The status of the signal, which is either success or failure.static ResourceSignalStatusReturns the enum constant of this type with the specified name.static ResourceSignalStatus[]ResourceSignalStatus.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 ResourceSignalStatusModifier and TypeMethodDescriptionstatic Set<ResourceSignalStatus>ResourceSignalStatus.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceSignalStatusModifier and TypeMethodDescriptionSignalResourceRequest.Builder.status(ResourceSignalStatus status) The status of the signal, which is either success or failure.