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 AnalysisRuleTypeSchemaStatusDetail. analysisRuleType()The analysis rule type for which the schema status has been evaluated.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.AnalysisRuleTypeBatchGetSchemaAnalysisRuleError. type()The analysis rule type.AnalysisRuleTypeGetSchemaAnalysisRuleRequest. type()The type of the schema analysis rule to retrieve.AnalysisRuleTypeSchemaAnalysisRuleRequest. type()The type of analysis rule schema that you are requesting.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 SchemaStatusDetail.BuilderSchemaStatusDetail.Builder. analysisRuleType(AnalysisRuleType analysisRuleType)The analysis rule type for which the schema status has been evaluated.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.BatchGetSchemaAnalysisRuleError.BuilderBatchGetSchemaAnalysisRuleError.Builder. type(AnalysisRuleType type)The analysis rule type.GetSchemaAnalysisRuleRequest.BuilderGetSchemaAnalysisRuleRequest.Builder. type(AnalysisRuleType type)The type of the schema analysis rule to retrieve.SchemaAnalysisRuleRequest.BuilderSchemaAnalysisRuleRequest.Builder. type(AnalysisRuleType type)The type of analysis rule schema that you are requesting.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.
-