Uses of Interface
software.amazon.awssdk.services.lambda.model.ListEventSourceMappingsResponse.Builder
Packages that use ListEventSourceMappingsResponse.Builder
-
Uses of ListEventSourceMappingsResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ListEventSourceMappingsResponse.BuilderModifier and TypeMethodDescriptionListEventSourceMappingsResponse.builder()ListEventSourceMappingsResponse.Builder.eventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings) A list of event source mappings.ListEventSourceMappingsResponse.Builder.eventSourceMappings(Consumer<EventSourceMappingConfiguration.Builder>... eventSourceMappings) A list of event source mappings.ListEventSourceMappingsResponse.Builder.eventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings) A list of event source mappings.ListEventSourceMappingsResponse.Builder.nextMarker(String nextMarker) A pagination token that's returned when the response doesn't contain all event source mappings.ListEventSourceMappingsResponse.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type ListEventSourceMappingsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListEventSourceMappingsResponse.Builder>ListEventSourceMappingsResponse.serializableBuilderClass()