@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 monitored by a master SecurityHub account.
|
BatchDisableStandardsResult |
batchDisableStandards(BatchDisableStandardsRequest request)
Disables the standards specified by the standards subscription ARNs.
|
BatchEnableStandardsResult |
batchEnableStandards(BatchEnableStandardsRequest request)
Enables the standards specified by the standards ARNs.
|
BatchImportFindingsResult |
batchImportFindings(BatchImportFindingsRequest request)
Imports security findings that are generated by the integrated third-party products into Security Hub.
|
CreateInsightResult |
createInsight(CreateInsightRequest request)
Creates an insight, which is a consolidation of findings that identifies a security area that requires attention
or intervention.
|
CreateMembersResult |
createMembers(CreateMembersRequest request)
Creates member Security Hub accounts in the current AWS account (which becomes the master Security Hub account)
that has Security Hub enabled.
|
DeclineInvitationsResult |
declineInvitations(DeclineInvitationsRequest request)
Declines invitations that are sent to this AWS account (invitee) by the AWS accounts (inviters) that are
specified by the account IDs.
|
DeleteInsightResult |
deleteInsight(DeleteInsightRequest request)
Deletes an insight that is specified by the insight ARN.
|
DeleteInvitationsResult |
deleteInvitations(DeleteInvitationsRequest request)
Deletes invitations that are sent to this AWS account (invitee) by the AWS accounts (inviters) that are specified
by their account IDs.
|
DeleteMembersResult |
deleteMembers(DeleteMembersRequest request)
Deletes the Security Hub member accounts that are specified by the account IDs.
|
DisableImportFindingsForProductResult |
disableImportFindingsForProduct(DisableImportFindingsForProductRequest request)
Cancels the subscription that allows a findings-generating solution (product) to import its findings into
Security Hub.
|
DisableSecurityHubResult |
disableSecurityHub(DisableSecurityHubRequest request)
Disables the AWS Security Hub Service.
|
DisassociateFromMasterAccountResult |
disassociateFromMasterAccount(DisassociateFromMasterAccountRequest request)
Disassociates the current Security Hub member account from its master account.
|
DisassociateMembersResult |
disassociateMembers(DisassociateMembersRequest request)
Disassociates the Security Hub member accounts that are specified by the account IDs from their master account.
|
EnableImportFindingsForProductResult |
enableImportFindingsForProduct(EnableImportFindingsForProductRequest request)
Sets up the subscription that enables a findings-generating solution (product) to import its findings into
Security Hub.
|
EnableSecurityHubResult |
enableSecurityHub(EnableSecurityHubRequest request)
Enables the AWS Security Hub service.
|
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)
Lists and describes enabled standards.
|
GetFindingsResult |
getFindings(GetFindingsRequest request)
Lists and describes Security Hub-aggregated findings that are specified by filter attributes.
|
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 that are specified by 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 to the current member account.
|
GetMembersResult |
getMembers(GetMembersRequest request)
Returns the details on the Security Hub member accounts that are specified by the account IDs.
|
InviteMembersResult |
inviteMembers(InviteMembersRequest request)
Invites other AWS accounts to enable Security Hub and become Security Hub member accounts.
|
ListEnabledProductsForImportResult |
listEnabledProductsForImport(ListEnabledProductsForImportRequest request)
Lists all findings-generating solutions (products) whose findings you've subscribed to receive 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.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateFindingsResult |
updateFindings(UpdateFindingsRequest request)
Updates the AWS Security Hub-aggregated findings specified by the filter attributes.
|
UpdateInsightResult |
updateInsight(UpdateInsightRequest request)
Updates the AWS Security Hub insight specified by the insight ARN.
|
public AcceptInvitationResult acceptInvitation(AcceptInvitationRequest request)
AWSSecurityHub
Accepts the invitation to be monitored by a master SecurityHub account.
acceptInvitation
in interface AWSSecurityHub
public BatchDisableStandardsResult batchDisableStandards(BatchDisableStandardsRequest request)
AWSSecurityHub
Disables the standards specified by the standards subscription ARNs. In the context of Security Hub, supported standards (for example, CIS AWS Foundations) are automated and continuous checks that help determine your compliance status against security industry (including AWS) best practices.
batchDisableStandards
in interface AWSSecurityHub
public BatchEnableStandardsResult batchEnableStandards(BatchEnableStandardsRequest request)
AWSSecurityHub
Enables the standards specified by the standards ARNs. In the context of Security Hub, supported standards (for example, CIS AWS Foundations) are automated and continuous checks that help determine your compliance status against security industry (including AWS) best practices.
batchEnableStandards
in interface AWSSecurityHub
public BatchImportFindingsResult batchImportFindings(BatchImportFindingsRequest request)
AWSSecurityHub
Imports security findings that are generated by the integrated third-party products into Security Hub.
batchImportFindings
in interface AWSSecurityHub
public CreateInsightResult createInsight(CreateInsightRequest request)
AWSSecurityHub
Creates an insight, which is a consolidation of findings that identifies a security area that requires attention or intervention.
createInsight
in interface AWSSecurityHub
public CreateMembersResult createMembers(CreateMembersRequest request)
AWSSecurityHub
Creates member Security Hub accounts in the current AWS account (which becomes the master Security Hub account) that has Security Hub enabled.
createMembers
in interface AWSSecurityHub
public DeclineInvitationsResult declineInvitations(DeclineInvitationsRequest request)
AWSSecurityHub
Declines invitations that are sent to this AWS account (invitee) by the AWS accounts (inviters) that are specified by the account IDs.
declineInvitations
in interface AWSSecurityHub
public DeleteInsightResult deleteInsight(DeleteInsightRequest request)
AWSSecurityHub
Deletes an insight that is specified by the insight ARN.
deleteInsight
in interface AWSSecurityHub
public DeleteInvitationsResult deleteInvitations(DeleteInvitationsRequest request)
AWSSecurityHub
Deletes invitations that are sent to this AWS account (invitee) by the AWS accounts (inviters) that are specified by their account IDs.
deleteInvitations
in interface AWSSecurityHub
public DeleteMembersResult deleteMembers(DeleteMembersRequest request)
AWSSecurityHub
Deletes the Security Hub member accounts that are specified by the account IDs.
deleteMembers
in interface AWSSecurityHub
public DisableImportFindingsForProductResult disableImportFindingsForProduct(DisableImportFindingsForProductRequest request)
AWSSecurityHub
Cancels the subscription that allows a findings-generating solution (product) to import its findings into Security Hub.
disableImportFindingsForProduct
in interface AWSSecurityHub
public DisableSecurityHubResult disableSecurityHub(DisableSecurityHubRequest request)
AWSSecurityHub
Disables the AWS Security Hub Service.
disableSecurityHub
in interface AWSSecurityHub
public DisassociateFromMasterAccountResult disassociateFromMasterAccount(DisassociateFromMasterAccountRequest request)
AWSSecurityHub
Disassociates the current Security Hub member account from its master account.
disassociateFromMasterAccount
in interface AWSSecurityHub
public DisassociateMembersResult disassociateMembers(DisassociateMembersRequest request)
AWSSecurityHub
Disassociates the Security Hub member accounts that are specified by the account IDs from their master account.
disassociateMembers
in interface AWSSecurityHub
public EnableImportFindingsForProductResult enableImportFindingsForProduct(EnableImportFindingsForProductRequest request)
AWSSecurityHub
Sets up the subscription that enables a findings-generating solution (product) to import its findings into Security Hub.
enableImportFindingsForProduct
in interface AWSSecurityHub
public EnableSecurityHubResult enableSecurityHub(EnableSecurityHubRequest request)
AWSSecurityHub
Enables the AWS Security Hub service.
enableSecurityHub
in interface AWSSecurityHub
public GetEnabledStandardsResult getEnabledStandards(GetEnabledStandardsRequest request)
AWSSecurityHub
Lists and describes enabled standards.
getEnabledStandards
in interface AWSSecurityHub
public GetFindingsResult getFindings(GetFindingsRequest request)
AWSSecurityHub
Lists and describes Security Hub-aggregated findings that are specified by filter attributes.
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 that are specified by 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 to the current member account.
getMasterAccount
in interface AWSSecurityHub
public GetMembersResult getMembers(GetMembersRequest request)
AWSSecurityHub
Returns the details on the Security Hub member accounts that are specified by the account IDs.
getMembers
in interface AWSSecurityHub
public InviteMembersResult inviteMembers(InviteMembersRequest request)
AWSSecurityHub
Invites other AWS accounts to enable Security Hub and become Security Hub member accounts. When an account accepts the invitation and becomes a member account, the master account can view Security Hub findings of the member account.
inviteMembers
in interface AWSSecurityHub
public ListEnabledProductsForImportResult listEnabledProductsForImport(ListEnabledProductsForImportRequest request)
AWSSecurityHub
Lists all findings-generating solutions (products) whose findings you've subscribed to receive 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 UpdateFindingsResult updateFindings(UpdateFindingsRequest request)
AWSSecurityHub
Updates the AWS Security Hub-aggregated findings specified by the filter attributes.
updateFindings
in interface AWSSecurityHub
public UpdateInsightResult updateInsight(UpdateInsightRequest request)
AWSSecurityHub
Updates the AWS Security Hub insight specified by the insight ARN.
updateInsight
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.