| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteProfileObjectTypeResponse |
CustomerProfilesClient.deleteProfileObjectType(Consumer<DeleteProfileObjectTypeRequest.Builder> deleteProfileObjectTypeRequest)
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
|
default DeleteProfileObjectTypeResponse |
CustomerProfilesClient.deleteProfileObjectType(DeleteProfileObjectTypeRequest deleteProfileObjectTypeRequest)
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteProfileObjectTypeResponse> |
CustomerProfilesAsyncClient.deleteProfileObjectType(Consumer<DeleteProfileObjectTypeRequest.Builder> deleteProfileObjectTypeRequest)
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
|
default CompletableFuture<DeleteProfileObjectTypeResponse> |
CustomerProfilesAsyncClient.deleteProfileObjectType(DeleteProfileObjectTypeRequest deleteProfileObjectTypeRequest)
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
|
Copyright © 2021. All rights reserved.