| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentHashType |
MaintenanceWindowRunCommandParameters.documentHashType()
SHA-256 or SHA-1.
|
DocumentHashType |
SendCommandRequest.documentHashType()
Sha256 or Sha1.
|
static DocumentHashType |
DocumentHashType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DocumentHashType |
DocumentDescription.hashType()
The hash type of the document.
|
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 |
|---|---|
static Set<DocumentHashType> |
DocumentHashType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowRunCommandParameters.Builder |
MaintenanceWindowRunCommandParameters.Builder.documentHashType(DocumentHashType documentHashType)
SHA-256 or SHA-1.
|
SendCommandRequest.Builder |
SendCommandRequest.Builder.documentHashType(DocumentHashType documentHashType)
Sha256 or Sha1.
|
DocumentDescription.Builder |
DocumentDescription.Builder.hashType(DocumentHashType hashType)
The hash type of the document.
|
Copyright © 2019. All rights reserved.