Uses of Enum
software.amazon.awssdk.services.lambda.model.FunctionResponseType
Packages that use FunctionResponseType
-
Uses of FunctionResponseType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionResponseTypeModifier and TypeMethodDescriptionstatic FunctionResponseTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FunctionResponseTypeReturns 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 FunctionResponseTypeModifier and TypeMethodDescriptionfinal List<FunctionResponseType>CreateEventSourceMappingRequest.functionResponseTypes()(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.final List<FunctionResponseType>CreateEventSourceMappingResponse.functionResponseTypes()(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.final List<FunctionResponseType>DeleteEventSourceMappingResponse.functionResponseTypes()(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.final List<FunctionResponseType>EventSourceMappingConfiguration.functionResponseTypes()(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.final List<FunctionResponseType>GetEventSourceMappingResponse.functionResponseTypes()(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.final List<FunctionResponseType>UpdateEventSourceMappingRequest.functionResponseTypes()(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.final List<FunctionResponseType>UpdateEventSourceMappingResponse.functionResponseTypes()(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, 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 FunctionResponseTypeModifier and TypeMethodDescriptionCreateEventSourceMappingRequest.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.CreateEventSourceMappingResponse.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.DeleteEventSourceMappingResponse.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.EventSourceMappingConfiguration.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.GetEventSourceMappingResponse.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.UpdateEventSourceMappingRequest.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.UpdateEventSourceMappingResponse.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, 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 FunctionResponseTypeModifier and TypeMethodDescriptionCreateEventSourceMappingRequest.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.CreateEventSourceMappingResponse.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.DeleteEventSourceMappingResponse.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.EventSourceMappingConfiguration.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.GetEventSourceMappingResponse.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.UpdateEventSourceMappingRequest.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.UpdateEventSourceMappingResponse.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.