Uses of Class
software.amazon.awssdk.services.connectcases.model.PutCaseEventConfigurationResponse
-
Packages that use PutCaseEventConfigurationResponse Package Description software.amazon.awssdk.services.connectcases With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. -
-
Uses of PutCaseEventConfigurationResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return PutCaseEventConfigurationResponse Modifier and Type Method Description default PutCaseEventConfigurationResponseConnectCasesClient. putCaseEventConfiguration(Consumer<PutCaseEventConfigurationRequest.Builder> putCaseEventConfigurationRequest)Adds case event publishing configuration.default PutCaseEventConfigurationResponseConnectCasesClient. putCaseEventConfiguration(PutCaseEventConfigurationRequest putCaseEventConfigurationRequest)Adds case event publishing configuration.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type PutCaseEventConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutCaseEventConfigurationResponse>ConnectCasesAsyncClient. putCaseEventConfiguration(Consumer<PutCaseEventConfigurationRequest.Builder> putCaseEventConfigurationRequest)Adds case event publishing configuration.default CompletableFuture<PutCaseEventConfigurationResponse>ConnectCasesAsyncClient. putCaseEventConfiguration(PutCaseEventConfigurationRequest putCaseEventConfigurationRequest)Adds case event publishing configuration.
-