Uses of Class
software.amazon.awssdk.services.eventbridge.model.DeadLetterConfig
-
Packages that use DeadLetterConfig Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of DeadLetterConfig in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return DeadLetterConfig Modifier and Type Method Description DeadLetterConfigCreateEventBusRequest. deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.DeadLetterConfigCreateEventBusResponse. deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.DeadLetterConfigDescribeEventBusResponse. deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.DeadLetterConfigTarget. deadLetterConfig()TheDeadLetterConfigthat defines the target queue to send dead-letter queue events to.DeadLetterConfigUpdateEventBusRequest. deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.DeadLetterConfigUpdateEventBusResponse. deadLetterConfig()Returns the value of the DeadLetterConfig property for this object.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type DeadLetterConfig Modifier and Type Method Description CreateEventBusRequest.BuilderCreateEventBusRequest.Builder. deadLetterConfig(DeadLetterConfig deadLetterConfig)Sets the value of the DeadLetterConfig property for this object.CreateEventBusResponse.BuilderCreateEventBusResponse.Builder. deadLetterConfig(DeadLetterConfig deadLetterConfig)Sets the value of the DeadLetterConfig property for this object.DescribeEventBusResponse.BuilderDescribeEventBusResponse.Builder. deadLetterConfig(DeadLetterConfig deadLetterConfig)Sets the value of the DeadLetterConfig property for this object.Target.BuilderTarget.Builder. deadLetterConfig(DeadLetterConfig deadLetterConfig)TheDeadLetterConfigthat defines the target queue to send dead-letter queue events to.UpdateEventBusRequest.BuilderUpdateEventBusRequest.Builder. deadLetterConfig(DeadLetterConfig deadLetterConfig)Sets the value of the DeadLetterConfig property for this object.UpdateEventBusResponse.BuilderUpdateEventBusResponse.Builder. deadLetterConfig(DeadLetterConfig deadLetterConfig)Sets the value of the DeadLetterConfig property for this object.
-