| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you
assess your Amazon Web Services environment against security industry standards and best practices.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetStandardsControlAssociationsResult |
AWSSecurityHubClient.batchGetStandardsControlAssociations(BatchGetStandardsControlAssociationsRequest request)
For a batch of security controls and standards, identifies whether each control is currently enabled or disabled
in a standard.
|
BatchGetStandardsControlAssociationsResult |
AWSSecurityHub.batchGetStandardsControlAssociations(BatchGetStandardsControlAssociationsRequest batchGetStandardsControlAssociationsRequest)
For a batch of security controls and standards, identifies whether each control is currently enabled or disabled
in a standard.
|
BatchGetStandardsControlAssociationsResult |
AbstractAWSSecurityHub.batchGetStandardsControlAssociations(BatchGetStandardsControlAssociationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetStandardsControlAssociationsResult |
BatchGetStandardsControlAssociationsResult.clone() |
BatchGetStandardsControlAssociationsResult |
BatchGetStandardsControlAssociationsResult.withStandardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
BatchGetStandardsControlAssociationsResult |
BatchGetStandardsControlAssociationsResult.withStandardsControlAssociationDetails(StandardsControlAssociationDetail... standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
BatchGetStandardsControlAssociationsResult |
BatchGetStandardsControlAssociationsResult.withUnprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
BatchGetStandardsControlAssociationsResult |
BatchGetStandardsControlAssociationsResult.withUnprocessedAssociations(UnprocessedStandardsControlAssociation... unprocessedAssociations)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
Copyright © 2024. All rights reserved.