| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentHashType |
DocumentHashType.fromValue(String value)
Use this in place of valueOf.
|
static DocumentHashType |
DocumentHashType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendCommandRequest.setDocumentHashType(DocumentHashType documentHashType)
Sha256 or Sha1.
|
void |
DocumentDescription.setHashType(DocumentHashType hashType)
The hash type of the document.
|
SendCommandRequest |
SendCommandRequest.withDocumentHashType(DocumentHashType documentHashType)
Sha256 or Sha1.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withDocumentHashType(DocumentHashType documentHashType)
SHA-256 or SHA-1.
|
DocumentDescription |
DocumentDescription.withHashType(DocumentHashType hashType)
The hash type of the document.
|
Copyright © 2021. All rights reserved.