Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListProfileObjectTypeTemplatesResponse
-
Packages that use ListProfileObjectTypeTemplatesResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListProfileObjectTypeTemplatesResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListProfileObjectTypeTemplatesResponse Modifier and Type Method Description default ListProfileObjectTypeTemplatesResponseCustomerProfilesClient. listProfileObjectTypeTemplates(Consumer<ListProfileObjectTypeTemplatesRequest.Builder> listProfileObjectTypeTemplatesRequest)Lists all of the template information for object types.default ListProfileObjectTypeTemplatesResponseCustomerProfilesClient. listProfileObjectTypeTemplates(ListProfileObjectTypeTemplatesRequest listProfileObjectTypeTemplatesRequest)Lists all of the template information for object types.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListProfileObjectTypeTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListProfileObjectTypeTemplatesResponse>CustomerProfilesAsyncClient. listProfileObjectTypeTemplates(Consumer<ListProfileObjectTypeTemplatesRequest.Builder> listProfileObjectTypeTemplatesRequest)Lists all of the template information for object types.default CompletableFuture<ListProfileObjectTypeTemplatesResponse>CustomerProfilesAsyncClient. listProfileObjectTypeTemplates(ListProfileObjectTypeTemplatesRequest listProfileObjectTypeTemplatesRequest)Lists all of the template information for object types.
-