Uses of Class
software.amazon.awssdk.services.lambda.model.GetEventSourceMappingRequest
-
Packages that use GetEventSourceMappingRequest Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.transform -
-
Uses of GetEventSourceMappingRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type GetEventSourceMappingRequest Modifier and Type Method Description default CompletableFuture<GetEventSourceMappingResponse>LambdaAsyncClient. getEventSourceMapping(GetEventSourceMappingRequest getEventSourceMappingRequest)Returns details about an event source mapping.default GetEventSourceMappingResponseLambdaClient. getEventSourceMapping(GetEventSourceMappingRequest getEventSourceMappingRequest)Returns details about an event source mapping. -
Uses of GetEventSourceMappingRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type GetEventSourceMappingRequest Modifier and Type Method Description SdkHttpFullRequestGetEventSourceMappingRequestMarshaller. marshall(GetEventSourceMappingRequest getEventSourceMappingRequest)
-