Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableAnalysisRuleType
-
Packages that use ConfiguredTableAnalysisRuleType Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ConfiguredTableAnalysisRuleType in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ConfiguredTableAnalysisRuleType Modifier and Type Method Description ConfiguredTableAnalysisRuleTypeCreateConfiguredTableAnalysisRuleRequest. analysisRuleType()The type of analysis rule.ConfiguredTableAnalysisRuleTypeDeleteConfiguredTableAnalysisRuleRequest. analysisRuleType()The analysis rule type to be deleted.ConfiguredTableAnalysisRuleTypeGetConfiguredTableAnalysisRuleRequest. analysisRuleType()The analysis rule to be retrieved.ConfiguredTableAnalysisRuleTypeUpdateConfiguredTableAnalysisRuleRequest. analysisRuleType()The analysis rule type to be updated.static ConfiguredTableAnalysisRuleTypeConfiguredTableAnalysisRuleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConfiguredTableAnalysisRuleTypeConfiguredTableAnalysisRule. type()The type of configured table analysis rule.static ConfiguredTableAnalysisRuleTypeConfiguredTableAnalysisRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfiguredTableAnalysisRuleType[]ConfiguredTableAnalysisRuleType. 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 ConfiguredTableAnalysisRuleType Modifier and Type Method Description List<ConfiguredTableAnalysisRuleType>ConfiguredTable. analysisRuleTypes()The types of analysis rules associated with this configured table.List<ConfiguredTableAnalysisRuleType>ConfiguredTableSummary. analysisRuleTypes()The types of analysis rules associated with this configured table.static Set<ConfiguredTableAnalysisRuleType>ConfiguredTableAnalysisRuleType. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ConfiguredTableAnalysisRuleType Modifier and Type Method Description CreateConfiguredTableAnalysisRuleRequest.BuilderCreateConfiguredTableAnalysisRuleRequest.Builder. analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)The type of analysis rule.DeleteConfiguredTableAnalysisRuleRequest.BuilderDeleteConfiguredTableAnalysisRuleRequest.Builder. analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)The analysis rule type to be deleted.GetConfiguredTableAnalysisRuleRequest.BuilderGetConfiguredTableAnalysisRuleRequest.Builder. analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)The analysis rule to be retrieved.UpdateConfiguredTableAnalysisRuleRequest.BuilderUpdateConfiguredTableAnalysisRuleRequest.Builder. analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)The analysis rule type to be updated.ConfiguredTable.BuilderConfiguredTable.Builder. analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes)The types of analysis rules associated with this configured table.ConfiguredTableSummary.BuilderConfiguredTableSummary.Builder. analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes)The types of analysis rules associated with this configured table.ConfiguredTableAnalysisRule.BuilderConfiguredTableAnalysisRule.Builder. type(ConfiguredTableAnalysisRuleType type)The type of configured table analysis rule.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ConfiguredTableAnalysisRuleType Modifier and Type Method Description ConfiguredTable.BuilderConfiguredTable.Builder. analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes)The types of analysis rules associated with this configured table.ConfiguredTableSummary.BuilderConfiguredTableSummary.Builder. analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes)The types of analysis rules associated with this configured table.
-