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