Uses of Class
software.amazon.awssdk.services.lambda.model.DeleteEventSourceMappingResponse
Packages that use DeleteEventSourceMappingResponse
-
Uses of DeleteEventSourceMappingResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return DeleteEventSourceMappingResponseModifier and TypeMethodDescriptiondefault DeleteEventSourceMappingResponseLambdaClient.deleteEventSourceMapping(Consumer<DeleteEventSourceMappingRequest.Builder> deleteEventSourceMappingRequest) Deletes an event source mapping.default DeleteEventSourceMappingResponseLambdaClient.deleteEventSourceMapping(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest) Deletes an event source mapping.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type DeleteEventSourceMappingResponseModifier and TypeMethodDescriptionLambdaAsyncClient.deleteEventSourceMapping(Consumer<DeleteEventSourceMappingRequest.Builder> deleteEventSourceMappingRequest) Deletes an event source mapping.LambdaAsyncClient.deleteEventSourceMapping(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest) Deletes an event source mapping.