Uses of Class
software.amazon.awssdk.services.customerprofiles.model.PutIntegrationResponse
-
Packages that use PutIntegrationResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of PutIntegrationResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return PutIntegrationResponse Modifier and Type Method Description default PutIntegrationResponseCustomerProfilesClient. putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.default PutIntegrationResponseCustomerProfilesClient. putIntegration(PutIntegrationRequest putIntegrationRequest)Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type PutIntegrationResponse Modifier and Type Method Description default CompletableFuture<PutIntegrationResponse>CustomerProfilesAsyncClient. putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.default CompletableFuture<PutIntegrationResponse>CustomerProfilesAsyncClient. putIntegration(PutIntegrationRequest putIntegrationRequest)Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.
-