Uses of Class
software.amazon.awssdk.services.customerprofiles.model.PutIntegrationRequest
-
Packages that use PutIntegrationRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of PutIntegrationRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type PutIntegrationRequest Modifier and Type Method Description 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.default PutIntegrationResponseCustomerProfilesClient. putIntegration(PutIntegrationRequest putIntegrationRequest)Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. -
Uses of PutIntegrationRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type PutIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestPutIntegrationRequestMarshaller. marshall(PutIntegrationRequest putIntegrationRequest)
-