| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static AttachmentsSourceKey |
AttachmentsSourceKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AttachmentsSourceKey |
AttachmentsSource.key()
The key of a key and value pair that identifies the location of an attachment to a document.
|
static AttachmentsSourceKey |
AttachmentsSourceKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentsSourceKey[] |
AttachmentsSourceKey.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<AttachmentsSourceKey> |
AttachmentsSourceKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentsSource.Builder |
AttachmentsSource.Builder.key(AttachmentsSourceKey key)
The key of a key and value pair that identifies the location of an attachment to a document.
|
Copyright © 2018. All rights reserved.