Uses of Enum
software.amazon.awssdk.services.ssm.model.DocumentHashType
Packages that use DocumentHashType
-
Uses of DocumentHashType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentHashTypeModifier and TypeMethodDescriptionfinal DocumentHashTypeMaintenanceWindowRunCommandParameters.documentHashType()SHA-256 or SHA-1.final DocumentHashTypeSendCommandRequest.documentHashType()Sha256 or Sha1.static DocumentHashTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DocumentHashTypeDocumentDescription.hashType()The hash type of the document.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 software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentHashTypeMethods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentHashTypeModifier and TypeMethodDescriptionMaintenanceWindowRunCommandParameters.Builder.documentHashType(DocumentHashType documentHashType) SHA-256 or SHA-1.SendCommandRequest.Builder.documentHashType(DocumentHashType documentHashType) Sha256 or Sha1.DocumentDescription.Builder.hashType(DocumentHashType hashType) The hash type of the document.