Package | Description |
---|---|
software.amazon.awssdk.services.lambda |
|
Modifier and Type | Method and Description |
---|---|
default CreateEventSourceMappingResponse |
LambdaClient.createEventSourceMapping(Consumer<CreateEventSourceMappingRequest.Builder> createEventSourceMappingRequest)
Creates a mapping between an event source and an Lambda function.
|
default CreateEventSourceMappingResponse |
LambdaClient.createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest)
Creates a mapping between an event source and an Lambda function.
|
Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.