Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AnalysisRuleType
-
Packages that use AnalysisRuleType Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalysisRuleType in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AnalysisRuleType Modifier and Type Method Description static AnalysisRuleTypeAnalysisRuleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnalysisRuleTypeAnalysisRule. type()The type of analysis rule.AnalysisRuleTypeGetSchemaAnalysisRuleRequest. type()The type of the schema analysis rule to retrieve.static AnalysisRuleTypeAnalysisRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalysisRuleType[]AnalysisRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AnalysisRuleType Modifier and Type Method Description List<AnalysisRuleType>Schema. analysisRuleTypes()The analysis rule types associated with the schema.List<AnalysisRuleType>SchemaSummary. analysisRuleTypes()The types of analysis rules that are associated with this schema object.static Set<AnalysisRuleType>AnalysisRuleType. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AnalysisRuleType Modifier and Type Method Description Schema.BuilderSchema.Builder. analysisRuleTypes(AnalysisRuleType... analysisRuleTypes)The analysis rule types associated with the schema.SchemaSummary.BuilderSchemaSummary.Builder. analysisRuleTypes(AnalysisRuleType... analysisRuleTypes)The types of analysis rules that are associated with this schema object.AnalysisRule.BuilderAnalysisRule.Builder. type(AnalysisRuleType type)The type of analysis rule.GetSchemaAnalysisRuleRequest.BuilderGetSchemaAnalysisRuleRequest.Builder. type(AnalysisRuleType type)The type of the schema analysis rule to retrieve.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type AnalysisRuleType Modifier and Type Method Description Schema.BuilderSchema.Builder. analysisRuleTypes(Collection<AnalysisRuleType> analysisRuleTypes)The analysis rule types associated with the schema.SchemaSummary.BuilderSchemaSummary.Builder. analysisRuleTypes(Collection<AnalysisRuleType> analysisRuleTypes)The types of analysis rules that are associated with this schema object.
-