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