Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DetectProfileObjectTypeResponse
-
Packages that use DetectProfileObjectTypeResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of DetectProfileObjectTypeResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return DetectProfileObjectTypeResponse Modifier and Type Method Description default DetectProfileObjectTypeResponseCustomerProfilesClient. detectProfileObjectType(Consumer<DetectProfileObjectTypeRequest.Builder> detectProfileObjectTypeRequest)The process of detecting profile object type mapping by using given objects.default DetectProfileObjectTypeResponseCustomerProfilesClient. detectProfileObjectType(DetectProfileObjectTypeRequest detectProfileObjectTypeRequest)The process of detecting profile object type mapping by using given objects.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type DetectProfileObjectTypeResponse Modifier and Type Method Description default CompletableFuture<DetectProfileObjectTypeResponse>CustomerProfilesAsyncClient. detectProfileObjectType(Consumer<DetectProfileObjectTypeRequest.Builder> detectProfileObjectTypeRequest)The process of detecting profile object type mapping by using given objects.default CompletableFuture<DetectProfileObjectTypeResponse>CustomerProfilesAsyncClient. detectProfileObjectType(DetectProfileObjectTypeRequest detectProfileObjectTypeRequest)The process of detecting profile object type mapping by using given objects.
-