Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentHashType
-
Packages that use DocumentHashType Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of DocumentHashType in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentHashType Modifier and Type Method Description static DocumentHashTypeDocumentHashType. fromValue(String value)Use this in place of valueOf.static DocumentHashTypeDocumentHashType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentHashType[]DocumentHashType. 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 DocumentHashType Modifier and Type Method Description voidSendCommandRequest. setDocumentHashType(DocumentHashType documentHashType)Sha256 or Sha1.voidDocumentDescription. setHashType(DocumentHashType hashType)Sha256 or Sha1.SendCommandRequestSendCommandRequest. withDocumentHashType(DocumentHashType documentHashType)Sha256 or Sha1.DocumentDescriptionDocumentDescription. withHashType(DocumentHashType hashType)Sha256 or Sha1.
-