Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteIntegrationRequest
-
Packages that use DeleteIntegrationRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of DeleteIntegrationRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type DeleteIntegrationRequest Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponse>CustomerProfilesAsyncClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Removes an integration from a specific domain.default DeleteIntegrationResponseCustomerProfilesClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Removes an integration from a specific domain. -
Uses of DeleteIntegrationRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type DeleteIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIntegrationRequestMarshaller. marshall(DeleteIntegrationRequest deleteIntegrationRequest)
-