Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetIntegrationResponse
-
Packages that use GetIntegrationResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetIntegrationResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetIntegrationResponse Modifier and Type Method Description default GetIntegrationResponseCustomerProfilesClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Returns an integration for a domain.default GetIntegrationResponseCustomerProfilesClient. getIntegration(GetIntegrationRequest getIntegrationRequest)Returns an integration for a domain.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetIntegrationResponse Modifier and Type Method Description default CompletableFuture<GetIntegrationResponse>CustomerProfilesAsyncClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Returns an integration for a domain.default CompletableFuture<GetIntegrationResponse>CustomerProfilesAsyncClient. getIntegration(GetIntegrationRequest getIntegrationRequest)Returns an integration for a domain.
-