@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSSecurityHubAsyncClient extends AWSSecurityHubClient implements AWSSecurityHubAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Security Hub provides you with a comprehensive view of the security state of your AWS environment and resources. It also provides you with the compliance status of your environment based on controls from supported standards. Security Hub collects security data from AWS accounts, services, and integrated third-party products and helps you analyze security trends in your environment to identify the highest priority security issues. For more information about Security Hub, see the AWS Security Hub User Guide .
When you use operations in the Security Hub API, the requests are executed only in the AWS Region that is currently active or in the specific AWS Region that you specify in your request. Any configuration or settings change that results from the operation is applied only to that Region. To make the same change in other Regions, execute the same command for each Region to apply the change to.
For example, if your Region is set to us-west-2
, when you use CreateMembers
to add
a member account to Security Hub, the association of the member account with the master account is created only in
the us-west-2
Region. Security Hub must be enabled for the member account in the same Region that the
invitation was sent from.
The following throttling limits apply to using Security Hub API operations.
GetFindings
- RateLimit
of 3 requests per second. BurstLimit
of 6
requests per second.
UpdateFindings
- RateLimit
of 1 request per second. BurstLimit
of 5
requests per second.
All other operations - RateLimit
of 10 requests per second. BurstLimit
of 30 requests per
second.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
acceptInvitation, batchDisableStandards, batchEnableStandards, batchImportFindings, builder, createActionTarget, createInsight, createMembers, declineInvitations, deleteActionTarget, deleteInsight, deleteInvitations, deleteMembers, describeActionTargets, describeHub, describeProducts, describeStandards, describeStandardsControls, disableImportFindingsForProduct, disableSecurityHub, disassociateFromMasterAccount, disassociateMembers, enableImportFindingsForProduct, enableSecurityHub, getCachedResponseMetadata, getEnabledStandards, getFindings, getInsightResults, getInsights, getInvitationsCount, getMasterAccount, getMembers, inviteMembers, listEnabledProductsForImport, listInvitations, listMembers, listTagsForResource, tagResource, untagResource, updateActionTarget, updateFindings, updateInsight, updateStandardsControl
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptInvitation, batchDisableStandards, batchEnableStandards, batchImportFindings, createActionTarget, createInsight, createMembers, declineInvitations, deleteActionTarget, deleteInsight, deleteInvitations, deleteMembers, describeActionTargets, describeHub, describeProducts, describeStandards, describeStandardsControls, disableImportFindingsForProduct, disableSecurityHub, disassociateFromMasterAccount, disassociateMembers, enableImportFindingsForProduct, enableSecurityHub, getCachedResponseMetadata, getEnabledStandards, getFindings, getInsightResults, getInsights, getInvitationsCount, getMasterAccount, getMembers, inviteMembers, listEnabledProductsForImport, listInvitations, listMembers, listTagsForResource, tagResource, untagResource, updateActionTarget, updateFindings, updateInsight, updateStandardsControl
public static AWSSecurityHubAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request)
AWSSecurityHubAsync
Accepts the invitation to be a member account and be monitored by the Security Hub master account that the invitation was sent from.
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 AWSSecurityHubAsync
public Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request, AsyncHandler<AcceptInvitationRequest,AcceptInvitationResult> asyncHandler)
AWSSecurityHubAsync
Accepts the invitation to be a member account and be monitored by the Security Hub master account that the invitation was sent from.
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 AWSSecurityHubAsync
asyncHandler
- 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 Compliance Standards section of the AWS Security Hub User Guide.
batchDisableStandardsAsync
in interface AWSSecurityHubAsync
public Future<BatchDisableStandardsResult> batchDisableStandardsAsync(BatchDisableStandardsRequest request, AsyncHandler<BatchDisableStandardsRequest,BatchDisableStandardsResult> asyncHandler)
AWSSecurityHubAsync
Disables the standards specified by the provided StandardsSubscriptionArns
.
For more information, see Compliance Standards section of the AWS Security Hub User Guide.
batchDisableStandardsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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 Compliance Standards section of the AWS Security Hub User Guide.
batchEnableStandardsAsync
in interface AWSSecurityHubAsync
public 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 Compliance Standards section of the AWS Security Hub User Guide.
batchEnableStandardsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Imports 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.
batchImportFindingsAsync
in interface AWSSecurityHubAsync
public Future<BatchImportFindingsResult> batchImportFindingsAsync(BatchImportFindingsRequest request, AsyncHandler<BatchImportFindingsRequest,BatchImportFindingsResult> asyncHandler)
AWSSecurityHubAsync
Imports 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.
batchImportFindingsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Creates 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 AWSSecurityHubAsync
public Future<CreateActionTargetResult> createActionTargetAsync(CreateActionTargetRequest request, AsyncHandler<CreateActionTargetRequest,CreateActionTargetResult> asyncHandler)
AWSSecurityHubAsync
Creates 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Creates 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 AWSSecurityHubAsync
public Future<CreateInsightResult> createInsightAsync(CreateInsightRequest request, AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler)
AWSSecurityHubAsync
Creates 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Creates a member association in Security Hub between the specified accounts and the account used to make the
request, which is the master account. To successfully create a member, you must use this action from an account
that already has Security Hub enabled. To enable Security Hub, you can use the
EnableSecurityHub
operation.
After you use CreateMembers
to create member account associations in Security Hub, you must use the
InviteMembers
operation to invite the accounts to enable Security Hub and become member
accounts in Security Hub.
If the account owner accepts the invitation, the account becomes a member account in Security Hub, and a permission policy is added that permits the master account to view the findings generated in the member account. When Security Hub is enabled in the invited account, findings start to be 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 AWSSecurityHubAsync
public Future<CreateMembersResult> createMembersAsync(CreateMembersRequest request, AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
AWSSecurityHubAsync
Creates a member association in Security Hub between the specified accounts and the account used to make the
request, which is the master account. To successfully create a member, you must use this action from an account
that already has Security Hub enabled. To enable Security Hub, you can use the
EnableSecurityHub
operation.
After you use CreateMembers
to create member account associations in Security Hub, you must use the
InviteMembers
operation to invite the accounts to enable Security Hub and become member
accounts in Security Hub.
If the account owner accepts the invitation, the account becomes a member account in Security Hub, and a permission policy is added that permits the master account to view the findings generated in the member account. When Security Hub is enabled in the invited account, findings start to be 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Declines invitations to become a member account.
declineInvitationsAsync
in interface AWSSecurityHubAsync
public Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest request, AsyncHandler<DeclineInvitationsRequest,DeclineInvitationsResult> asyncHandler)
AWSSecurityHubAsync
Declines invitations to become a member account.
declineInvitationsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Deletes 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 AWSSecurityHubAsync
public Future<DeleteActionTargetResult> deleteActionTargetAsync(DeleteActionTargetRequest request, AsyncHandler<DeleteActionTargetRequest,DeleteActionTargetResult> asyncHandler)
AWSSecurityHubAsync
Deletes 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 AWSSecurityHubAsync
asyncHandler
- 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 AWSSecurityHubAsync
public Future<DeleteInsightResult> deleteInsightAsync(DeleteInsightRequest request, AsyncHandler<DeleteInsightRequest,DeleteInsightResult> asyncHandler)
AWSSecurityHubAsync
Deletes the insight specified by the InsightArn
.
deleteInsightAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Deletes invitations received by the AWS account to become a member account.
deleteInvitationsAsync
in interface AWSSecurityHubAsync
public Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest request, AsyncHandler<DeleteInvitationsRequest,DeleteInvitationsResult> asyncHandler)
AWSSecurityHubAsync
Deletes invitations received by the AWS account to become a member account.
deleteInvitationsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Deletes the specified member accounts from Security Hub.
deleteMembersAsync
in interface AWSSecurityHubAsync
public Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest request, AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
AWSSecurityHubAsync
Deletes the specified member accounts from Security Hub.
deleteMembersAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Returns a list of the custom action targets in Security Hub in your account.
describeActionTargetsAsync
in interface AWSSecurityHubAsync
public Future<DescribeActionTargetsResult> describeActionTargetsAsync(DescribeActionTargetsRequest request, AsyncHandler<DescribeActionTargetsRequest,DescribeActionTargetsResult> asyncHandler)
AWSSecurityHubAsync
Returns a list of the custom action targets in Security Hub in your account.
describeActionTargetsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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 AWSSecurityHubAsync
public 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Returns information about the available products that you can subscribe to and integrate with Security Hub in order to consolidate findings.
describeProductsAsync
in interface AWSSecurityHubAsync
public Future<DescribeProductsResult> describeProductsAsync(DescribeProductsRequest request, AsyncHandler<DescribeProductsRequest,DescribeProductsResult> asyncHandler)
AWSSecurityHubAsync
Returns information about the available products that you can subscribe to and integrate with Security Hub in order to consolidate findings.
describeProductsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Returns 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 AWSSecurityHubAsync
public Future<DescribeStandardsResult> describeStandardsAsync(DescribeStandardsRequest request, AsyncHandler<DescribeStandardsRequest,DescribeStandardsResult> asyncHandler)
AWSSecurityHubAsync
Returns 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Returns a list of compliance 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 AWSSecurityHubAsync
public Future<DescribeStandardsControlsResult> describeStandardsControlsAsync(DescribeStandardsControlsRequest request, AsyncHandler<DescribeStandardsControlsRequest,DescribeStandardsControlsResult> asyncHandler)
AWSSecurityHubAsync
Returns a list of compliance 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Disables 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 AWSSecurityHubAsync
public Future<DisableImportFindingsForProductResult> disableImportFindingsForProductAsync(DisableImportFindingsForProductRequest request, AsyncHandler<DisableImportFindingsForProductRequest,DisableImportFindingsForProductResult> asyncHandler)
AWSSecurityHubAsync
Disables 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Disables 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 AWSSecurityHubAsync
public Future<DisableSecurityHubResult> disableSecurityHubAsync(DisableSecurityHubRequest request, AsyncHandler<DisableSecurityHubRequest,DisableSecurityHubResult> asyncHandler)
AWSSecurityHubAsync
Disables 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Disassociates the current Security Hub member account from the associated master account.
disassociateFromMasterAccountAsync
in interface AWSSecurityHubAsync
public Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request, AsyncHandler<DisassociateFromMasterAccountRequest,DisassociateFromMasterAccountResult> asyncHandler)
AWSSecurityHubAsync
Disassociates the current Security Hub member account from the associated master account.
disassociateFromMasterAccountAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Disassociates the specified member accounts from the associated master account.
disassociateMembersAsync
in interface AWSSecurityHubAsync
public Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest request, AsyncHandler<DisassociateMembersRequest,DisassociateMembersResult> asyncHandler)
AWSSecurityHubAsync
Disassociates the specified member accounts from the associated master account.
disassociateMembersAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Enables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.
When you enable a product integration, a permission policy that grants permission for the product to send findings to Security Hub is applied.
enableImportFindingsForProductAsync
in interface AWSSecurityHubAsync
public Future<EnableImportFindingsForProductResult> enableImportFindingsForProductAsync(EnableImportFindingsForProductRequest request, AsyncHandler<EnableImportFindingsForProductRequest,EnableImportFindingsForProductResult> asyncHandler)
AWSSecurityHubAsync
Enables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.
When you enable a product integration, a permission policy that grants permission for the product to send findings to Security Hub is applied.
enableImportFindingsForProductAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Enables 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 AWS Config, Amazon GuardDuty, Amazon Inspector, and Amazon Macie.
When you use the EnableSecurityHub
operation to enable Security Hub, you also automatically enable
the CIS AWS Foundations standard. You do not enable the Payment Card Industry Data Security Standard (PCI DSS)
standard. 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 AWSSecurityHubAsync
public Future<EnableSecurityHubResult> enableSecurityHubAsync(EnableSecurityHubRequest request, AsyncHandler<EnableSecurityHubRequest,EnableSecurityHubResult> asyncHandler)
AWSSecurityHubAsync
Enables 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 AWS Config, Amazon GuardDuty, Amazon Inspector, and Amazon Macie.
When you use the EnableSecurityHub
operation to enable Security Hub, you also automatically enable
the CIS AWS Foundations standard. You do not enable the Payment Card Industry Data Security Standard (PCI DSS)
standard. 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Returns a list of the standards that are currently enabled.
getEnabledStandardsAsync
in interface AWSSecurityHubAsync
public Future<GetEnabledStandardsResult> getEnabledStandardsAsync(GetEnabledStandardsRequest request, AsyncHandler<GetEnabledStandardsRequest,GetEnabledStandardsResult> asyncHandler)
AWSSecurityHubAsync
Returns a list of the standards that are currently enabled.
getEnabledStandardsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Returns a list of findings that match the specified criteria.
getFindingsAsync
in interface AWSSecurityHubAsync
public Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest request, AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
AWSSecurityHubAsync
Returns a list of findings that match the specified criteria.
getFindingsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Lists the results of the Security Hub insight specified by the insight ARN.
getInsightResultsAsync
in interface AWSSecurityHubAsync
public Future<GetInsightResultsResult> getInsightResultsAsync(GetInsightResultsRequest request, AsyncHandler<GetInsightResultsRequest,GetInsightResultsResult> asyncHandler)
AWSSecurityHubAsync
Lists the results of the Security Hub insight specified by the insight ARN.
getInsightResultsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Lists and describes insights for the specified insight ARNs.
getInsightsAsync
in interface AWSSecurityHubAsync
public Future<GetInsightsResult> getInsightsAsync(GetInsightsRequest request, AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler)
AWSSecurityHubAsync
Lists and describes insights for the specified insight ARNs.
getInsightsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Returns 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 AWSSecurityHubAsync
public Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest request, AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
AWSSecurityHubAsync
Returns 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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Provides the details for the Security Hub master account for the current member account.
getMasterAccountAsync
in interface AWSSecurityHubAsync
public Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest request, AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
AWSSecurityHubAsync
Provides the details for the Security Hub master account for the current member account.
getMasterAccountAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Returns the details for the Security Hub member accounts for the specified account IDs.
getMembersAsync
in interface AWSSecurityHubAsync
public Future<GetMembersResult> getMembersAsync(GetMembersRequest request, AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
AWSSecurityHubAsync
Returns the details for the Security Hub member accounts for the specified account IDs.
getMembersAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Invites other AWS accounts to become member accounts for the Security Hub master account that the invitation is sent from.
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 accepts the invitation to become a member account and enables Security Hub, the master account can view the findings generated from the member account.
inviteMembersAsync
in interface AWSSecurityHubAsync
public Future<InviteMembersResult> inviteMembersAsync(InviteMembersRequest request, AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
AWSSecurityHubAsync
Invites other AWS accounts to become member accounts for the Security Hub master account that the invitation is sent from.
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 accepts the invitation to become a member account and enables Security Hub, the master account can view the findings generated from the member account.
inviteMembersAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.
listEnabledProductsForImportAsync
in interface AWSSecurityHubAsync
public Future<ListEnabledProductsForImportResult> listEnabledProductsForImportAsync(ListEnabledProductsForImportRequest request, AsyncHandler<ListEnabledProductsForImportRequest,ListEnabledProductsForImportResult> asyncHandler)
AWSSecurityHubAsync
Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.
listEnabledProductsForImportAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Lists all Security Hub membership invitations that were sent to the current AWS account.
listInvitationsAsync
in interface AWSSecurityHubAsync
public Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest request, AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
AWSSecurityHubAsync
Lists all Security Hub membership invitations that were sent to the current AWS account.
listInvitationsAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Lists details about all member accounts for the current Security Hub master account.
listMembersAsync
in interface AWSSecurityHubAsync
public Future<ListMembersResult> listMembersAsync(ListMembersRequest request, AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
AWSSecurityHubAsync
Lists details about all member accounts for the current Security Hub master account.
listMembersAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Returns a list of tags associated with a resource.
listTagsForResourceAsync
in interface AWSSecurityHubAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSSecurityHubAsync
Returns a list of tags associated with a resource.
listTagsForResourceAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Adds one or more tags to a resource.
tagResourceAsync
in interface AWSSecurityHubAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSSecurityHubAsync
Adds one or more tags to a resource.
tagResourceAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Removes one or more tags from a resource.
untagResourceAsync
in interface AWSSecurityHubAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSSecurityHubAsync
Removes one or more tags from a resource.
untagResourceAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Updates the name and description of a custom action target in Security Hub.
updateActionTargetAsync
in interface AWSSecurityHubAsync
public Future<UpdateActionTargetResult> updateActionTargetAsync(UpdateActionTargetRequest request, AsyncHandler<UpdateActionTargetRequest,UpdateActionTargetResult> asyncHandler)
AWSSecurityHubAsync
Updates the name and description of a custom action target in Security Hub.
updateActionTargetAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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
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 AWSSecurityHubAsync
public Future<UpdateFindingsResult> updateFindingsAsync(UpdateFindingsRequest request, AsyncHandler<UpdateFindingsRequest,UpdateFindingsResult> asyncHandler)
AWSSecurityHubAsync
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 AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Updates the Security Hub insight identified by the specified insight ARN.
updateInsightAsync
in interface AWSSecurityHubAsync
public Future<UpdateInsightResult> updateInsightAsync(UpdateInsightRequest request, AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler)
AWSSecurityHubAsync
Updates the Security Hub insight identified by the specified insight ARN.
updateInsightAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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)
AWSSecurityHubAsync
Used to control whether an individual compliance standard control is enabled or disabled.
updateStandardsControlAsync
in interface AWSSecurityHubAsync
public Future<UpdateStandardsControlResult> updateStandardsControlAsync(UpdateStandardsControlRequest request, AsyncHandler<UpdateStandardsControlRequest,UpdateStandardsControlResult> asyncHandler)
AWSSecurityHubAsync
Used to control whether an individual compliance standard control is enabled or disabled.
updateStandardsControlAsync
in interface AWSSecurityHubAsync
asyncHandler
- 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 void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSSecurityHub
shutdown
in class AmazonWebServiceClient
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.