Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteProfileObjectResponse
-
Packages that use DeleteProfileObjectResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of DeleteProfileObjectResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return DeleteProfileObjectResponse Modifier and Type Method Description default DeleteProfileObjectResponseCustomerProfilesClient. deleteProfileObject(Consumer<DeleteProfileObjectRequest.Builder> 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.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type DeleteProfileObjectResponse Modifier and Type Method Description default CompletableFuture<DeleteProfileObjectResponse>CustomerProfilesAsyncClient. deleteProfileObject(Consumer<DeleteProfileObjectRequest.Builder> deleteProfileObjectRequest)Removes an object associated with a profile of a given ProfileObjectType.default CompletableFuture<DeleteProfileObjectResponse>CustomerProfilesAsyncClient. deleteProfileObject(DeleteProfileObjectRequest deleteProfileObjectRequest)Removes an object associated with a profile of a given ProfileObjectType.
-