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