Uses of Class
software.amazon.awssdk.services.lambda.model.EventSourceMappingLoggingConfig
Packages that use EventSourceMappingLoggingConfig
-
Uses of EventSourceMappingLoggingConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventSourceMappingLoggingConfigModifier and TypeMethodDescriptionCreateEventSourceMappingRequest.loggingConfig()(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.CreateEventSourceMappingResponse.loggingConfig()(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.DeleteEventSourceMappingResponse.loggingConfig()(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.EventSourceMappingConfiguration.loggingConfig()(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.GetEventSourceMappingResponse.loggingConfig()(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.UpdateEventSourceMappingRequest.loggingConfig()Returns the value of the LoggingConfig property for this object.UpdateEventSourceMappingResponse.loggingConfig()(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventSourceMappingLoggingConfigModifier and TypeMethodDescriptionCreateEventSourceMappingRequest.Builder.loggingConfig(EventSourceMappingLoggingConfig loggingConfig) (Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.CreateEventSourceMappingResponse.Builder.loggingConfig(EventSourceMappingLoggingConfig loggingConfig) (Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.DeleteEventSourceMappingResponse.Builder.loggingConfig(EventSourceMappingLoggingConfig loggingConfig) (Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.EventSourceMappingConfiguration.Builder.loggingConfig(EventSourceMappingLoggingConfig loggingConfig) (Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.GetEventSourceMappingResponse.Builder.loggingConfig(EventSourceMappingLoggingConfig loggingConfig) (Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.UpdateEventSourceMappingRequest.Builder.loggingConfig(EventSourceMappingLoggingConfig loggingConfig) Sets the value of the LoggingConfig property for this object.UpdateEventSourceMappingResponse.Builder.loggingConfig(EventSourceMappingLoggingConfig loggingConfig) (Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.