Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentHashType
-
Packages that use DocumentHashType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of DocumentHashType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentHashType Modifier and Type Method Description DocumentHashTypeMaintenanceWindowRunCommandParameters. documentHashType()SHA-256 or SHA-1.DocumentHashTypeSendCommandRequest. documentHashType()Sha256 or Sha1.static DocumentHashTypeDocumentHashType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DocumentHashTypeDocumentDescription. hashType()The hash type of the document.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 software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentHashType Modifier and Type Method Description static Set<DocumentHashType>DocumentHashType. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentHashType Modifier and Type Method Description MaintenanceWindowRunCommandParameters.BuilderMaintenanceWindowRunCommandParameters.Builder. documentHashType(DocumentHashType documentHashType)SHA-256 or SHA-1.SendCommandRequest.BuilderSendCommandRequest.Builder. documentHashType(DocumentHashType documentHashType)Sha256 or Sha1.DocumentDescription.BuilderDocumentDescription.Builder. hashType(DocumentHashType hashType)The hash type of the document.
-