Uses of Class
software.amazon.awssdk.services.connect.model.CreateUseCaseResponse
-
Packages that use CreateUseCaseResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
Uses of CreateUseCaseResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return CreateUseCaseResponse Modifier and Type Method Description default CreateUseCaseResponseConnectClient. createUseCase(Consumer<CreateUseCaseRequest.Builder> createUseCaseRequest)Creates a use case for an integration association.default CreateUseCaseResponseConnectClient. createUseCase(CreateUseCaseRequest createUseCaseRequest)Creates a use case for an integration association.Methods in software.amazon.awssdk.services.connect that return types with arguments of type CreateUseCaseResponse Modifier and Type Method Description default CompletableFuture<CreateUseCaseResponse>ConnectAsyncClient. createUseCase(Consumer<CreateUseCaseRequest.Builder> createUseCaseRequest)Creates a use case for an integration association.default CompletableFuture<CreateUseCaseResponse>ConnectAsyncClient. createUseCase(CreateUseCaseRequest createUseCaseRequest)Creates a use case for an integration association.
-