Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteProfileRequest
-
Packages that use DeleteProfileRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of DeleteProfileRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type DeleteProfileRequest Modifier and Type Method Description default CompletableFuture<DeleteProfileResponse>CustomerProfilesAsyncClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the standard customer profile and all data pertaining to the profile.default DeleteProfileResponseCustomerProfilesClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the standard customer profile and all data pertaining to the profile. -
Uses of DeleteProfileRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type DeleteProfileRequest Modifier and Type Method Description SdkHttpFullRequestDeleteProfileRequestMarshaller. marshall(DeleteProfileRequest deleteProfileRequest)
-