Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListProfileObjectTypesRequest
-
Packages that use ListProfileObjectTypesRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of ListProfileObjectTypesRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type ListProfileObjectTypesRequest Modifier and Type Method Description default CompletableFuture<ListProfileObjectTypesResponse>CustomerProfilesAsyncClient. listProfileObjectTypes(ListProfileObjectTypesRequest listProfileObjectTypesRequest)Lists all of the templates available within the service.default ListProfileObjectTypesResponseCustomerProfilesClient. listProfileObjectTypes(ListProfileObjectTypesRequest listProfileObjectTypesRequest)Lists all of the templates available within the service. -
Uses of ListProfileObjectTypesRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type ListProfileObjectTypesRequest Modifier and Type Method Description SdkHttpFullRequestListProfileObjectTypesRequestMarshaller. marshall(ListProfileObjectTypesRequest listProfileObjectTypesRequest)
-