@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSSecurityHubClient extends AmazonWebServiceClient implements AWSSecurityHub
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 CIS AWS Foundations compliance checks. 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 invite was sent from.
| Modifier and Type | Field and Description |
|---|---|
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_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.
|
static AWSSecurityHubClientBuilder |
builder() |
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 products available that you can subscribe to and integrate with Security Hub to
consolidate findings.
|
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 that the insight ARN specifies.
|
GetInsightsResult |
getInsights(GetInsightsRequest request)
Lists and describes insights that insight ARNs specify.
|
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 the account IDs specify.
|
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) whose findings you have 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.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags associated with a resource.
|
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 that the insight ARN specifies.
|
addRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, shutdown, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdownprotected static final ClientConfigurationFactory configFactory
public static AWSSecurityHubClientBuilder builder()
public 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. 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 AWSSecurityHubacceptInvitationRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.public BatchDisableStandardsResult batchDisableStandards(BatchDisableStandardsRequest request)
Disables the standards specified by the provided StandardsSubscriptionArns. For more information,
see Standards
Supported in AWS Security Hub.
batchDisableStandards in interface AWSSecurityHubbatchDisableStandardsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.public BatchEnableStandardsResult batchEnableStandards(BatchEnableStandardsRequest request)
Enables the standards specified by the provided standardsArn. In this release, only CIS AWS
Foundations standards are supported. For more information, see Standards Supported in
AWS Security Hub.
batchEnableStandards in interface AWSSecurityHubbatchEnableStandardsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.public BatchImportFindingsResult batchImportFindings(BatchImportFindingsRequest request)
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 AWSSecurityHubbatchImportFindingsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.public CreateActionTargetResult createActionTarget(CreateActionTargetRequest request)
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 AWSSecurityHubcreateActionTargetRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceConflictException - The resource specified in the request conflicts with an existing resource.public CreateInsightResult createInsight(CreateInsightRequest request)
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. Use the GroupByAttribute to group the related findings
in the insight.
createInsight in interface AWSSecurityHubcreateInsightRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceConflictException - The resource specified in the request conflicts with an existing resource.public 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. To successfully create a member, you must use this action from an account that already has Security Hub enabled. You can use the EnableSecurityHub to enable Security Hub.
After you use CreateMembers to create member account associations in Security Hub, you need to use
the InviteMembers action, which invites the accounts to enable Security Hub and become member accounts in
Security Hub. If the invitation is accepted by the account owner, 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 being sent to both the
member and master accounts.
You can remove the association between the master and member accounts by using the DisassociateFromMasterAccount or DisassociateMembers operation.
createMembers in interface AWSSecurityHubcreateMembersRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceConflictException - The resource specified in the request conflicts with an existing resource.public DeclineInvitationsResult declineInvitations(DeclineInvitationsRequest request)
Declines invitations to become a member account.
declineInvitations in interface AWSSecurityHubdeclineInvitationsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public DeleteActionTargetResult deleteActionTarget(DeleteActionTargetRequest request)
Deletes a custom action target from Security Hub. Deleting a custom action target doesn't affect any findings or insights that were already sent to Amazon CloudWatch Events using the custom action.
deleteActionTarget in interface AWSSecurityHubdeleteActionTargetRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public DeleteInsightResult deleteInsight(DeleteInsightRequest request)
Deletes the insight specified by the InsightArn.
deleteInsight in interface AWSSecurityHubdeleteInsightRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public DeleteInvitationsResult deleteInvitations(DeleteInvitationsRequest request)
Deletes invitations received by the AWS account to become a member account.
deleteInvitations in interface AWSSecurityHubdeleteInvitationsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.public DeleteMembersResult deleteMembers(DeleteMembersRequest request)
Deletes the specified member accounts from Security Hub.
deleteMembers in interface AWSSecurityHubdeleteMembersRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public DescribeActionTargetsResult describeActionTargets(DescribeActionTargetsRequest request)
Returns a list of the custom action targets in Security Hub in your account.
describeActionTargets in interface AWSSecurityHubdescribeActionTargetsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public DescribeHubResult describeHub(DescribeHubRequest request)
Returns details about the Hub resource in your account, including the HubArn and the time when you
enabled Security Hub.
describeHub in interface AWSSecurityHubdescribeHubRequest - InternalException - Internal server error.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public DescribeProductsResult describeProducts(DescribeProductsRequest request)
Returns information about the products available that you can subscribe to and integrate with Security Hub to consolidate findings.
describeProducts in interface AWSSecurityHubdescribeProductsRequest - InternalException - Internal server error.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.public DisableImportFindingsForProductResult disableImportFindingsForProduct(DisableImportFindingsForProductRequest request)
Disables the integration of the specified product with Security Hub. Findings from that product are no longer sent to Security Hub after the integration is disabled.
disableImportFindingsForProduct in interface AWSSecurityHubdisableImportFindingsForProductRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.ResourceNotFoundException - The request was rejected because we can't find the specified resource.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.public DisableSecurityHubResult disableSecurityHub(DisableSecurityHubRequest request)
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 can't 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 AWSSecurityHubdisableSecurityHubRequest - InternalException - Internal server error.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public DisassociateFromMasterAccountResult disassociateFromMasterAccount(DisassociateFromMasterAccountRequest request)
Disassociates the current Security Hub member account from the associated master account.
disassociateFromMasterAccount in interface AWSSecurityHubdisassociateFromMasterAccountRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public DisassociateMembersResult disassociateMembers(DisassociateMembersRequest request)
Disassociates the specified member accounts from the associated master account.
disassociateMembers in interface AWSSecurityHubdisassociateMembersRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public EnableImportFindingsForProductResult enableImportFindingsForProduct(EnableImportFindingsForProductRequest request)
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 AWSSecurityHubenableImportFindingsForProductRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceConflictException - The resource specified in the request conflicts with an existing resource.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.public EnableSecurityHubResult enableSecurityHub(EnableSecurityHubRequest request)
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. To learn more, see Setting Up AWS Security Hub.
enableSecurityHub in interface AWSSecurityHubenableSecurityHubRequest - InternalException - Internal server error.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceConflictException - The resource specified in the request conflicts with an existing resource.AccessDeniedException - You don't have permission to perform the action specified in the request.public GetEnabledStandardsResult getEnabledStandards(GetEnabledStandardsRequest request)
Returns a list of the standards that are currently enabled.
getEnabledStandards in interface AWSSecurityHubgetEnabledStandardsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.public GetFindingsResult getFindings(GetFindingsRequest request)
Returns a list of findings that match the specified criteria.
getFindings in interface AWSSecurityHubgetFindingsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.public GetInsightResultsResult getInsightResults(GetInsightResultsRequest request)
Lists the results of the Security Hub insight that the insight ARN specifies.
getInsightResults in interface AWSSecurityHubgetInsightResultsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public GetInsightsResult getInsights(GetInsightsRequest request)
Lists and describes insights that insight ARNs specify.
getInsights in interface AWSSecurityHubgetInsightsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public 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.
getInvitationsCount in interface AWSSecurityHubgetInvitationsCountRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.public GetMasterAccountResult getMasterAccount(GetMasterAccountRequest request)
Provides the details for the Security Hub master account to the current member account.
getMasterAccount in interface AWSSecurityHubgetMasterAccountRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public GetMembersResult getMembers(GetMembersRequest request)
Returns the details on the Security Hub member accounts that the account IDs specify.
getMembers in interface AWSSecurityHubgetMembersRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public InviteMembersResult inviteMembers(InviteMembersRequest request)
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 create the member account in Security Hub by using the CreateMembers action. 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 member account.
inviteMembers in interface AWSSecurityHubinviteMembersRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public ListEnabledProductsForImportResult listEnabledProductsForImport(ListEnabledProductsForImportRequest request)
Lists all findings-generating solutions (products) whose findings you have subscribed to receive in Security Hub.
listEnabledProductsForImport in interface AWSSecurityHublistEnabledProductsForImportRequest - InternalException - Internal server error.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.public ListInvitationsResult listInvitations(ListInvitationsRequest request)
Lists all Security Hub membership invitations that were sent to the current AWS account.
listInvitations in interface AWSSecurityHublistInvitationsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.public ListMembersResult listMembers(ListMembersRequest request)
Lists details about all member accounts for the current Security Hub master account.
listMembers in interface AWSSecurityHublistMembersRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags associated with a resource.
listTagsForResource in interface AWSSecurityHublistTagsForResourceRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public TagResourceResult tagResource(TagResourceRequest request)
Adds one or more tags to a resource.
tagResource in interface AWSSecurityHubtagResourceRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes one or more tags from a resource.
untagResource in interface AWSSecurityHubuntagResourceRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public UpdateActionTargetResult updateActionTarget(UpdateActionTargetRequest request)
Updates the name and description of a custom action target in Security Hub.
updateActionTarget in interface AWSSecurityHubupdateActionTargetRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.ResourceNotFoundException - The request was rejected because we can't find the specified resource.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public UpdateFindingsResult updateFindings(UpdateFindingsRequest request)
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 AWSSecurityHubupdateFindingsRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public UpdateInsightResult updateInsight(UpdateInsightRequest request)
Updates the Security Hub insight that the insight ARN specifies.
updateInsight in interface AWSSecurityHubupdateInsightRequest - InternalException - Internal server error.InvalidInputException - The request was rejected because you supplied an invalid or out-of-range value for an input parameter.InvalidAccessException - AWS Security Hub isn't enabled for the account used to make this request.LimitExceededException - The request was rejected because it attempted to create resources beyond the current AWS account limits.
The error code describes the limit exceeded.ResourceNotFoundException - The request was rejected because we can't find the specified resource.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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 the request.
getCachedResponseMetadata in interface AWSSecurityHubrequest - The originally executed requestCopyright © 2019. All rights reserved.