Uses of Class
software.amazon.awssdk.services.customerprofiles.model.Conditions
-
Packages that use Conditions Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Conditions in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return Conditions Modifier and Type Method Description ConditionsCreateCalculatedAttributeDefinitionRequest. conditions()The conditions including range, object count, and threshold for the calculated attribute.ConditionsCreateCalculatedAttributeDefinitionResponse. conditions()The conditions including range, object count, and threshold for the calculated attribute.ConditionsGetCalculatedAttributeDefinitionResponse. conditions()The conditions including range, object count, and threshold for the calculated attribute.ConditionsUpdateCalculatedAttributeDefinitionRequest. conditions()The conditions including range, object count, and threshold for the calculated attribute.ConditionsUpdateCalculatedAttributeDefinitionResponse. conditions()The conditions including range, object count, and threshold for the calculated attribute.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type Conditions Modifier and Type Method Description CreateCalculatedAttributeDefinitionRequest.BuilderCreateCalculatedAttributeDefinitionRequest.Builder. conditions(Conditions conditions)The conditions including range, object count, and threshold for the calculated attribute.CreateCalculatedAttributeDefinitionResponse.BuilderCreateCalculatedAttributeDefinitionResponse.Builder. conditions(Conditions conditions)The conditions including range, object count, and threshold for the calculated attribute.GetCalculatedAttributeDefinitionResponse.BuilderGetCalculatedAttributeDefinitionResponse.Builder. conditions(Conditions conditions)The conditions including range, object count, and threshold for the calculated attribute.UpdateCalculatedAttributeDefinitionRequest.BuilderUpdateCalculatedAttributeDefinitionRequest.Builder. conditions(Conditions conditions)The conditions including range, object count, and threshold for the calculated attribute.UpdateCalculatedAttributeDefinitionResponse.BuilderUpdateCalculatedAttributeDefinitionResponse.Builder. conditions(Conditions conditions)The conditions including range, object count, and threshold for the calculated attribute.
-