Uses of Class
software.amazon.awssdk.services.lambda.model.CreateEventSourceMappingResponse
Packages that use CreateEventSourceMappingResponse
-
Uses of CreateEventSourceMappingResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return CreateEventSourceMappingResponseModifier and TypeMethodDescriptiondefault CreateEventSourceMappingResponseLambdaClient.createEventSourceMapping(Consumer<CreateEventSourceMappingRequest.Builder> createEventSourceMappingRequest) Creates a mapping between an event source and an Lambda function.default CreateEventSourceMappingResponseLambdaClient.createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest) Creates a mapping between an event source and an Lambda function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type CreateEventSourceMappingResponseModifier and TypeMethodDescriptionLambdaAsyncClient.createEventSourceMapping(Consumer<CreateEventSourceMappingRequest.Builder> createEventSourceMappingRequest) Creates a mapping between an event source and an Lambda function.LambdaAsyncClient.createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest) Creates a mapping between an event source and an Lambda function.