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