Uses of Class
software.amazon.awssdk.services.eventbridge.model.DeadLetterConfig
Packages that use DeadLetterConfig
-
Uses of DeadLetterConfig in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return DeadLetterConfigModifier and TypeMethodDescriptionfinal DeadLetterConfigCreateEventBusRequest.deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.final DeadLetterConfigCreateEventBusResponse.deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.final DeadLetterConfigDescribeEventBusResponse.deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.final DeadLetterConfigTarget.deadLetterConfig()TheDeadLetterConfigthat defines the target queue to send dead-letter queue events to.final DeadLetterConfigUpdateEventBusRequest.deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.final DeadLetterConfigUpdateEventBusResponse.deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type DeadLetterConfigModifier and TypeMethodDescriptionCreateEventBusRequest.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) Sets the value of the DeadLetterConfig property for this object.CreateEventBusResponse.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) Sets the value of the DeadLetterConfig property for this object.DescribeEventBusResponse.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) Sets the value of the DeadLetterConfig property for this object.Target.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) TheDeadLetterConfigthat defines the target queue to send dead-letter queue events to.UpdateEventBusRequest.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) Sets the value of the DeadLetterConfig property for this object.UpdateEventBusResponse.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) Sets the value of the DeadLetterConfig property for this object.