Uses of Class
software.amazon.awssdk.services.securityhub.model.AssociationStatus
-
Packages that use AssociationStatus Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AssociationStatus in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AssociationStatus Modifier and Type Method Description AssociationStatusStandardsControlAssociationDetail. associationStatus()Specifies whether a control is enabled or disabled in a specified standard.AssociationStatusStandardsControlAssociationSummary. associationStatus()The enablement status of a control in a specific standard.AssociationStatusStandardsControlAssociationUpdate. associationStatus()The desired enablement status of the control in the standard.static AssociationStatusAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssociationStatusAssociationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationStatus[]AssociationStatus. 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 AssociationStatus Modifier and Type Method Description static Set<AssociationStatus>AssociationStatus. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AssociationStatus Modifier and Type Method Description StandardsControlAssociationDetail.BuilderStandardsControlAssociationDetail.Builder. associationStatus(AssociationStatus associationStatus)Specifies whether a control is enabled or disabled in a specified standard.StandardsControlAssociationSummary.BuilderStandardsControlAssociationSummary.Builder. associationStatus(AssociationStatus associationStatus)The enablement status of a control in a specific standard.StandardsControlAssociationUpdate.BuilderStandardsControlAssociationUpdate.Builder. associationStatus(AssociationStatus associationStatus)The desired enablement status of the control in the standard.
-