| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.clone() |
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withAssociationStatus(ConfigurationPolicyAssociationStatus associationStatus)
The current status of the association between the specified target and the configuration.
|
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withAssociationStatus(String associationStatus)
The current status of the association between the specified target and the configuration.
|
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withAssociationStatusMessage(String associationStatusMessage)
The explanation for a
FAILED value for AssociationStatus. |
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withAssociationType(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.
|
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withAssociationType(String 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.
|
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withConfigurationPolicyId(String configurationPolicyId)
The universally unique identifier (UUID) of the configuration policy.
|
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withTargetId(String targetId)
The identifier of the target account, organizational unit, or the root.
|
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withTargetType(String targetType)
Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.
|
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withTargetType(TargetType targetType)
Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.
|
ConfigurationPolicyAssociationSummary |
ConfigurationPolicyAssociationSummary.withUpdatedAt(Date updatedAt)
The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationPolicyAssociationSummary> |
BatchGetConfigurationPolicyAssociationsResult.getConfigurationPolicyAssociations()
Describes associations for the target accounts, OUs, or the root.
|
List<ConfigurationPolicyAssociationSummary> |
ListConfigurationPolicyAssociationsResult.getConfigurationPolicyAssociationSummaries()
An object that contains the details of each configuration policy association that’s returned in a
ListConfigurationPolicyAssociations request. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetConfigurationPolicyAssociationsResult |
BatchGetConfigurationPolicyAssociationsResult.withConfigurationPolicyAssociations(ConfigurationPolicyAssociationSummary... configurationPolicyAssociations)
Describes associations for the target accounts, OUs, or the root.
|
ListConfigurationPolicyAssociationsResult |
ListConfigurationPolicyAssociationsResult.withConfigurationPolicyAssociationSummaries(ConfigurationPolicyAssociationSummary... configurationPolicyAssociationSummaries)
An object that contains the details of each configuration policy association that’s returned in a
ListConfigurationPolicyAssociations request. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetConfigurationPolicyAssociationsResult.setConfigurationPolicyAssociations(Collection<ConfigurationPolicyAssociationSummary> configurationPolicyAssociations)
Describes associations for the target accounts, OUs, or the root.
|
void |
ListConfigurationPolicyAssociationsResult.setConfigurationPolicyAssociationSummaries(Collection<ConfigurationPolicyAssociationSummary> configurationPolicyAssociationSummaries)
An object that contains the details of each configuration policy association that’s returned in a
ListConfigurationPolicyAssociations request. |
BatchGetConfigurationPolicyAssociationsResult |
BatchGetConfigurationPolicyAssociationsResult.withConfigurationPolicyAssociations(Collection<ConfigurationPolicyAssociationSummary> configurationPolicyAssociations)
Describes associations for the target accounts, OUs, or the root.
|
ListConfigurationPolicyAssociationsResult |
ListConfigurationPolicyAssociationsResult.withConfigurationPolicyAssociationSummaries(Collection<ConfigurationPolicyAssociationSummary> configurationPolicyAssociationSummaries)
An object that contains the details of each configuration policy association that’s returned in a
ListConfigurationPolicyAssociations request. |
Copyright © 2024. All rights reserved.