Uses of Class
software.amazon.awssdk.services.lambda.model.GetEventSourceMappingResponse
-
Packages that use GetEventSourceMappingResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of GetEventSourceMappingResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return GetEventSourceMappingResponse Modifier and Type Method Description default GetEventSourceMappingResponse
LambdaClient. getEventSourceMapping(Consumer<GetEventSourceMappingRequest.Builder> getEventSourceMappingRequest)
Returns details about an event source mapping.default GetEventSourceMappingResponse
LambdaClient. getEventSourceMapping(GetEventSourceMappingRequest getEventSourceMappingRequest)
Returns details about an event source mapping.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type GetEventSourceMappingResponse Modifier and Type Method Description default CompletableFuture<GetEventSourceMappingResponse>
LambdaAsyncClient. getEventSourceMapping(Consumer<GetEventSourceMappingRequest.Builder> getEventSourceMappingRequest)
Returns details about an event source mapping.default CompletableFuture<GetEventSourceMappingResponse>
LambdaAsyncClient. getEventSourceMapping(GetEventSourceMappingRequest getEventSourceMappingRequest)
Returns details about an event source mapping.
-