Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CreateProfileRequest
-
Packages that use CreateProfileRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of CreateProfileRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type CreateProfileRequest Modifier and Type Method Description default CompletableFuture<CreateProfileResponse>CustomerProfilesAsyncClient. createProfile(CreateProfileRequest createProfileRequest)Creates a standard profile.default CreateProfileResponseCustomerProfilesClient. createProfile(CreateProfileRequest createProfileRequest)Creates a standard profile. -
Uses of CreateProfileRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type CreateProfileRequest Modifier and Type Method Description SdkHttpFullRequestCreateProfileRequestMarshaller. marshall(CreateProfileRequest createProfileRequest)
-