| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteProfileObjectResponse |
CustomerProfilesClient.deleteProfileObject(Consumer<DeleteProfileObjectRequest.Builder> deleteProfileObjectRequest)
Removes an object associated with a profile of a given ProfileObjectType.
|
default DeleteProfileObjectResponse |
CustomerProfilesClient.deleteProfileObject(DeleteProfileObjectRequest deleteProfileObjectRequest)
Removes an object associated with a profile of a given ProfileObjectType.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.