Uses of Class
software.amazon.awssdk.services.customerprofiles.model.SegmentDefinitionItem
-
Packages that use SegmentDefinitionItem Package Description software.amazon.awssdk.services.customerprofiles.model software.amazon.awssdk.services.customerprofiles.paginators -
-
Uses of SegmentDefinitionItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type SegmentDefinitionItem Modifier and Type Method Description List<SegmentDefinitionItem>ListSegmentDefinitionsResponse. items()List of segment definitions.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type SegmentDefinitionItem Modifier and Type Method Description ListSegmentDefinitionsResponse.BuilderListSegmentDefinitionsResponse.Builder. items(SegmentDefinitionItem... items)List of segment definitions.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type SegmentDefinitionItem Modifier and Type Method Description ListSegmentDefinitionsResponse.BuilderListSegmentDefinitionsResponse.Builder. items(Collection<SegmentDefinitionItem> items)List of segment definitions. -
Uses of SegmentDefinitionItem in software.amazon.awssdk.services.customerprofiles.paginators
Methods in software.amazon.awssdk.services.customerprofiles.paginators that return types with arguments of type SegmentDefinitionItem Modifier and Type Method Description SdkIterable<SegmentDefinitionItem>ListSegmentDefinitionsIterable. items()Returns an iterable to iterate through the paginatedListSegmentDefinitionsResponse.items()member.SdkPublisher<SegmentDefinitionItem>ListSegmentDefinitionsPublisher. items()Returns a publisher that can be used to get a stream of data.
-