Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteWorkflowRequest
-
Packages that use DeleteWorkflowRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of DeleteWorkflowRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type DeleteWorkflowRequest Modifier and Type Method Description default CompletableFuture<DeleteWorkflowResponse>CustomerProfilesAsyncClient. deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)Deletes the specified workflow and all its corresponding resources.default DeleteWorkflowResponseCustomerProfilesClient. deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)Deletes the specified workflow and all its corresponding resources. -
Uses of DeleteWorkflowRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type DeleteWorkflowRequest Modifier and Type Method Description SdkHttpFullRequestDeleteWorkflowRequestMarshaller. marshall(DeleteWorkflowRequest deleteWorkflowRequest)
-