Uses of Class
software.amazon.awssdk.services.customerprofiles.model.Filter
-
Packages that use Filter Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Filter in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return Filter Modifier and Type Method Description FilterCreateCalculatedAttributeDefinitionRequest. filter()Defines how to filter incoming objects to include part of the Calculated Attribute.FilterCreateCalculatedAttributeDefinitionResponse. filter()The filter that was used as part of the request.FilterGetCalculatedAttributeDefinitionResponse. filter()The filter assigned to this calculated attribute definition.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type Filter Modifier and Type Method Description CreateCalculatedAttributeDefinitionRequest.BuilderCreateCalculatedAttributeDefinitionRequest.Builder. filter(Filter filter)Defines how to filter incoming objects to include part of the Calculated Attribute.CreateCalculatedAttributeDefinitionResponse.BuilderCreateCalculatedAttributeDefinitionResponse.Builder. filter(Filter filter)The filter that was used as part of the request.GetCalculatedAttributeDefinitionResponse.BuilderGetCalculatedAttributeDefinitionResponse.Builder. filter(Filter filter)The filter assigned to this calculated attribute definition.
-