Uses of Class
software.amazon.awssdk.services.lambda.model.DeleteEventSourceMappingRequest
-
Packages that use DeleteEventSourceMappingRequest Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.transform -
-
Uses of DeleteEventSourceMappingRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type DeleteEventSourceMappingRequest Modifier and Type Method Description default CompletableFuture<DeleteEventSourceMappingResponse>
LambdaAsyncClient. deleteEventSourceMapping(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest)
Deletes an event source mapping.default DeleteEventSourceMappingResponse
LambdaClient. deleteEventSourceMapping(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest)
Deletes an event source mapping. -
Uses of DeleteEventSourceMappingRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type DeleteEventSourceMappingRequest Modifier and Type Method Description SdkHttpFullRequest
DeleteEventSourceMappingRequestMarshaller. marshall(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest)
-