Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableAssociationAnalysisRuleType
-
Packages that use ConfiguredTableAssociationAnalysisRuleType Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ConfiguredTableAssociationAnalysisRuleType in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ConfiguredTableAssociationAnalysisRuleType Modifier and Type Method Description ConfiguredTableAssociationAnalysisRuleTypeCreateConfiguredTableAssociationAnalysisRuleRequest. analysisRuleType()The type of analysis rule.ConfiguredTableAssociationAnalysisRuleTypeDeleteConfiguredTableAssociationAnalysisRuleRequest. analysisRuleType()The type of the analysis rule that you want to delete.ConfiguredTableAssociationAnalysisRuleTypeGetConfiguredTableAssociationAnalysisRuleRequest. analysisRuleType()The type of analysis rule that you want to retrieve.ConfiguredTableAssociationAnalysisRuleTypeUpdateConfiguredTableAssociationAnalysisRuleRequest. analysisRuleType()The analysis rule type that you want to update.static ConfiguredTableAssociationAnalysisRuleTypeConfiguredTableAssociationAnalysisRuleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConfiguredTableAssociationAnalysisRuleTypeConfiguredTableAssociationAnalysisRule. type()The type of the configured table association analysis rule.static ConfiguredTableAssociationAnalysisRuleTypeConfiguredTableAssociationAnalysisRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfiguredTableAssociationAnalysisRuleType[]ConfiguredTableAssociationAnalysisRuleType. 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 ConfiguredTableAssociationAnalysisRuleType Modifier and Type Method Description List<ConfiguredTableAssociationAnalysisRuleType>ConfiguredTableAssociation. analysisRuleTypes()The analysis rule types for the configured table association.static Set<ConfiguredTableAssociationAnalysisRuleType>ConfiguredTableAssociationAnalysisRuleType. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ConfiguredTableAssociationAnalysisRuleType Modifier and Type Method Description CreateConfiguredTableAssociationAnalysisRuleRequest.BuilderCreateConfiguredTableAssociationAnalysisRuleRequest.Builder. analysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)The type of analysis rule.DeleteConfiguredTableAssociationAnalysisRuleRequest.BuilderDeleteConfiguredTableAssociationAnalysisRuleRequest.Builder. analysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)The type of the analysis rule that you want to delete.GetConfiguredTableAssociationAnalysisRuleRequest.BuilderGetConfiguredTableAssociationAnalysisRuleRequest.Builder. analysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)The type of analysis rule that you want to retrieve.UpdateConfiguredTableAssociationAnalysisRuleRequest.BuilderUpdateConfiguredTableAssociationAnalysisRuleRequest.Builder. analysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)The analysis rule type that you want to update.ConfiguredTableAssociation.BuilderConfiguredTableAssociation.Builder. analysisRuleTypes(ConfiguredTableAssociationAnalysisRuleType... analysisRuleTypes)The analysis rule types for the configured table association.ConfiguredTableAssociationAnalysisRule.BuilderConfiguredTableAssociationAnalysisRule.Builder. type(ConfiguredTableAssociationAnalysisRuleType type)The type of the configured table association analysis rule.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ConfiguredTableAssociationAnalysisRuleType Modifier and Type Method Description ConfiguredTableAssociation.BuilderConfiguredTableAssociation.Builder. analysisRuleTypes(Collection<ConfiguredTableAssociationAnalysisRuleType> analysisRuleTypes)The analysis rule types for the configured table association.
-