Uses of Enum
com.amazonaws.services.simplesystemsmanagement.model.DocumentStatus
Packages that use DocumentStatus
-
Uses of DocumentStatus in com.amazonaws.services.simplesystemsmanagement.model
Subclasses with type arguments of type DocumentStatus in com.amazonaws.services.simplesystemsmanagement.modelMethods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentStatusModifier and TypeMethodDescriptionstatic DocumentStatusUse this in place of valueOf.static DocumentStatusReturns the enum constant of this type with the specified name.static DocumentStatus[]DocumentStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentStatusModifier and TypeMethodDescriptionvoidDocumentDescription.setStatus(DocumentStatus status) The status of the SSM document.DocumentDescription.withStatus(DocumentStatus status) The status of the SSM document.