Uses of Enum
com.amazonaws.services.simplesystemsmanagement.model.DocumentHashType
Packages that use DocumentHashType
-
Uses of DocumentHashType in com.amazonaws.services.simplesystemsmanagement.model
Subclasses with type arguments of type DocumentHashType in com.amazonaws.services.simplesystemsmanagement.modelMethods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentHashTypeModifier and TypeMethodDescriptionstatic DocumentHashTypeUse this in place of valueOf.static DocumentHashTypeReturns 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 DocumentHashTypeModifier and TypeMethodDescriptionvoidSendCommandRequest.setDocumentHashType(DocumentHashType documentHashType) Sha256 or Sha1.voidDocumentDescription.setHashType(DocumentHashType hashType) Sha256 or Sha1.SendCommandRequest.withDocumentHashType(DocumentHashType documentHashType) Sha256 or Sha1.DocumentDescription.withHashType(DocumentHashType hashType) Sha256 or Sha1.