| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static FunctionResponseType |
FunctionResponseType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<FunctionResponseType> |
UpdateEventSourceMappingRequest.functionResponseTypes()
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
List<FunctionResponseType> |
DeleteEventSourceMappingResponse.functionResponseTypes()
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
List<FunctionResponseType> |
CreateEventSourceMappingResponse.functionResponseTypes()
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
List<FunctionResponseType> |
CreateEventSourceMappingRequest.functionResponseTypes()
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
List<FunctionResponseType> |
EventSourceMappingConfiguration.functionResponseTypes()
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
List<FunctionResponseType> |
UpdateEventSourceMappingResponse.functionResponseTypes()
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
List<FunctionResponseType> |
GetEventSourceMappingResponse.functionResponseTypes()
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
static Set<FunctionResponseType> |
FunctionResponseType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
DeleteEventSourceMappingResponse.Builder |
DeleteEventSourceMappingResponse.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingRequest.Builder |
CreateEventSourceMappingRequest.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
EventSourceMappingConfiguration.Builder |
EventSourceMappingConfiguration.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
GetEventSourceMappingResponse.Builder |
GetEventSourceMappingResponse.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
DeleteEventSourceMappingResponse.Builder |
DeleteEventSourceMappingResponse.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingRequest.Builder |
CreateEventSourceMappingRequest.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
EventSourceMappingConfiguration.Builder |
EventSourceMappingConfiguration.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
GetEventSourceMappingResponse.Builder |
GetEventSourceMappingResponse.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
Copyright © 2022. All rights reserved.