Uses of Class
software.amazon.awssdk.services.lambda.model.FullDocument
-
Packages that use FullDocument Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of FullDocument in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FullDocument Modifier and Type Method Description static FullDocumentFullDocument. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FullDocumentDocumentDBEventSourceConfig. fullDocument()Determines what DocumentDB sends to your event stream during document update operations.static FullDocumentFullDocument. 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.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FullDocument Modifier and Type Method Description static Set<FullDocument>FullDocument. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type FullDocument Modifier and Type Method Description DocumentDBEventSourceConfig.BuilderDocumentDBEventSourceConfig.Builder. fullDocument(FullDocument fullDocument)Determines what DocumentDB sends to your event stream during document update operations.
-