| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.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 |
|---|---|
SendCommandRequest.Builder |
SendCommandRequest.Builder.documentHashType(DocumentHashType documentHashType)
Sha256 or Sha1.
|
DocumentDescription.Builder |
DocumentDescription.Builder.hashType(DocumentHashType hashType)
Sha256 or Sha1.
|
Copyright © 2017. All rights reserved.