Uses of Class
software.amazon.awssdk.services.customerprofiles.model.PutProfileObjectTypeResponse
-
Packages that use PutProfileObjectTypeResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of PutProfileObjectTypeResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return PutProfileObjectTypeResponse Modifier and Type Method Description default PutProfileObjectTypeResponseCustomerProfilesClient. putProfileObjectType(Consumer<PutProfileObjectTypeRequest.Builder> putProfileObjectTypeRequest)Defines a ProfileObjectType.default PutProfileObjectTypeResponseCustomerProfilesClient. putProfileObjectType(PutProfileObjectTypeRequest putProfileObjectTypeRequest)Defines a ProfileObjectType.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type PutProfileObjectTypeResponse Modifier and Type Method Description default CompletableFuture<PutProfileObjectTypeResponse>CustomerProfilesAsyncClient. putProfileObjectType(Consumer<PutProfileObjectTypeRequest.Builder> putProfileObjectTypeRequest)Defines a ProfileObjectType.default CompletableFuture<PutProfileObjectTypeResponse>CustomerProfilesAsyncClient. putProfileObjectType(PutProfileObjectTypeRequest putProfileObjectTypeRequest)Defines a ProfileObjectType.
-