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