Uses of Class
com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
Packages that use ListEventSourceMappingsResult
-
Uses of ListEventSourceMappingsResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return ListEventSourceMappingsResultModifier and TypeMethodDescriptionAbstractAWSLambda.listEventSourceMappings()
AbstractAWSLambda.listEventSourceMappings
(ListEventSourceMappingsRequest request) AWSLambda.listEventSourceMappings()
Simplified method form for invoking the ListEventSourceMappings operation.AWSLambda.listEventSourceMappings
(ListEventSourceMappingsRequest listEventSourceMappingsRequest) Returns a list of event source mappings you created using theCreateEventSourceMapping
(see CreateEventSourceMapping).AWSLambdaClient.listEventSourceMappings()
AWSLambdaClient.listEventSourceMappings
(ListEventSourceMappingsRequest listEventSourceMappingsRequest) Returns a list of event source mappings you created using theCreateEventSourceMapping
(see CreateEventSourceMapping).Methods in com.amazonaws.services.lambda that return types with arguments of type ListEventSourceMappingsResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.listEventSourceMappingsAsync()
Simplified method form for invoking the ListEventSourceMappings operation.AbstractAWSLambdaAsync.listEventSourceMappingsAsync
(AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) Simplified method form for invoking the ListEventSourceMappings operation with an AsyncHandler.AbstractAWSLambdaAsync.listEventSourceMappingsAsync
(ListEventSourceMappingsRequest request) AbstractAWSLambdaAsync.listEventSourceMappingsAsync
(ListEventSourceMappingsRequest request, AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) AWSLambdaAsync.listEventSourceMappingsAsync()
Simplified method form for invoking the ListEventSourceMappings operation.AWSLambdaAsync.listEventSourceMappingsAsync
(AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) Simplified method form for invoking the ListEventSourceMappings operation with an AsyncHandler.AWSLambdaAsync.listEventSourceMappingsAsync
(ListEventSourceMappingsRequest listEventSourceMappingsRequest) Returns a list of event source mappings you created using theCreateEventSourceMapping
(see CreateEventSourceMapping).AWSLambdaAsync.listEventSourceMappingsAsync
(ListEventSourceMappingsRequest listEventSourceMappingsRequest, AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) Returns a list of event source mappings you created using theCreateEventSourceMapping
(see CreateEventSourceMapping).AWSLambdaAsyncClient.listEventSourceMappingsAsync()
Simplified method form for invoking the ListEventSourceMappings operation.AWSLambdaAsyncClient.listEventSourceMappingsAsync
(AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) Simplified method form for invoking the ListEventSourceMappings operation with an AsyncHandler.AWSLambdaAsyncClient.listEventSourceMappingsAsync
(ListEventSourceMappingsRequest request) AWSLambdaAsyncClient.listEventSourceMappingsAsync
(ListEventSourceMappingsRequest request, AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type ListEventSourceMappingsResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.listEventSourceMappingsAsync
(AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) Simplified method form for invoking the ListEventSourceMappings operation with an AsyncHandler.AbstractAWSLambdaAsync.listEventSourceMappingsAsync
(ListEventSourceMappingsRequest request, AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) AWSLambdaAsync.listEventSourceMappingsAsync
(AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) Simplified method form for invoking the ListEventSourceMappings operation with an AsyncHandler.AWSLambdaAsync.listEventSourceMappingsAsync
(ListEventSourceMappingsRequest listEventSourceMappingsRequest, AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) Returns a list of event source mappings you created using theCreateEventSourceMapping
(see CreateEventSourceMapping).AWSLambdaAsyncClient.listEventSourceMappingsAsync
(AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) Simplified method form for invoking the ListEventSourceMappings operation with an AsyncHandler.AWSLambdaAsyncClient.listEventSourceMappingsAsync
(ListEventSourceMappingsRequest request, AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult> asyncHandler) -
Uses of ListEventSourceMappingsResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return ListEventSourceMappingsResultModifier and TypeMethodDescriptionListEventSourceMappingsResult.clone()
ListEventSourceMappingsResult.withEventSourceMappings
(EventSourceMappingConfiguration... eventSourceMappings) An array ofEventSourceMappingConfiguration
objects.ListEventSourceMappingsResult.withEventSourceMappings
(Collection<EventSourceMappingConfiguration> eventSourceMappings) An array ofEventSourceMappingConfiguration
objects.ListEventSourceMappingsResult.withNextMarker
(String nextMarker) A string, present if there are more event source mappings.