Uses of Class
software.amazon.awssdk.services.connectcases.model.GetCaseEventConfigurationResponse
-
Packages that use GetCaseEventConfigurationResponse 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 GetCaseEventConfigurationResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return GetCaseEventConfigurationResponse Modifier and Type Method Description default GetCaseEventConfigurationResponseConnectCasesClient. getCaseEventConfiguration(Consumer<GetCaseEventConfigurationRequest.Builder> getCaseEventConfigurationRequest)Returns the case event publishing configuration.default GetCaseEventConfigurationResponseConnectCasesClient. getCaseEventConfiguration(GetCaseEventConfigurationRequest getCaseEventConfigurationRequest)Returns the case event publishing configuration.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type GetCaseEventConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetCaseEventConfigurationResponse>ConnectCasesAsyncClient. getCaseEventConfiguration(Consumer<GetCaseEventConfigurationRequest.Builder> getCaseEventConfigurationRequest)Returns the case event publishing configuration.default CompletableFuture<GetCaseEventConfigurationResponse>ConnectCasesAsyncClient. getCaseEventConfiguration(GetCaseEventConfigurationRequest getCaseEventConfigurationRequest)Returns the case event publishing configuration.
-