Uses of Class
software.amazon.awssdk.services.customerprofiles.model.IncludeOptions
-
Packages that use IncludeOptions Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of IncludeOptions in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return IncludeOptions Modifier and Type Method Description static IncludeOptionsIncludeOptions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IncludeOptionsSegmentGroup. include()Defines whether to include or exclude the profiles that fit the segment criteria.IncludeOptionsSegmentGroupStructure. include()Define whether to include or exclude the profiles that fit the segment criteria.IncludeOptionsGroup. sourceType()Defines how to interact with the source data.IncludeOptionsGroup. type()Defines how to interact with the profiles found in the current filtering.static IncludeOptionsIncludeOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static IncludeOptions[]IncludeOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type IncludeOptions Modifier and Type Method Description static Set<IncludeOptions>IncludeOptions. knownValues()Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type IncludeOptions Modifier and Type Method Description SegmentGroup.BuilderSegmentGroup.Builder. include(IncludeOptions include)Defines whether to include or exclude the profiles that fit the segment criteria.SegmentGroupStructure.BuilderSegmentGroupStructure.Builder. include(IncludeOptions include)Define whether to include or exclude the profiles that fit the segment criteria.Group.BuilderGroup.Builder. sourceType(IncludeOptions sourceType)Defines how to interact with the source data.Group.BuilderGroup.Builder. type(IncludeOptions type)Defines how to interact with the profiles found in the current filtering.
-