| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static FullDocument |
FullDocument.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FullDocument |
DocumentDBEventSourceConfig.fullDocument()
Determines what DocumentDB sends to your event stream during document update operations.
|
static FullDocument |
FullDocument.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FullDocument[] |
FullDocument.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<FullDocument> |
FullDocument.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DocumentDBEventSourceConfig.Builder |
DocumentDBEventSourceConfig.Builder.fullDocument(FullDocument fullDocument)
Determines what DocumentDB sends to your event stream during document update operations.
|
Copyright © 2023. All rights reserved.