| Package | Description |
|---|---|
| com.amazonaws.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static FunctionResponseType |
FunctionResponseType.fromValue(String value)
Use this in place of valueOf.
|
static FunctionResponseType |
FunctionResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionResponseType[] |
FunctionResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventSourceMappingResult |
GetEventSourceMappingResult.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingRequest |
UpdateEventSourceMappingRequest.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
Copyright © 2021. All rights reserved.