Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentStatus
-
Packages that use DocumentStatus Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of DocumentStatus in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentStatus Modifier and Type Method Description static DocumentStatus
DocumentStatus. fromValue(String value)
Use this in place of valueOf.static DocumentStatus
DocumentStatus. valueOf(String name)
Returns 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 DocumentStatus Modifier and Type Method Description void
DocumentDescription. setStatus(DocumentStatus status)
The status of the SSM document.DocumentDescription
DocumentDescription. withStatus(DocumentStatus status)
The status of the SSM document.
-