Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteSegmentDefinitionRequest
-
Packages that use DeleteSegmentDefinitionRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of DeleteSegmentDefinitionRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type DeleteSegmentDefinitionRequest Modifier and Type Method Description default CompletableFuture<DeleteSegmentDefinitionResponse>CustomerProfilesAsyncClient. deleteSegmentDefinition(DeleteSegmentDefinitionRequest deleteSegmentDefinitionRequest)Deletes a segment definition from the domain.default DeleteSegmentDefinitionResponseCustomerProfilesClient. deleteSegmentDefinition(DeleteSegmentDefinitionRequest deleteSegmentDefinitionRequest)Deletes a segment definition from the domain. -
Uses of DeleteSegmentDefinitionRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type DeleteSegmentDefinitionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSegmentDefinitionRequestMarshaller. marshall(DeleteSegmentDefinitionRequest deleteSegmentDefinitionRequest)
-