Uses of Class
software.amazon.awssdk.services.securityhub.model.AssociationType
-
Packages that use AssociationType Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AssociationType in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AssociationType Modifier and Type Method Description AssociationTypeAssociationFilters. associationType()Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.AssociationTypeConfigurationPolicyAssociationSummary. associationType()Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.AssociationTypeGetConfigurationPolicyAssociationResponse. associationType()Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.AssociationTypeStartConfigurationPolicyAssociationResponse. associationType()Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.static AssociationTypeAssociationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssociationTypeAssociationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationType[]AssociationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AssociationType Modifier and Type Method Description static Set<AssociationType>AssociationType. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AssociationType Modifier and Type Method Description AssociationFilters.BuilderAssociationFilters.Builder. associationType(AssociationType associationType)Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.ConfigurationPolicyAssociationSummary.BuilderConfigurationPolicyAssociationSummary.Builder. associationType(AssociationType associationType)Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.GetConfigurationPolicyAssociationResponse.BuilderGetConfigurationPolicyAssociationResponse.Builder. associationType(AssociationType associationType)Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.StartConfigurationPolicyAssociationResponse.BuilderStartConfigurationPolicyAssociationResponse.Builder. associationType(AssociationType associationType)Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
-