Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CreateSegmentDefinitionRequest
-
Packages that use CreateSegmentDefinitionRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of CreateSegmentDefinitionRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type CreateSegmentDefinitionRequest Modifier and Type Method Description default CompletableFuture<CreateSegmentDefinitionResponse>CustomerProfilesAsyncClient. createSegmentDefinition(CreateSegmentDefinitionRequest createSegmentDefinitionRequest)Creates a segment definition associated to the given domain.default CreateSegmentDefinitionResponseCustomerProfilesClient. createSegmentDefinition(CreateSegmentDefinitionRequest createSegmentDefinitionRequest)Creates a segment definition associated to the given domain. -
Uses of CreateSegmentDefinitionRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type CreateSegmentDefinitionRequest Modifier and Type Method Description SdkHttpFullRequestCreateSegmentDefinitionRequestMarshaller. marshall(CreateSegmentDefinitionRequest createSegmentDefinitionRequest)
-