Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateEventSourceMappingResponse
Packages that use UpdateEventSourceMappingResponse
-
Uses of UpdateEventSourceMappingResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UpdateEventSourceMappingResponseModifier and TypeMethodDescriptiondefault UpdateEventSourceMappingResponseLambdaClient.updateEventSourceMapping(Consumer<UpdateEventSourceMappingRequest.Builder> updateEventSourceMappingRequest) Updates an event source mapping.default UpdateEventSourceMappingResponseLambdaClient.updateEventSourceMapping(UpdateEventSourceMappingRequest updateEventSourceMappingRequest) Updates an event source mapping.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type UpdateEventSourceMappingResponseModifier and TypeMethodDescriptionLambdaAsyncClient.updateEventSourceMapping(Consumer<UpdateEventSourceMappingRequest.Builder> updateEventSourceMappingRequest) Updates an event source mapping.LambdaAsyncClient.updateEventSourceMapping(UpdateEventSourceMappingRequest updateEventSourceMappingRequest) Updates an event source mapping.