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