@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSSecurityHubAsync extends AbstractAWSSecurityHub implements AWSSecurityHubAsync
AWSSecurityHubAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXacceptInvitation, batchDisableStandards, batchEnableStandards, batchImportFindings, batchUpdateFindings, createActionTarget, createInsight, createMembers, declineInvitations, deleteActionTarget, deleteInsight, deleteInvitations, deleteMembers, describeActionTargets, describeHub, describeOrganizationConfiguration, describeProducts, describeStandards, describeStandardsControls, disableImportFindingsForProduct, disableOrganizationAdminAccount, disableSecurityHub, disassociateFromMasterAccount, disassociateMembers, enableImportFindingsForProduct, enableOrganizationAdminAccount, enableSecurityHub, getCachedResponseMetadata, getEnabledStandards, getFindings, getInsightResults, getInsights, getInvitationsCount, getMasterAccount, getMembers, inviteMembers, listEnabledProductsForImport, listInvitations, listMembers, listOrganizationAdminAccounts, listTagsForResource, shutdown, tagResource, untagResource, updateActionTarget, updateFindings, updateInsight, updateOrganizationConfiguration, updateSecurityHubConfiguration, updateStandardsControlequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptInvitation, batchDisableStandards, batchEnableStandards, batchImportFindings, batchUpdateFindings, createActionTarget, createInsight, createMembers, declineInvitations, deleteActionTarget, deleteInsight, deleteInvitations, deleteMembers, describeActionTargets, describeHub, describeOrganizationConfiguration, describeProducts, describeStandards, describeStandardsControls, disableImportFindingsForProduct, disableOrganizationAdminAccount, disableSecurityHub, disassociateFromMasterAccount, disassociateMembers, enableImportFindingsForProduct, enableOrganizationAdminAccount, enableSecurityHub, getCachedResponseMetadata, getEnabledStandards, getFindings, getInsightResults, getInsights, getInvitationsCount, getMasterAccount, getMembers, inviteMembers, listEnabledProductsForImport, listInvitations, listMembers, listOrganizationAdminAccounts, listTagsForResource, shutdown, tagResource, untagResource, updateActionTarget, updateFindings, updateInsight, updateOrganizationConfiguration, updateSecurityHubConfiguration, updateStandardsControlpublic Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request)
AWSSecurityHubAsyncAccepts the invitation to be a member account and be monitored by the Security Hub master account that the invitation was sent from.
This operation is only used by member accounts that are not added through Organizations.
When the member account accepts the invitation, permission is granted to the master account to view findings generated in the member account.
acceptInvitationAsync in interface AWSSecurityHubAsyncpublic Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request, AsyncHandler<AcceptInvitationRequest,AcceptInvitationResult> asyncHandler)
AWSSecurityHubAsyncAccepts the invitation to be a member account and be monitored by the Security Hub master account that the invitation was sent from.
This operation is only used by member accounts that are not added through Organizations.
When the member account accepts the invitation, permission is granted to the master account to view findings generated in the member account.
acceptInvitationAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchDisableStandardsResult> batchDisableStandardsAsync(BatchDisableStandardsRequest request)
AWSSecurityHubAsync
Disables the standards specified by the provided StandardsSubscriptionArns.
For more information, see Security Standards section of the AWS Security Hub User Guide.
batchDisableStandardsAsync in interface AWSSecurityHubAsyncpublic Future<BatchDisableStandardsResult> batchDisableStandardsAsync(BatchDisableStandardsRequest request, AsyncHandler<BatchDisableStandardsRequest,BatchDisableStandardsResult> asyncHandler)
AWSSecurityHubAsync
Disables the standards specified by the provided StandardsSubscriptionArns.
For more information, see Security Standards section of the AWS Security Hub User Guide.
batchDisableStandardsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchEnableStandardsResult> batchEnableStandardsAsync(BatchEnableStandardsRequest request)
AWSSecurityHubAsync
Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use
the DescribeStandards operation.
For more information, see the Security Standards section of the AWS Security Hub User Guide.
batchEnableStandardsAsync in interface AWSSecurityHubAsyncpublic Future<BatchEnableStandardsResult> batchEnableStandardsAsync(BatchEnableStandardsRequest request, AsyncHandler<BatchEnableStandardsRequest,BatchEnableStandardsResult> asyncHandler)
AWSSecurityHubAsync
Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use
the DescribeStandards operation.
For more information, see the Security Standards section of the AWS Security Hub User Guide.
batchEnableStandardsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchImportFindingsResult> batchImportFindingsAsync(BatchImportFindingsRequest request)
AWSSecurityHubAsyncImports security findings generated from an integrated third-party product into Security Hub. This action is requested by the integrated product to import its findings into Security Hub.
The maximum allowed size for a finding is 240 Kb. An error is returned for any finding larger than 240 Kb.
After a finding is created, BatchImportFindings cannot be used to update the following finding
fields and objects, which Security Hub customers use to manage their investigation workflow.
Note
UserDefinedFields
VerificationState
Workflow
BatchImportFindings can be used to update the following finding fields and objects only if they have
not been updated using BatchUpdateFindings. After they are updated using
BatchUpdateFindings, these fields cannot be updated using BatchImportFindings.
Confidence
Criticality
RelatedFindings
Severity
Types
batchImportFindingsAsync in interface AWSSecurityHubAsyncpublic Future<BatchImportFindingsResult> batchImportFindingsAsync(BatchImportFindingsRequest request, AsyncHandler<BatchImportFindingsRequest,BatchImportFindingsResult> asyncHandler)
AWSSecurityHubAsyncImports security findings generated from an integrated third-party product into Security Hub. This action is requested by the integrated product to import its findings into Security Hub.
The maximum allowed size for a finding is 240 Kb. An error is returned for any finding larger than 240 Kb.
After a finding is created, BatchImportFindings cannot be used to update the following finding
fields and objects, which Security Hub customers use to manage their investigation workflow.
Note
UserDefinedFields
VerificationState
Workflow
BatchImportFindings can be used to update the following finding fields and objects only if they have
not been updated using BatchUpdateFindings. After they are updated using
BatchUpdateFindings, these fields cannot be updated using BatchImportFindings.
Confidence
Criticality
RelatedFindings
Severity
Types
batchImportFindingsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchUpdateFindingsResult> batchUpdateFindingsAsync(BatchUpdateFindingsRequest request)
AWSSecurityHubAsyncUsed by Security Hub customers to update information about their investigation into a finding. Requested by master accounts or member accounts. Master accounts can update findings for their account and their member accounts. Member accounts can update findings for their account.
Updates from BatchUpdateFindings do not affect the value of UpdatedAt for a finding.
Master and member accounts can use BatchUpdateFindings to update the following finding fields and
objects.
Confidence
Criticality
Note
RelatedFindings
Severity
Types
UserDefinedFields
VerificationState
Workflow
You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See Configuring access to BatchUpdateFindings in the AWS Security Hub User Guide.
batchUpdateFindingsAsync in interface AWSSecurityHubAsyncpublic Future<BatchUpdateFindingsResult> batchUpdateFindingsAsync(BatchUpdateFindingsRequest request, AsyncHandler<BatchUpdateFindingsRequest,BatchUpdateFindingsResult> asyncHandler)
AWSSecurityHubAsyncUsed by Security Hub customers to update information about their investigation into a finding. Requested by master accounts or member accounts. Master accounts can update findings for their account and their member accounts. Member accounts can update findings for their account.
Updates from BatchUpdateFindings do not affect the value of UpdatedAt for a finding.
Master and member accounts can use BatchUpdateFindings to update the following finding fields and
objects.
Confidence
Criticality
Note
RelatedFindings
Severity
Types
UserDefinedFields
VerificationState
Workflow
You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See Configuring access to BatchUpdateFindings in the AWS Security Hub User Guide.
batchUpdateFindingsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateActionTargetResult> createActionTargetAsync(CreateActionTargetRequest request)
AWSSecurityHubAsyncCreates a custom action target in Security Hub.
You can use custom actions on findings and insights in Security Hub to trigger target actions in Amazon CloudWatch Events.
createActionTargetAsync in interface AWSSecurityHubAsyncpublic Future<CreateActionTargetResult> createActionTargetAsync(CreateActionTargetRequest request, AsyncHandler<CreateActionTargetRequest,CreateActionTargetResult> asyncHandler)
AWSSecurityHubAsyncCreates a custom action target in Security Hub.
You can use custom actions on findings and insights in Security Hub to trigger target actions in Amazon CloudWatch Events.
createActionTargetAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateInsightResult> createInsightAsync(CreateInsightRequest request)
AWSSecurityHubAsyncCreates a custom insight in Security Hub. An insight is a consolidation of findings that relate to a security issue that requires attention or remediation.
To group the related findings in the insight, use the GroupByAttribute.
createInsightAsync in interface AWSSecurityHubAsyncpublic Future<CreateInsightResult> createInsightAsync(CreateInsightRequest request, AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler)
AWSSecurityHubAsyncCreates a custom insight in Security Hub. An insight is a consolidation of findings that relate to a security issue that requires attention or remediation.
To group the related findings in the insight, use the GroupByAttribute.
createInsightAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMembersResult> createMembersAsync(CreateMembersRequest request)
AWSSecurityHubAsyncCreates a member association in Security Hub between the specified accounts and the account used to make the request, which is the master account. If you are integrated with Organizations, then the master account is the Security Hub administrator account that is designated by the organization management account.
CreateMembers is always used to add accounts that are not organization members.
For accounts that are part of an organization, CreateMembers is only used in the following cases:
Security Hub is not configured to automatically add new accounts in an organization.
The account was disassociated or deleted in Security Hub.
This action can only be used by an account that has Security Hub enabled. To enable Security Hub, you can use the
EnableSecurityHub operation.
For accounts that are not organization members, you create the account association and then send an invitation to
the member account. To send the invitation, you use the InviteMembers operation. If the
account owner accepts the invitation, the account becomes a member account in Security Hub.
Accounts that are part of an organization do not receive an invitation. They automatically become a member account in Security Hub.
A permissions policy is added that permits the master account to view the findings generated in the member account. When Security Hub is enabled in a member account, findings are sent to both the member and master accounts.
To remove the association between the master and member accounts, use the
DisassociateFromMasterAccount or DisassociateMembers operation.
createMembersAsync in interface AWSSecurityHubAsyncpublic Future<CreateMembersResult> createMembersAsync(CreateMembersRequest request, AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
AWSSecurityHubAsyncCreates a member association in Security Hub between the specified accounts and the account used to make the request, which is the master account. If you are integrated with Organizations, then the master account is the Security Hub administrator account that is designated by the organization management account.
CreateMembers is always used to add accounts that are not organization members.
For accounts that are part of an organization, CreateMembers is only used in the following cases:
Security Hub is not configured to automatically add new accounts in an organization.
The account was disassociated or deleted in Security Hub.
This action can only be used by an account that has Security Hub enabled. To enable Security Hub, you can use the
EnableSecurityHub operation.
For accounts that are not organization members, you create the account association and then send an invitation to
the member account. To send the invitation, you use the InviteMembers operation. If the
account owner accepts the invitation, the account becomes a member account in Security Hub.
Accounts that are part of an organization do not receive an invitation. They automatically become a member account in Security Hub.
A permissions policy is added that permits the master account to view the findings generated in the member account. When Security Hub is enabled in a member account, findings are sent to both the member and master accounts.
To remove the association between the master and member accounts, use the
DisassociateFromMasterAccount or DisassociateMembers operation.
createMembersAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest request)
AWSSecurityHubAsyncDeclines invitations to become a member account.
This operation is only used by accounts that are not part of an organization. Organization accounts do not receive invitations.
declineInvitationsAsync in interface AWSSecurityHubAsyncpublic Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest request, AsyncHandler<DeclineInvitationsRequest,DeclineInvitationsResult> asyncHandler)
AWSSecurityHubAsyncDeclines invitations to become a member account.
This operation is only used by accounts that are not part of an organization. Organization accounts do not receive invitations.
declineInvitationsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteActionTargetResult> deleteActionTargetAsync(DeleteActionTargetRequest request)
AWSSecurityHubAsyncDeletes a custom action target from Security Hub.
Deleting a custom action target does not affect any findings or insights that were already sent to Amazon CloudWatch Events using the custom action.
deleteActionTargetAsync in interface AWSSecurityHubAsyncpublic Future<DeleteActionTargetResult> deleteActionTargetAsync(DeleteActionTargetRequest request, AsyncHandler<DeleteActionTargetRequest,DeleteActionTargetResult> asyncHandler)
AWSSecurityHubAsyncDeletes a custom action target from Security Hub.
Deleting a custom action target does not affect any findings or insights that were already sent to Amazon CloudWatch Events using the custom action.
deleteActionTargetAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteInsightResult> deleteInsightAsync(DeleteInsightRequest request)
AWSSecurityHubAsync
Deletes the insight specified by the InsightArn.
deleteInsightAsync in interface AWSSecurityHubAsyncpublic Future<DeleteInsightResult> deleteInsightAsync(DeleteInsightRequest request, AsyncHandler<DeleteInsightRequest,DeleteInsightResult> asyncHandler)
AWSSecurityHubAsync
Deletes the insight specified by the InsightArn.
deleteInsightAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest request)
AWSSecurityHubAsyncDeletes invitations received by the AWS account to become a member account.
This operation is only used by accounts that are not part of an organization. Organization accounts do not receive invitations.
deleteInvitationsAsync in interface AWSSecurityHubAsyncpublic Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest request, AsyncHandler<DeleteInvitationsRequest,DeleteInvitationsResult> asyncHandler)
AWSSecurityHubAsyncDeletes invitations received by the AWS account to become a member account.
This operation is only used by accounts that are not part of an organization. Organization accounts do not receive invitations.
deleteInvitationsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest request)
AWSSecurityHubAsyncDeletes the specified member accounts from Security Hub.
Can be used to delete member accounts that belong to an organization as well as member accounts that were invited manually.
deleteMembersAsync in interface AWSSecurityHubAsyncpublic Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest request, AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
AWSSecurityHubAsyncDeletes the specified member accounts from Security Hub.
Can be used to delete member accounts that belong to an organization as well as member accounts that were invited manually.
deleteMembersAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeActionTargetsResult> describeActionTargetsAsync(DescribeActionTargetsRequest request)
AWSSecurityHubAsyncReturns a list of the custom action targets in Security Hub in your account.
describeActionTargetsAsync in interface AWSSecurityHubAsyncpublic Future<DescribeActionTargetsResult> describeActionTargetsAsync(DescribeActionTargetsRequest request, AsyncHandler<DescribeActionTargetsRequest,DescribeActionTargetsResult> asyncHandler)
AWSSecurityHubAsyncReturns a list of the custom action targets in Security Hub in your account.
describeActionTargetsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeHubResult> describeHubAsync(DescribeHubRequest request)
AWSSecurityHubAsync
Returns details about the Hub resource in your account, including the HubArn and the time when you
enabled Security Hub.
describeHubAsync in interface AWSSecurityHubAsyncpublic Future<DescribeHubResult> describeHubAsync(DescribeHubRequest request, AsyncHandler<DescribeHubRequest,DescribeHubResult> asyncHandler)
AWSSecurityHubAsync
Returns details about the Hub resource in your account, including the HubArn and the time when you
enabled Security Hub.
describeHubAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeOrganizationConfigurationResult> describeOrganizationConfigurationAsync(DescribeOrganizationConfigurationRequest request)
AWSSecurityHubAsyncReturns information about the Organizations configuration for Security Hub. Can only be called from a Security Hub administrator account.
describeOrganizationConfigurationAsync in interface AWSSecurityHubAsyncpublic Future<DescribeOrganizationConfigurationResult> describeOrganizationConfigurationAsync(DescribeOrganizationConfigurationRequest request, AsyncHandler<DescribeOrganizationConfigurationRequest,DescribeOrganizationConfigurationResult> asyncHandler)
AWSSecurityHubAsyncReturns information about the Organizations configuration for Security Hub. Can only be called from a Security Hub administrator account.
describeOrganizationConfigurationAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeProductsResult> describeProductsAsync(DescribeProductsRequest request)
AWSSecurityHubAsyncReturns information about product integrations in Security Hub.
You can optionally provide an integration ARN. If you provide an integration ARN, then the results only include that integration.
If you do not provide an integration ARN, then the results include all of the available product integrations.
describeProductsAsync in interface AWSSecurityHubAsyncpublic Future<DescribeProductsResult> describeProductsAsync(DescribeProductsRequest request, AsyncHandler<DescribeProductsRequest,DescribeProductsResult> asyncHandler)
AWSSecurityHubAsyncReturns information about product integrations in Security Hub.
You can optionally provide an integration ARN. If you provide an integration ARN, then the results only include that integration.
If you do not provide an integration ARN, then the results include all of the available product integrations.
describeProductsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeStandardsResult> describeStandardsAsync(DescribeStandardsRequest request)
AWSSecurityHubAsyncReturns a list of the available standards in Security Hub.
For each standard, the results include the standard ARN, the name, and a description.
describeStandardsAsync in interface AWSSecurityHubAsyncpublic Future<DescribeStandardsResult> describeStandardsAsync(DescribeStandardsRequest request, AsyncHandler<DescribeStandardsRequest,DescribeStandardsResult> asyncHandler)
AWSSecurityHubAsyncReturns a list of the available standards in Security Hub.
For each standard, the results include the standard ARN, the name, and a description.
describeStandardsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeStandardsControlsResult> describeStandardsControlsAsync(DescribeStandardsControlsRequest request)
AWSSecurityHubAsyncReturns a list of security standards controls.
For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.
describeStandardsControlsAsync in interface AWSSecurityHubAsyncpublic Future<DescribeStandardsControlsResult> describeStandardsControlsAsync(DescribeStandardsControlsRequest request, AsyncHandler<DescribeStandardsControlsRequest,DescribeStandardsControlsResult> asyncHandler)
AWSSecurityHubAsyncReturns a list of security standards controls.
For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.
describeStandardsControlsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisableImportFindingsForProductResult> disableImportFindingsForProductAsync(DisableImportFindingsForProductRequest request)
AWSSecurityHubAsyncDisables the integration of the specified product with Security Hub. After the integration is disabled, findings from that product are no longer sent to Security Hub.
disableImportFindingsForProductAsync in interface AWSSecurityHubAsyncpublic Future<DisableImportFindingsForProductResult> disableImportFindingsForProductAsync(DisableImportFindingsForProductRequest request, AsyncHandler<DisableImportFindingsForProductRequest,DisableImportFindingsForProductResult> asyncHandler)
AWSSecurityHubAsyncDisables the integration of the specified product with Security Hub. After the integration is disabled, findings from that product are no longer sent to Security Hub.
disableImportFindingsForProductAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisableOrganizationAdminAccountResult> disableOrganizationAdminAccountAsync(DisableOrganizationAdminAccountRequest request)
AWSSecurityHubAsyncDisables a Security Hub administrator account. Can only be called by the organization management account.
disableOrganizationAdminAccountAsync in interface AWSSecurityHubAsyncpublic Future<DisableOrganizationAdminAccountResult> disableOrganizationAdminAccountAsync(DisableOrganizationAdminAccountRequest request, AsyncHandler<DisableOrganizationAdminAccountRequest,DisableOrganizationAdminAccountResult> asyncHandler)
AWSSecurityHubAsyncDisables a Security Hub administrator account. Can only be called by the organization management account.
disableOrganizationAdminAccountAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisableSecurityHubResult> disableSecurityHubAsync(DisableSecurityHubRequest request)
AWSSecurityHubAsyncDisables Security Hub in your account only in the current Region. To disable Security Hub in all Regions, you must submit one request per Region where you have enabled Security Hub.
When you disable Security Hub for a master account, it doesn't disable Security Hub for any associated member accounts.
When you disable Security Hub, your existing findings and insights and any Security Hub configuration settings are deleted after 90 days and cannot be recovered. Any standards that were enabled are disabled, and your master and member account associations are removed.
If you want to save your existing findings, you must export them before you disable Security Hub.
disableSecurityHubAsync in interface AWSSecurityHubAsyncpublic Future<DisableSecurityHubResult> disableSecurityHubAsync(DisableSecurityHubRequest request, AsyncHandler<DisableSecurityHubRequest,DisableSecurityHubResult> asyncHandler)
AWSSecurityHubAsyncDisables Security Hub in your account only in the current Region. To disable Security Hub in all Regions, you must submit one request per Region where you have enabled Security Hub.
When you disable Security Hub for a master account, it doesn't disable Security Hub for any associated member accounts.
When you disable Security Hub, your existing findings and insights and any Security Hub configuration settings are deleted after 90 days and cannot be recovered. Any standards that were enabled are disabled, and your master and member account associations are removed.
If you want to save your existing findings, you must export them before you disable Security Hub.
disableSecurityHubAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request)
AWSSecurityHubAsyncDisassociates the current Security Hub member account from the associated master account.
This operation is only used by accounts that are not part of an organization. For organization accounts, only the master account (the designated Security Hub administrator) can disassociate a member account.
disassociateFromMasterAccountAsync in interface AWSSecurityHubAsyncpublic Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request, AsyncHandler<DisassociateFromMasterAccountRequest,DisassociateFromMasterAccountResult> asyncHandler)
AWSSecurityHubAsyncDisassociates the current Security Hub member account from the associated master account.
This operation is only used by accounts that are not part of an organization. For organization accounts, only the master account (the designated Security Hub administrator) can disassociate a member account.
disassociateFromMasterAccountAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest request)
AWSSecurityHubAsyncDisassociates the specified member accounts from the associated master account.
Can be used to disassociate both accounts that are in an organization and accounts that were invited manually.
disassociateMembersAsync in interface AWSSecurityHubAsyncpublic Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest request, AsyncHandler<DisassociateMembersRequest,DisassociateMembersResult> asyncHandler)
AWSSecurityHubAsyncDisassociates the specified member accounts from the associated master account.
Can be used to disassociate both accounts that are in an organization and accounts that were invited manually.
disassociateMembersAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<EnableImportFindingsForProductResult> enableImportFindingsForProductAsync(EnableImportFindingsForProductRequest request)
AWSSecurityHubAsyncEnables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.
When you enable a product integration, a permissions policy that grants permission for the product to send findings to Security Hub is applied.
enableImportFindingsForProductAsync in interface AWSSecurityHubAsyncpublic Future<EnableImportFindingsForProductResult> enableImportFindingsForProductAsync(EnableImportFindingsForProductRequest request, AsyncHandler<EnableImportFindingsForProductRequest,EnableImportFindingsForProductResult> asyncHandler)
AWSSecurityHubAsyncEnables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.
When you enable a product integration, a permissions policy that grants permission for the product to send findings to Security Hub is applied.
enableImportFindingsForProductAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<EnableOrganizationAdminAccountResult> enableOrganizationAdminAccountAsync(EnableOrganizationAdminAccountRequest request)
AWSSecurityHubAsyncDesignates the Security Hub administrator account for an organization. Can only be called by the organization management account.
enableOrganizationAdminAccountAsync in interface AWSSecurityHubAsyncpublic Future<EnableOrganizationAdminAccountResult> enableOrganizationAdminAccountAsync(EnableOrganizationAdminAccountRequest request, AsyncHandler<EnableOrganizationAdminAccountRequest,EnableOrganizationAdminAccountResult> asyncHandler)
AWSSecurityHubAsyncDesignates the Security Hub administrator account for an organization. Can only be called by the organization management account.
enableOrganizationAdminAccountAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<EnableSecurityHubResult> enableSecurityHubAsync(EnableSecurityHubRequest request)
AWSSecurityHubAsyncEnables Security Hub for your account in the current Region or the Region you specify in the request.
When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub.
When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable
the following standards.
CIS AWS Foundations
AWS Foundational Security Best Practices
You do not enable the Payment Card Industry Data Security Standard (PCI DSS) standard.
To not enable the automatically enabled standards, set EnableDefaultStandards to false.
After you enable Security Hub, to enable a standard, use the BatchEnableStandards
operation. To disable a standard, use the BatchDisableStandards operation.
To learn more, see Setting Up AWS Security Hub in the AWS Security Hub User Guide.
enableSecurityHubAsync in interface AWSSecurityHubAsyncpublic Future<EnableSecurityHubResult> enableSecurityHubAsync(EnableSecurityHubRequest request, AsyncHandler<EnableSecurityHubRequest,EnableSecurityHubResult> asyncHandler)
AWSSecurityHubAsyncEnables Security Hub for your account in the current Region or the Region you specify in the request.
When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub.
When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable
the following standards.
CIS AWS Foundations
AWS Foundational Security Best Practices
You do not enable the Payment Card Industry Data Security Standard (PCI DSS) standard.
To not enable the automatically enabled standards, set EnableDefaultStandards to false.
After you enable Security Hub, to enable a standard, use the BatchEnableStandards
operation. To disable a standard, use the BatchDisableStandards operation.
To learn more, see Setting Up AWS Security Hub in the AWS Security Hub User Guide.
enableSecurityHubAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEnabledStandardsResult> getEnabledStandardsAsync(GetEnabledStandardsRequest request)
AWSSecurityHubAsyncReturns a list of the standards that are currently enabled.
getEnabledStandardsAsync in interface AWSSecurityHubAsyncpublic Future<GetEnabledStandardsResult> getEnabledStandardsAsync(GetEnabledStandardsRequest request, AsyncHandler<GetEnabledStandardsRequest,GetEnabledStandardsResult> asyncHandler)
AWSSecurityHubAsyncReturns a list of the standards that are currently enabled.
getEnabledStandardsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest request)
AWSSecurityHubAsyncReturns a list of findings that match the specified criteria.
getFindingsAsync in interface AWSSecurityHubAsyncpublic Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest request, AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
AWSSecurityHubAsyncReturns a list of findings that match the specified criteria.
getFindingsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetInsightResultsResult> getInsightResultsAsync(GetInsightResultsRequest request)
AWSSecurityHubAsyncLists the results of the Security Hub insight specified by the insight ARN.
getInsightResultsAsync in interface AWSSecurityHubAsyncpublic Future<GetInsightResultsResult> getInsightResultsAsync(GetInsightResultsRequest request, AsyncHandler<GetInsightResultsRequest,GetInsightResultsResult> asyncHandler)
AWSSecurityHubAsyncLists the results of the Security Hub insight specified by the insight ARN.
getInsightResultsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetInsightsResult> getInsightsAsync(GetInsightsRequest request)
AWSSecurityHubAsyncLists and describes insights for the specified insight ARNs.
getInsightsAsync in interface AWSSecurityHubAsyncpublic Future<GetInsightsResult> getInsightsAsync(GetInsightsRequest request, AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler)
AWSSecurityHubAsyncLists and describes insights for the specified insight ARNs.
getInsightsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest request)
AWSSecurityHubAsyncReturns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.
getInvitationsCountAsync in interface AWSSecurityHubAsyncpublic Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest request, AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
AWSSecurityHubAsyncReturns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.
getInvitationsCountAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest request)
AWSSecurityHubAsyncProvides the details for the Security Hub master account for the current member account.
Can be used by both member accounts that are in an organization and accounts that were invited manually.
getMasterAccountAsync in interface AWSSecurityHubAsyncpublic Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest request, AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
AWSSecurityHubAsyncProvides the details for the Security Hub master account for the current member account.
Can be used by both member accounts that are in an organization and accounts that were invited manually.
getMasterAccountAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMembersResult> getMembersAsync(GetMembersRequest request)
AWSSecurityHubAsyncReturns the details for the Security Hub member accounts for the specified account IDs.
A master account can be either a delegated Security Hub administrator account for an organization or a master account that enabled Security Hub manually.
The results include both member accounts that are in an organization and accounts that were invited manually.
getMembersAsync in interface AWSSecurityHubAsyncpublic Future<GetMembersResult> getMembersAsync(GetMembersRequest request, AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
AWSSecurityHubAsyncReturns the details for the Security Hub member accounts for the specified account IDs.
A master account can be either a delegated Security Hub administrator account for an organization or a master account that enabled Security Hub manually.
The results include both member accounts that are in an organization and accounts that were invited manually.
getMembersAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<InviteMembersResult> inviteMembersAsync(InviteMembersRequest request)
AWSSecurityHubAsyncInvites other AWS accounts to become member accounts for the Security Hub master account that the invitation is sent from.
This operation is only used to invite accounts that do not belong to an organization. Organization accounts do not receive invitations.
Before you can use this action to invite a member, you must first use the CreateMembers
action to create the member account in Security Hub.
When the account owner enables Security Hub and accepts the invitation to become a member account, the master account can view the findings generated from the member account.
inviteMembersAsync in interface AWSSecurityHubAsyncpublic Future<InviteMembersResult> inviteMembersAsync(InviteMembersRequest request, AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
AWSSecurityHubAsyncInvites other AWS accounts to become member accounts for the Security Hub master account that the invitation is sent from.
This operation is only used to invite accounts that do not belong to an organization. Organization accounts do not receive invitations.
Before you can use this action to invite a member, you must first use the CreateMembers
action to create the member account in Security Hub.
When the account owner enables Security Hub and accepts the invitation to become a member account, the master account can view the findings generated from the member account.
inviteMembersAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEnabledProductsForImportResult> listEnabledProductsForImportAsync(ListEnabledProductsForImportRequest request)
AWSSecurityHubAsyncLists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.
listEnabledProductsForImportAsync in interface AWSSecurityHubAsyncpublic Future<ListEnabledProductsForImportResult> listEnabledProductsForImportAsync(ListEnabledProductsForImportRequest request, AsyncHandler<ListEnabledProductsForImportRequest,ListEnabledProductsForImportResult> asyncHandler)
AWSSecurityHubAsyncLists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.
listEnabledProductsForImportAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest request)
AWSSecurityHubAsyncLists all Security Hub membership invitations that were sent to the current AWS account.
This operation is only used by accounts that do not belong to an organization. Organization accounts do not receive invitations.
listInvitationsAsync in interface AWSSecurityHubAsyncpublic Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest request, AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
AWSSecurityHubAsyncLists all Security Hub membership invitations that were sent to the current AWS account.
This operation is only used by accounts that do not belong to an organization. Organization accounts do not receive invitations.
listInvitationsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMembersResult> listMembersAsync(ListMembersRequest request)
AWSSecurityHubAsyncLists details about all member accounts for the current Security Hub master account.
The results include both member accounts that belong to an organization and member accounts that were invited manually.
listMembersAsync in interface AWSSecurityHubAsyncpublic Future<ListMembersResult> listMembersAsync(ListMembersRequest request, AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
AWSSecurityHubAsyncLists details about all member accounts for the current Security Hub master account.
The results include both member accounts that belong to an organization and member accounts that were invited manually.
listMembersAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListOrganizationAdminAccountsResult> listOrganizationAdminAccountsAsync(ListOrganizationAdminAccountsRequest request)
AWSSecurityHubAsyncLists the Security Hub administrator accounts. Can only be called by the organization management account.
listOrganizationAdminAccountsAsync in interface AWSSecurityHubAsyncpublic Future<ListOrganizationAdminAccountsResult> listOrganizationAdminAccountsAsync(ListOrganizationAdminAccountsRequest request, AsyncHandler<ListOrganizationAdminAccountsRequest,ListOrganizationAdminAccountsResult> asyncHandler)
AWSSecurityHubAsyncLists the Security Hub administrator accounts. Can only be called by the organization management account.
listOrganizationAdminAccountsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSSecurityHubAsyncReturns a list of tags associated with a resource.
listTagsForResourceAsync in interface AWSSecurityHubAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSSecurityHubAsyncReturns a list of tags associated with a resource.
listTagsForResourceAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSSecurityHubAsyncAdds one or more tags to a resource.
tagResourceAsync in interface AWSSecurityHubAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSSecurityHubAsyncAdds one or more tags to a resource.
tagResourceAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSSecurityHubAsyncRemoves one or more tags from a resource.
untagResourceAsync in interface AWSSecurityHubAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSSecurityHubAsyncRemoves one or more tags from a resource.
untagResourceAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateActionTargetResult> updateActionTargetAsync(UpdateActionTargetRequest request)
AWSSecurityHubAsyncUpdates the name and description of a custom action target in Security Hub.
updateActionTargetAsync in interface AWSSecurityHubAsyncpublic Future<UpdateActionTargetResult> updateActionTargetAsync(UpdateActionTargetRequest request, AsyncHandler<UpdateActionTargetRequest,UpdateActionTargetResult> asyncHandler)
AWSSecurityHubAsyncUpdates the name and description of a custom action target in Security Hub.
updateActionTargetAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFindingsResult> updateFindingsAsync(UpdateFindingsRequest request)
AWSSecurityHubAsync
UpdateFindings is deprecated. Instead of UpdateFindings, use
BatchUpdateFindings.
Updates the Note and RecordState of the Security Hub-aggregated findings that the
filter attributes specify. Any member account that can view the finding also sees the update to the finding.
updateFindingsAsync in interface AWSSecurityHubAsyncpublic Future<UpdateFindingsResult> updateFindingsAsync(UpdateFindingsRequest request, AsyncHandler<UpdateFindingsRequest,UpdateFindingsResult> asyncHandler)
AWSSecurityHubAsync
UpdateFindings is deprecated. Instead of UpdateFindings, use
BatchUpdateFindings.
Updates the Note and RecordState of the Security Hub-aggregated findings that the
filter attributes specify. Any member account that can view the finding also sees the update to the finding.
updateFindingsAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateInsightResult> updateInsightAsync(UpdateInsightRequest request)
AWSSecurityHubAsyncUpdates the Security Hub insight identified by the specified insight ARN.
updateInsightAsync in interface AWSSecurityHubAsyncpublic Future<UpdateInsightResult> updateInsightAsync(UpdateInsightRequest request, AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler)
AWSSecurityHubAsyncUpdates the Security Hub insight identified by the specified insight ARN.
updateInsightAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateOrganizationConfigurationResult> updateOrganizationConfigurationAsync(UpdateOrganizationConfigurationRequest request)
AWSSecurityHubAsyncUsed to update the configuration related to Organizations. Can only be called from a Security Hub administrator account.
updateOrganizationConfigurationAsync in interface AWSSecurityHubAsyncpublic Future<UpdateOrganizationConfigurationResult> updateOrganizationConfigurationAsync(UpdateOrganizationConfigurationRequest request, AsyncHandler<UpdateOrganizationConfigurationRequest,UpdateOrganizationConfigurationResult> asyncHandler)
AWSSecurityHubAsyncUsed to update the configuration related to Organizations. Can only be called from a Security Hub administrator account.
updateOrganizationConfigurationAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSecurityHubConfigurationResult> updateSecurityHubConfigurationAsync(UpdateSecurityHubConfigurationRequest request)
AWSSecurityHubAsyncUpdates configuration options for Security Hub.
updateSecurityHubConfigurationAsync in interface AWSSecurityHubAsyncpublic Future<UpdateSecurityHubConfigurationResult> updateSecurityHubConfigurationAsync(UpdateSecurityHubConfigurationRequest request, AsyncHandler<UpdateSecurityHubConfigurationRequest,UpdateSecurityHubConfigurationResult> asyncHandler)
AWSSecurityHubAsyncUpdates configuration options for Security Hub.
updateSecurityHubConfigurationAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateStandardsControlResult> updateStandardsControlAsync(UpdateStandardsControlRequest request)
AWSSecurityHubAsyncUsed to control whether an individual security standard control is enabled or disabled.
updateStandardsControlAsync in interface AWSSecurityHubAsyncpublic Future<UpdateStandardsControlResult> updateStandardsControlAsync(UpdateStandardsControlRequest request, AsyncHandler<UpdateStandardsControlRequest,UpdateStandardsControlResult> asyncHandler)
AWSSecurityHubAsyncUsed to control whether an individual security standard control is enabled or disabled.
updateStandardsControlAsync in interface AWSSecurityHubAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.