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