| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
EventBridgeConfiguration |
EventBridgeConfiguration.clone() |
EventBridgeConfiguration |
PutCaseEventConfigurationRequest.getEventBridge()
Configuration to enable EventBridge case event delivery and determine what data is delivered.
|
EventBridgeConfiguration |
GetCaseEventConfigurationResult.getEventBridge()
Configuration to enable EventBridge case event delivery and determine what data is delivered.
|
EventBridgeConfiguration |
EventBridgeConfiguration.withEnabled(Boolean enabled)
Indicates whether the to broadcast case event data to the customer.
|
EventBridgeConfiguration |
EventBridgeConfiguration.withIncludedData(EventIncludedData includedData)
Details of what case and related item data is published through the case event stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutCaseEventConfigurationRequest.setEventBridge(EventBridgeConfiguration eventBridge)
Configuration to enable EventBridge case event delivery and determine what data is delivered.
|
void |
GetCaseEventConfigurationResult.setEventBridge(EventBridgeConfiguration eventBridge)
Configuration to enable EventBridge case event delivery and determine what data is delivered.
|
PutCaseEventConfigurationRequest |
PutCaseEventConfigurationRequest.withEventBridge(EventBridgeConfiguration eventBridge)
Configuration to enable EventBridge case event delivery and determine what data is delivered.
|
GetCaseEventConfigurationResult |
GetCaseEventConfigurationResult.withEventBridge(EventBridgeConfiguration eventBridge)
Configuration to enable EventBridge case event delivery and determine what data is delivered.
|
Copyright © 2025. All rights reserved.