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