Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetProfileObjectTypeTemplateResponse
-
Packages that use GetProfileObjectTypeTemplateResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetProfileObjectTypeTemplateResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetProfileObjectTypeTemplateResponse Modifier and Type Method Description default GetProfileObjectTypeTemplateResponseCustomerProfilesClient. getProfileObjectTypeTemplate(Consumer<GetProfileObjectTypeTemplateRequest.Builder> getProfileObjectTypeTemplateRequest)Returns the template information for a specific object type.default GetProfileObjectTypeTemplateResponseCustomerProfilesClient. getProfileObjectTypeTemplate(GetProfileObjectTypeTemplateRequest getProfileObjectTypeTemplateRequest)Returns the template information for a specific object type.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetProfileObjectTypeTemplateResponse Modifier and Type Method Description default CompletableFuture<GetProfileObjectTypeTemplateResponse>CustomerProfilesAsyncClient. getProfileObjectTypeTemplate(Consumer<GetProfileObjectTypeTemplateRequest.Builder> getProfileObjectTypeTemplateRequest)Returns the template information for a specific object type.default CompletableFuture<GetProfileObjectTypeTemplateResponse>CustomerProfilesAsyncClient. getProfileObjectTypeTemplate(GetProfileObjectTypeTemplateRequest getProfileObjectTypeTemplateRequest)Returns the template information for a specific object type.
-