Uses of Class
software.amazon.awssdk.services.lambda.model.CreateEventSourceMappingResponse
-
Packages that use CreateEventSourceMappingResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of CreateEventSourceMappingResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return CreateEventSourceMappingResponse Modifier and Type Method Description default 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 CreateEventSourceMappingResponse Modifier and Type Method Description default CompletableFuture<CreateEventSourceMappingResponse>LambdaAsyncClient. createEventSourceMapping(Consumer<CreateEventSourceMappingRequest.Builder> createEventSourceMappingRequest)Creates a mapping between an event source and an Lambda function.default CompletableFuture<CreateEventSourceMappingResponse>LambdaAsyncClient. createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest)Creates a mapping between an event source and an Lambda function.
-