Uses of Class
software.amazon.awssdk.services.lambda.model.FunctionResponseType
-
Packages that use FunctionResponseType Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of FunctionResponseType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionResponseType Modifier and Type Method Description static FunctionResponseTypeFunctionResponseType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FunctionResponseTypeFunctionResponseType. 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.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionResponseType Modifier and Type Method Description List<FunctionResponseType>CreateEventSourceMappingRequest. functionResponseTypes()(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.List<FunctionResponseType>CreateEventSourceMappingResponse. functionResponseTypes()(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.List<FunctionResponseType>DeleteEventSourceMappingResponse. functionResponseTypes()(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.List<FunctionResponseType>EventSourceMappingConfiguration. functionResponseTypes()(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.List<FunctionResponseType>GetEventSourceMappingResponse. functionResponseTypes()(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.List<FunctionResponseType>UpdateEventSourceMappingRequest. functionResponseTypes()(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.List<FunctionResponseType>UpdateEventSourceMappingResponse. functionResponseTypes()(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.static Set<FunctionResponseType>FunctionResponseType. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionResponseType Modifier and Type Method Description CreateEventSourceMappingRequest.BuilderCreateEventSourceMappingRequest.Builder. functionResponseTypes(FunctionResponseType... functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.CreateEventSourceMappingResponse.BuilderCreateEventSourceMappingResponse.Builder. functionResponseTypes(FunctionResponseType... functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.DeleteEventSourceMappingResponse.BuilderDeleteEventSourceMappingResponse.Builder. functionResponseTypes(FunctionResponseType... functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.EventSourceMappingConfiguration.BuilderEventSourceMappingConfiguration.Builder. functionResponseTypes(FunctionResponseType... functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.GetEventSourceMappingResponse.BuilderGetEventSourceMappingResponse.Builder. functionResponseTypes(FunctionResponseType... functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.UpdateEventSourceMappingRequest.BuilderUpdateEventSourceMappingRequest.Builder. functionResponseTypes(FunctionResponseType... functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.UpdateEventSourceMappingResponse.BuilderUpdateEventSourceMappingResponse.Builder. functionResponseTypes(FunctionResponseType... functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FunctionResponseType Modifier and Type Method Description CreateEventSourceMappingRequest.BuilderCreateEventSourceMappingRequest.Builder. functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.CreateEventSourceMappingResponse.BuilderCreateEventSourceMappingResponse.Builder. functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.DeleteEventSourceMappingResponse.BuilderDeleteEventSourceMappingResponse.Builder. functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.EventSourceMappingConfiguration.BuilderEventSourceMappingConfiguration.Builder. functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.GetEventSourceMappingResponse.BuilderGetEventSourceMappingResponse.Builder. functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.UpdateEventSourceMappingRequest.BuilderUpdateEventSourceMappingRequest.Builder. functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.UpdateEventSourceMappingResponse.BuilderUpdateEventSourceMappingResponse.Builder. functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.
-