Uses of Interface
software.amazon.awssdk.services.connectcases.model.GetCaseEventConfigurationResponse.Builder
-
Packages that use GetCaseEventConfigurationResponse.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of GetCaseEventConfigurationResponse.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return GetCaseEventConfigurationResponse.Builder Modifier and Type Method Description static GetCaseEventConfigurationResponse.BuilderGetCaseEventConfigurationResponse. builder()default GetCaseEventConfigurationResponse.BuilderGetCaseEventConfigurationResponse.Builder. eventBridge(Consumer<EventBridgeConfiguration.Builder> eventBridge)Configuration to enable EventBridge case event delivery and determine what data is delivered.GetCaseEventConfigurationResponse.BuilderGetCaseEventConfigurationResponse.Builder. eventBridge(EventBridgeConfiguration eventBridge)Configuration to enable EventBridge case event delivery and determine what data is delivered.GetCaseEventConfigurationResponse.BuilderGetCaseEventConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type GetCaseEventConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetCaseEventConfigurationResponse.Builder>GetCaseEventConfigurationResponse. serializableBuilderClass()
-