@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSSecurityHub extends Object implements AWSSecurityHub
AWSSecurityHub
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AcceptInvitationResult |
acceptInvitation(AcceptInvitationRequest request)
Accepts the invitation to be a member account and be monitored by the Security Hub master account that the
invitation was sent from.
|
BatchDisableStandardsResult |
batchDisableStandards(BatchDisableStandardsRequest request)
Disables the standards specified by the provided
StandardsSubscriptionArns . |
BatchEnableStandardsResult |
batchEnableStandards(BatchEnableStandardsRequest request)
Enables the standards specified by the provided
StandardsArn . |
BatchImportFindingsResult |
batchImportFindings(BatchImportFindingsRequest request)
Imports security findings generated from an integrated third-party product into Security Hub.
|
CreateActionTargetResult |
createActionTarget(CreateActionTargetRequest request)
Creates a custom action target in Security Hub.
|
CreateInsightResult |
createInsight(CreateInsightRequest request)
Creates a custom insight in Security Hub.
|
CreateMembersResult |
createMembers(CreateMembersRequest request)
Creates a member association in Security Hub between the specified accounts and the account used to make the
request, which is the master account.
|
DeclineInvitationsResult |
declineInvitations(DeclineInvitationsRequest request)
Declines invitations to become a member account.
|
DeleteActionTargetResult |
deleteActionTarget(DeleteActionTargetRequest request)
Deletes a custom action target from Security Hub.
|
DeleteInsightResult |
deleteInsight(DeleteInsightRequest request)
Deletes the insight specified by the
InsightArn . |
DeleteInvitationsResult |
deleteInvitations(DeleteInvitationsRequest request)
Deletes invitations received by the AWS account to become a member account.
|
DeleteMembersResult |
deleteMembers(DeleteMembersRequest request)
Deletes the specified member accounts from Security Hub.
|
DescribeActionTargetsResult |
describeActionTargets(DescribeActionTargetsRequest request)
Returns a list of the custom action targets in Security Hub in your account.
|
DescribeHubResult |
describeHub(DescribeHubRequest request)
Returns details about the Hub resource in your account, including the
HubArn and the time when you
enabled Security Hub. |
DescribeProductsResult |
describeProducts(DescribeProductsRequest request)
Returns information about the available products that you can subscribe to and integrate with Security Hub in
order to consolidate findings.
|
DescribeStandardsResult |
describeStandards(DescribeStandardsRequest request)
Returns a list of the available standards in Security Hub.
|
DescribeStandardsControlsResult |
describeStandardsControls(DescribeStandardsControlsRequest request)
Returns a list of compliance standards controls.
|
DisableImportFindingsForProductResult |
disableImportFindingsForProduct(DisableImportFindingsForProductRequest request)
Disables the integration of the specified product with Security Hub.
|
DisableSecurityHubResult |
disableSecurityHub(DisableSecurityHubRequest request)
Disables Security Hub in your account only in the current Region.
|
DisassociateFromMasterAccountResult |
disassociateFromMasterAccount(DisassociateFromMasterAccountRequest request)
Disassociates the current Security Hub member account from the associated master account.
|
DisassociateMembersResult |
disassociateMembers(DisassociateMembersRequest request)
Disassociates the specified member accounts from the associated master account.
|
EnableImportFindingsForProductResult |
enableImportFindingsForProduct(EnableImportFindingsForProductRequest request)
Enables the integration of a partner product with Security Hub.
|
EnableSecurityHubResult |
enableSecurityHub(EnableSecurityHubRequest request)
Enables Security Hub for your account in the current Region or the Region you specify in the request.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetEnabledStandardsResult |
getEnabledStandards(GetEnabledStandardsRequest request)
Returns a list of the standards that are currently enabled.
|
GetFindingsResult |
getFindings(GetFindingsRequest request)
Returns a list of findings that match the specified criteria.
|
GetInsightResultsResult |
getInsightResults(GetInsightResultsRequest request)
Lists the results of the Security Hub insight specified by the insight ARN.
|
GetInsightsResult |
getInsights(GetInsightsRequest request)
Lists and describes insights for the specified insight ARNs.
|
GetInvitationsCountResult |
getInvitationsCount(GetInvitationsCountRequest request)
Returns the count of all Security Hub membership invitations that were sent to the current member account, not
including the currently accepted invitation.
|
GetMasterAccountResult |
getMasterAccount(GetMasterAccountRequest request)
Provides the details for the Security Hub master account for the current member account.
|
GetMembersResult |
getMembers(GetMembersRequest request)
Returns the details for the Security Hub member accounts for the specified account IDs.
|
InviteMembersResult |
inviteMembers(InviteMembersRequest request)
Invites other AWS accounts to become member accounts for the Security Hub master account that the invitation is
sent from.
|
ListEnabledProductsForImportResult |
listEnabledProductsForImport(ListEnabledProductsForImportRequest request)
Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security
Hub.
|
ListInvitationsResult |
listInvitations(ListInvitationsRequest request)
Lists all Security Hub membership invitations that were sent to the current AWS account.
|
ListMembersResult |
listMembers(ListMembersRequest request)
Lists details about all member accounts for the current Security Hub master account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags associated with a resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds one or more tags to a resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags from a resource.
|
UpdateActionTargetResult |
updateActionTarget(UpdateActionTargetRequest request)
Updates the name and description of a custom action target in Security Hub.
|
UpdateFindingsResult |
updateFindings(UpdateFindingsRequest request)
Updates the
Note and RecordState of the Security Hub-aggregated findings that the
filter attributes specify. |
UpdateInsightResult |
updateInsight(UpdateInsightRequest request)
Updates the Security Hub insight identified by the specified insight ARN.
|
UpdateStandardsControlResult |
updateStandardsControl(UpdateStandardsControlRequest request)
Used to control whether an individual compliance standard control is enabled or disabled.
|
public AcceptInvitationResult acceptInvitation(AcceptInvitationRequest request)
AWSSecurityHub
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.
acceptInvitation
in interface AWSSecurityHub
public BatchDisableStandardsResult batchDisableStandards(BatchDisableStandardsRequest request)
AWSSecurityHub
Disables the standards specified by the provided StandardsSubscriptionArns
.
For more information, see Compliance Standards section of the AWS Security Hub User Guide.
batchDisableStandards
in interface AWSSecurityHub
public BatchEnableStandardsResult batchEnableStandards(BatchEnableStandardsRequest request)
AWSSecurityHub
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.
batchEnableStandards
in interface AWSSecurityHub
public BatchImportFindingsResult batchImportFindings(BatchImportFindingsRequest request)
AWSSecurityHub
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.
batchImportFindings
in interface AWSSecurityHub
public CreateActionTargetResult createActionTarget(CreateActionTargetRequest request)
AWSSecurityHub
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.
createActionTarget
in interface AWSSecurityHub
public CreateInsightResult createInsight(CreateInsightRequest request)
AWSSecurityHub
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
.
createInsight
in interface AWSSecurityHub
public CreateMembersResult createMembers(CreateMembersRequest request)
AWSSecurityHub
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.
createMembers
in interface AWSSecurityHub
public DeclineInvitationsResult declineInvitations(DeclineInvitationsRequest request)
AWSSecurityHub
Declines invitations to become a member account.
declineInvitations
in interface AWSSecurityHub
public DeleteActionTargetResult deleteActionTarget(DeleteActionTargetRequest request)
AWSSecurityHub
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.
deleteActionTarget
in interface AWSSecurityHub
public DeleteInsightResult deleteInsight(DeleteInsightRequest request)
AWSSecurityHub
Deletes the insight specified by the InsightArn
.
deleteInsight
in interface AWSSecurityHub
public DeleteInvitationsResult deleteInvitations(DeleteInvitationsRequest request)
AWSSecurityHub
Deletes invitations received by the AWS account to become a member account.
deleteInvitations
in interface AWSSecurityHub
public DeleteMembersResult deleteMembers(DeleteMembersRequest request)
AWSSecurityHub
Deletes the specified member accounts from Security Hub.
deleteMembers
in interface AWSSecurityHub
public DescribeActionTargetsResult describeActionTargets(DescribeActionTargetsRequest request)
AWSSecurityHub
Returns a list of the custom action targets in Security Hub in your account.
describeActionTargets
in interface AWSSecurityHub
public DescribeHubResult describeHub(DescribeHubRequest request)
AWSSecurityHub
Returns details about the Hub resource in your account, including the HubArn
and the time when you
enabled Security Hub.
describeHub
in interface AWSSecurityHub
public DescribeProductsResult describeProducts(DescribeProductsRequest request)
AWSSecurityHub
Returns information about the available products that you can subscribe to and integrate with Security Hub in order to consolidate findings.
describeProducts
in interface AWSSecurityHub
public DescribeStandardsResult describeStandards(DescribeStandardsRequest request)
AWSSecurityHub
Returns a list of the available standards in Security Hub.
For each standard, the results include the standard ARN, the name, and a description.
describeStandards
in interface AWSSecurityHub
public DescribeStandardsControlsResult describeStandardsControls(DescribeStandardsControlsRequest request)
AWSSecurityHub
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.
describeStandardsControls
in interface AWSSecurityHub
public DisableImportFindingsForProductResult disableImportFindingsForProduct(DisableImportFindingsForProductRequest request)
AWSSecurityHub
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.
disableImportFindingsForProduct
in interface AWSSecurityHub
public DisableSecurityHubResult disableSecurityHub(DisableSecurityHubRequest request)
AWSSecurityHub
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.
disableSecurityHub
in interface AWSSecurityHub
public DisassociateFromMasterAccountResult disassociateFromMasterAccount(DisassociateFromMasterAccountRequest request)
AWSSecurityHub
Disassociates the current Security Hub member account from the associated master account.
disassociateFromMasterAccount
in interface AWSSecurityHub
public DisassociateMembersResult disassociateMembers(DisassociateMembersRequest request)
AWSSecurityHub
Disassociates the specified member accounts from the associated master account.
disassociateMembers
in interface AWSSecurityHub
public EnableImportFindingsForProductResult enableImportFindingsForProduct(EnableImportFindingsForProductRequest request)
AWSSecurityHub
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.
enableImportFindingsForProduct
in interface AWSSecurityHub
public EnableSecurityHubResult enableSecurityHub(EnableSecurityHubRequest request)
AWSSecurityHub
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.
enableSecurityHub
in interface AWSSecurityHub
public GetEnabledStandardsResult getEnabledStandards(GetEnabledStandardsRequest request)
AWSSecurityHub
Returns a list of the standards that are currently enabled.
getEnabledStandards
in interface AWSSecurityHub
public GetFindingsResult getFindings(GetFindingsRequest request)
AWSSecurityHub
Returns a list of findings that match the specified criteria.
getFindings
in interface AWSSecurityHub
public GetInsightResultsResult getInsightResults(GetInsightResultsRequest request)
AWSSecurityHub
Lists the results of the Security Hub insight specified by the insight ARN.
getInsightResults
in interface AWSSecurityHub
public GetInsightsResult getInsights(GetInsightsRequest request)
AWSSecurityHub
Lists and describes insights for the specified insight ARNs.
getInsights
in interface AWSSecurityHub
public GetInvitationsCountResult getInvitationsCount(GetInvitationsCountRequest request)
AWSSecurityHub
Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.
getInvitationsCount
in interface AWSSecurityHub
public GetMasterAccountResult getMasterAccount(GetMasterAccountRequest request)
AWSSecurityHub
Provides the details for the Security Hub master account for the current member account.
getMasterAccount
in interface AWSSecurityHub
public GetMembersResult getMembers(GetMembersRequest request)
AWSSecurityHub
Returns the details for the Security Hub member accounts for the specified account IDs.
getMembers
in interface AWSSecurityHub
public InviteMembersResult inviteMembers(InviteMembersRequest request)
AWSSecurityHub
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.
inviteMembers
in interface AWSSecurityHub
public ListEnabledProductsForImportResult listEnabledProductsForImport(ListEnabledProductsForImportRequest request)
AWSSecurityHub
Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.
listEnabledProductsForImport
in interface AWSSecurityHub
public ListInvitationsResult listInvitations(ListInvitationsRequest request)
AWSSecurityHub
Lists all Security Hub membership invitations that were sent to the current AWS account.
listInvitations
in interface AWSSecurityHub
public ListMembersResult listMembers(ListMembersRequest request)
AWSSecurityHub
Lists details about all member accounts for the current Security Hub master account.
listMembers
in interface AWSSecurityHub
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSSecurityHub
Returns a list of tags associated with a resource.
listTagsForResource
in interface AWSSecurityHub
public TagResourceResult tagResource(TagResourceRequest request)
AWSSecurityHub
Adds one or more tags to a resource.
tagResource
in interface AWSSecurityHub
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSSecurityHub
Removes one or more tags from a resource.
untagResource
in interface AWSSecurityHub
public UpdateActionTargetResult updateActionTarget(UpdateActionTargetRequest request)
AWSSecurityHub
Updates the name and description of a custom action target in Security Hub.
updateActionTarget
in interface AWSSecurityHub
public UpdateFindingsResult updateFindings(UpdateFindingsRequest request)
AWSSecurityHub
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.
updateFindings
in interface AWSSecurityHub
public UpdateInsightResult updateInsight(UpdateInsightRequest request)
AWSSecurityHub
Updates the Security Hub insight identified by the specified insight ARN.
updateInsight
in interface AWSSecurityHub
public UpdateStandardsControlResult updateStandardsControl(UpdateStandardsControlRequest request)
AWSSecurityHub
Used to control whether an individual compliance standard control is enabled or disabled.
updateStandardsControl
in interface AWSSecurityHub
public void shutdown()
AWSSecurityHub
shutdown
in interface AWSSecurityHub
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSSecurityHub
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSSecurityHub
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.