Uses of Enum
software.amazon.awssdk.services.cloudformation.model.AnnotationStatus
Packages that use AnnotationStatus
-
Uses of AnnotationStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AnnotationStatusModifier and TypeMethodDescriptionstatic AnnotationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AnnotationStatusAnnotation.status()The status of the Hook invocation from the downstream service.static AnnotationStatusReturns the enum constant of this type with the specified name.static AnnotationStatus[]AnnotationStatus.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 AnnotationStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type AnnotationStatusModifier and TypeMethodDescriptionAnnotation.Builder.status(AnnotationStatus status) The status of the Hook invocation from the downstream service.