Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListSegmentDefinitionsRequest
-
Packages that use ListSegmentDefinitionsRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.paginators software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of ListSegmentDefinitionsRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type ListSegmentDefinitionsRequest Modifier and Type Method Description default CompletableFuture<ListSegmentDefinitionsResponse>CustomerProfilesAsyncClient. listSegmentDefinitions(ListSegmentDefinitionsRequest listSegmentDefinitionsRequest)Lists all segment definitions under a domain.default ListSegmentDefinitionsResponseCustomerProfilesClient. listSegmentDefinitions(ListSegmentDefinitionsRequest listSegmentDefinitionsRequest)Lists all segment definitions under a domain.default ListSegmentDefinitionsPublisherCustomerProfilesAsyncClient. listSegmentDefinitionsPaginator(ListSegmentDefinitionsRequest listSegmentDefinitionsRequest)default ListSegmentDefinitionsIterableCustomerProfilesClient. listSegmentDefinitionsPaginator(ListSegmentDefinitionsRequest listSegmentDefinitionsRequest) -
Uses of ListSegmentDefinitionsRequest in software.amazon.awssdk.services.customerprofiles.paginators
Constructors in software.amazon.awssdk.services.customerprofiles.paginators with parameters of type ListSegmentDefinitionsRequest Constructor Description ListSegmentDefinitionsIterable(CustomerProfilesClient client, ListSegmentDefinitionsRequest firstRequest)ListSegmentDefinitionsPublisher(CustomerProfilesAsyncClient client, ListSegmentDefinitionsRequest firstRequest) -
Uses of ListSegmentDefinitionsRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type ListSegmentDefinitionsRequest Modifier and Type Method Description SdkHttpFullRequestListSegmentDefinitionsRequestMarshaller. marshall(ListSegmentDefinitionsRequest listSegmentDefinitionsRequest)
-