| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteWorkflowResponse |
CustomerProfilesClient.deleteWorkflow(Consumer<DeleteWorkflowRequest.Builder> deleteWorkflowRequest)
Deletes the specified workflow and all its corresponding resources.
|
default DeleteWorkflowResponse |
CustomerProfilesClient.deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)
Deletes the specified workflow and all its corresponding resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteWorkflowResponse> |
CustomerProfilesAsyncClient.deleteWorkflow(Consumer<DeleteWorkflowRequest.Builder> deleteWorkflowRequest)
Deletes the specified workflow and all its corresponding resources.
|
default CompletableFuture<DeleteWorkflowResponse> |
CustomerProfilesAsyncClient.deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)
Deletes the specified workflow and all its corresponding resources.
|
Copyright © 2023. All rights reserved.