Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteProfileObjectRequest
-
Packages that use DeleteProfileObjectRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of DeleteProfileObjectRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type DeleteProfileObjectRequest Modifier and Type Method Description default CompletableFuture<DeleteProfileObjectResponse>CustomerProfilesAsyncClient. deleteProfileObject(DeleteProfileObjectRequest deleteProfileObjectRequest)Removes an object associated with a profile of a given ProfileObjectType.default DeleteProfileObjectResponseCustomerProfilesClient. deleteProfileObject(DeleteProfileObjectRequest deleteProfileObjectRequest)Removes an object associated with a profile of a given ProfileObjectType. -
Uses of DeleteProfileObjectRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type DeleteProfileObjectRequest Modifier and Type Method Description SdkHttpFullRequestDeleteProfileObjectRequestMarshaller. marshall(DeleteProfileObjectRequest deleteProfileObjectRequest)
-