Uses of Interface
software.amazon.awssdk.services.connectcases.model.GetCaseEventConfigurationRequest.Builder
-
Packages that use GetCaseEventConfigurationRequest.Builder 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.model -
-
Uses of GetCaseEventConfigurationRequest.Builder in software.amazon.awssdk.services.connectcases
Method parameters in software.amazon.awssdk.services.connectcases with type arguments of type GetCaseEventConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCaseEventConfigurationResponse>ConnectCasesAsyncClient. getCaseEventConfiguration(Consumer<GetCaseEventConfigurationRequest.Builder> getCaseEventConfigurationRequest)Returns the case event publishing configuration.default GetCaseEventConfigurationResponseConnectCasesClient. getCaseEventConfiguration(Consumer<GetCaseEventConfigurationRequest.Builder> getCaseEventConfigurationRequest)Returns the case event publishing configuration. -
Uses of GetCaseEventConfigurationRequest.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return GetCaseEventConfigurationRequest.Builder Modifier and Type Method Description static GetCaseEventConfigurationRequest.BuilderGetCaseEventConfigurationRequest. builder()GetCaseEventConfigurationRequest.BuilderGetCaseEventConfigurationRequest.Builder. domainId(String domainId)The unique identifier of the Cases domain.GetCaseEventConfigurationRequest.BuilderGetCaseEventConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCaseEventConfigurationRequest.BuilderGetCaseEventConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCaseEventConfigurationRequest.BuilderGetCaseEventConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type GetCaseEventConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetCaseEventConfigurationRequest.Builder>GetCaseEventConfigurationRequest. serializableBuilderClass()
-