@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonGuardDuty
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonGuardDuty
instead.
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources: VPC Flow Logs, AWS CloudTrail event logs, and DNS logs. It uses threat intelligence feeds (such as lists of malicious IPs and domains) and machine learning to identify unexpected, potentially unauthorized, and malicious activity within your AWS environment. This can include issues like escalations of privileges, uses of exposed credentials, or communication with malicious IPs, URLs, or domains. For example, GuardDuty can detect compromised EC2 instances that serve malware or mine bitcoin.
GuardDuty also monitors AWS account access behavior for signs of compromise. Some examples of this are unauthorized infrastructure deployments such as EC2 instances deployed in a Region that has never been used, or unusual API calls like a password policy change to reduce password strength.
GuardDuty informs you of the status of your AWS environment by producing security findings that you can view in the GuardDuty console or through Amazon CloudWatch events. For more information, see the Amazon GuardDuty User Guide .
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AcceptInvitationResult |
acceptInvitation(AcceptInvitationRequest acceptInvitationRequest)
Accepts the invitation to be monitored by a GuardDuty administrator account.
|
ArchiveFindingsResult |
archiveFindings(ArchiveFindingsRequest archiveFindingsRequest)
Archives GuardDuty findings that are specified by the list of finding IDs.
|
CreateDetectorResult |
createDetector(CreateDetectorRequest createDetectorRequest)
Creates a single Amazon GuardDuty detector.
|
CreateFilterResult |
createFilter(CreateFilterRequest createFilterRequest)
Creates a filter using the specified finding criteria.
|
CreateIPSetResult |
createIPSet(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
CreateMembersResult |
createMembers(CreateMembersRequest createMembersRequest)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
CreatePublishingDestinationResult |
createPublishingDestination(CreatePublishingDestinationRequest createPublishingDestinationRequest)
Creates a publishing destination to export findings to.
|
CreateSampleFindingsResult |
createSampleFindings(CreateSampleFindingsRequest createSampleFindingsRequest)
Generates example findings of types specified by the list of finding types.
|
CreateThreatIntelSetResult |
createThreatIntelSet(CreateThreatIntelSetRequest createThreatIntelSetRequest)
Creates a new ThreatIntelSet.
|
DeclineInvitationsResult |
declineInvitations(DeclineInvitationsRequest declineInvitationsRequest)
Declines invitations sent to the current member account by AWS accounts specified by their account IDs.
|
DeleteDetectorResult |
deleteDetector(DeleteDetectorRequest deleteDetectorRequest)
Deletes an Amazon GuardDuty detector that is specified by the detector ID.
|
DeleteFilterResult |
deleteFilter(DeleteFilterRequest deleteFilterRequest)
Deletes the filter specified by the filter name.
|
DeleteInvitationsResult |
deleteInvitations(DeleteInvitationsRequest deleteInvitationsRequest)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
|
DeleteIPSetResult |
deleteIPSet(DeleteIPSetRequest deleteIPSetRequest)
Deletes the IPSet specified by the
ipSetId . |
DeleteMembersResult |
deleteMembers(DeleteMembersRequest deleteMembersRequest)
Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
DeletePublishingDestinationResult |
deletePublishingDestination(DeletePublishingDestinationRequest deletePublishingDestinationRequest)
Deletes the publishing definition with the specified
destinationId . |
DeleteThreatIntelSetResult |
deleteThreatIntelSet(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest)
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
|
DescribeOrganizationConfigurationResult |
describeOrganizationConfiguration(DescribeOrganizationConfigurationRequest describeOrganizationConfigurationRequest)
Returns information about the account selected as the delegated administrator for GuardDuty.
|
DescribePublishingDestinationResult |
describePublishingDestination(DescribePublishingDestinationRequest describePublishingDestinationRequest)
Returns information about the publishing destination specified by the provided
destinationId . |
DisableOrganizationAdminAccountResult |
disableOrganizationAdminAccount(DisableOrganizationAdminAccountRequest disableOrganizationAdminAccountRequest)
Disables an AWS account within the Organization as the GuardDuty delegated administrator.
|
DisassociateFromMasterAccountResult |
disassociateFromMasterAccount(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest)
Disassociates the current GuardDuty member account from its administrator account.
|
DisassociateMembersResult |
disassociateMembers(DisassociateMembersRequest disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account
IDs.
|
EnableOrganizationAdminAccountResult |
enableOrganizationAdminAccount(EnableOrganizationAdminAccountRequest enableOrganizationAdminAccountRequest)
Enables an AWS account within the organization as the GuardDuty delegated administrator.
|
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.
|
GetDetectorResult |
getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
GetFilterResult |
getFilter(GetFilterRequest getFilterRequest)
Returns the details of the filter specified by the filter name.
|
GetFindingsResult |
getFindings(GetFindingsRequest getFindingsRequest)
Describes Amazon GuardDuty findings specified by finding IDs.
|
GetFindingsStatisticsResult |
getFindingsStatistics(GetFindingsStatisticsRequest getFindingsStatisticsRequest)
Lists Amazon GuardDuty findings statistics for the specified detector ID.
|
GetInvitationsCountResult |
getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
GetIPSetResult |
getIPSet(GetIPSetRequest getIPSetRequest)
Retrieves the IPSet specified by the
ipSetId . |
GetMasterAccountResult |
getMasterAccount(GetMasterAccountRequest getMasterAccountRequest)
Provides the details for the GuardDuty administrator account associated with the current GuardDuty member
account.
|
GetMemberDetectorsResult |
getMemberDetectors(GetMemberDetectorsRequest getMemberDetectorsRequest)
Describes which data sources are enabled for the member account's detector.
|
GetMembersResult |
getMembers(GetMembersRequest getMembersRequest)
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account
IDs.
|
GetThreatIntelSetResult |
getThreatIntelSet(GetThreatIntelSetRequest getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
GetUsageStatisticsResult |
getUsageStatistics(GetUsageStatisticsRequest getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
InviteMembersResult |
inviteMembers(InviteMembersRequest inviteMembersRequest)
Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty,
and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty
administrator account.
|
ListDetectorsResult |
listDetectors(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
ListFiltersResult |
listFilters(ListFiltersRequest listFiltersRequest)
Returns a paginated list of the current filters.
|
ListFindingsResult |
listFindings(ListFindingsRequest listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
|
ListInvitationsResult |
listInvitations(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
ListIPSetsResult |
listIPSets(ListIPSetsRequest listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
ListMembersResult |
listMembers(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty administrator account.
|
ListOrganizationAdminAccountsResult |
listOrganizationAdminAccounts(ListOrganizationAdminAccountsRequest listOrganizationAdminAccountsRequest)
Lists the accounts configured as GuardDuty delegated administrators.
|
ListPublishingDestinationsResult |
listPublishingDestinations(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
dectectorId . |
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags for a resource.
|
ListThreatIntelSetsResult |
listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartMonitoringMembersResult |
startMonitoringMembers(StartMonitoringMembersRequest startMonitoringMembersRequest)
Turns on GuardDuty monitoring of the specified member accounts.
|
StopMonitoringMembersResult |
stopMonitoringMembers(StopMonitoringMembersRequest stopMonitoringMembersRequest)
Stops GuardDuty monitoring for the specified member accounts.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds tags to a resource.
|
UnarchiveFindingsResult |
unarchiveFindings(UnarchiveFindingsRequest unarchiveFindingsRequest)
Unarchives GuardDuty findings specified by the
findingIds . |
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
UpdateDetectorResult |
updateDetector(UpdateDetectorRequest updateDetectorRequest)
Updates the Amazon GuardDuty detector specified by the detectorId.
|
UpdateFilterResult |
updateFilter(UpdateFilterRequest updateFilterRequest)
Updates the filter specified by the filter name.
|
UpdateFindingsFeedbackResult |
updateFindingsFeedback(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest)
Marks the specified GuardDuty findings as useful or not useful.
|
UpdateIPSetResult |
updateIPSet(UpdateIPSetRequest updateIPSetRequest)
Updates the IPSet specified by the IPSet ID.
|
UpdateMemberDetectorsResult |
updateMemberDetectors(UpdateMemberDetectorsRequest updateMemberDetectorsRequest)
Contains information on member accounts to be updated.
|
UpdateOrganizationConfigurationResult |
updateOrganizationConfiguration(UpdateOrganizationConfigurationRequest updateOrganizationConfigurationRequest)
Updates the delegated administrator account with the values provided.
|
UpdatePublishingDestinationResult |
updatePublishingDestination(UpdatePublishingDestinationRequest updatePublishingDestinationRequest)
Updates information about the publishing destination specified by the
destinationId . |
UpdateThreatIntelSetResult |
updateThreatIntelSet(UpdateThreatIntelSetRequest updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
|
static final String ENDPOINT_PREFIX
AcceptInvitationResult acceptInvitation(AcceptInvitationRequest acceptInvitationRequest)
Accepts the invitation to be monitored by a GuardDuty administrator account.
acceptInvitationRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ArchiveFindingsResult archiveFindings(ArchiveFindingsRequest archiveFindingsRequest)
Archives GuardDuty findings that are specified by the list of finding IDs.
Only the administrator account can archive findings. Member accounts don't have permission to archive findings from their accounts.
archiveFindingsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.CreateDetectorResult createDetector(CreateDetectorRequest createDetectorRequest)
Creates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default.
createDetectorRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.CreateFilterResult createFilter(CreateFilterRequest createFilterRequest)
Creates a filter using the specified finding criteria.
createFilterRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.CreateIPSetResult createIPSet(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with AWS infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.
createIPSetRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.CreateMembersResult createMembers(CreateMembersRequest createMembersRequest)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization.
When using Create Members
as an organizations delegated administrator this action will enable
GuardDuty in the added member accounts, with the exception of the organization delegated administrator account,
which must enable GuardDuty prior to being added as a member.
If you are adding accounts by invitation use this action after GuardDuty has been enabled in potential member
accounts and before using
Invite Members
.
createMembersRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.CreatePublishingDestinationResult createPublishingDestination(CreatePublishingDestinationRequest createPublishingDestinationRequest)
Creates a publishing destination to export findings to. The resource to export findings to must exist before you use this operation.
createPublishingDestinationRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.CreateSampleFindingsResult createSampleFindings(CreateSampleFindingsRequest createSampleFindingsRequest)
Generates example findings of types specified by the list of finding types. If 'NULL' is specified for
findingTypes
, the API generates example findings of all supported finding types.
createSampleFindingsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.CreateThreatIntelSetResult createThreatIntelSet(CreateThreatIntelSetRequest createThreatIntelSetRequest)
Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can use this operation.
createThreatIntelSetRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DeclineInvitationsResult declineInvitations(DeclineInvitationsRequest declineInvitationsRequest)
Declines invitations sent to the current member account by AWS accounts specified by their account IDs.
declineInvitationsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DeleteDetectorResult deleteDetector(DeleteDetectorRequest deleteDetectorRequest)
Deletes an Amazon GuardDuty detector that is specified by the detector ID.
deleteDetectorRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DeleteFilterResult deleteFilter(DeleteFilterRequest deleteFilterRequest)
Deletes the filter specified by the filter name.
deleteFilterRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DeleteIPSetResult deleteIPSet(DeleteIPSetRequest deleteIPSetRequest)
Deletes the IPSet specified by the ipSetId
. IPSets are called trusted IP lists in the console user
interface.
deleteIPSetRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DeleteInvitationsResult deleteInvitations(DeleteInvitationsRequest deleteInvitationsRequest)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
deleteInvitationsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DeleteMembersResult deleteMembers(DeleteMembersRequest deleteMembersRequest)
Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
deleteMembersRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DeletePublishingDestinationResult deletePublishingDestination(DeletePublishingDestinationRequest deletePublishingDestinationRequest)
Deletes the publishing definition with the specified destinationId
.
deletePublishingDestinationRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DeleteThreatIntelSetResult deleteThreatIntelSet(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest)
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
deleteThreatIntelSetRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DescribeOrganizationConfigurationResult describeOrganizationConfiguration(DescribeOrganizationConfigurationRequest describeOrganizationConfigurationRequest)
Returns information about the account selected as the delegated administrator for GuardDuty.
describeOrganizationConfigurationRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DescribePublishingDestinationResult describePublishingDestination(DescribePublishingDestinationRequest describePublishingDestinationRequest)
Returns information about the publishing destination specified by the provided destinationId
.
describePublishingDestinationRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DisableOrganizationAdminAccountResult disableOrganizationAdminAccount(DisableOrganizationAdminAccountRequest disableOrganizationAdminAccountRequest)
Disables an AWS account within the Organization as the GuardDuty delegated administrator.
disableOrganizationAdminAccountRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DisassociateFromMasterAccountResult disassociateFromMasterAccount(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest)
Disassociates the current GuardDuty member account from its administrator account.
disassociateFromMasterAccountRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.DisassociateMembersResult disassociateMembers(DisassociateMembersRequest disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
disassociateMembersRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.EnableOrganizationAdminAccountResult enableOrganizationAdminAccount(EnableOrganizationAdminAccountRequest enableOrganizationAdminAccountRequest)
Enables an AWS account within the organization as the GuardDuty delegated administrator.
enableOrganizationAdminAccountRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetDetectorResult getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
getDetectorRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetFilterResult getFilter(GetFilterRequest getFilterRequest)
Returns the details of the filter specified by the filter name.
getFilterRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetFindingsResult getFindings(GetFindingsRequest getFindingsRequest)
Describes Amazon GuardDuty findings specified by finding IDs.
getFindingsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetFindingsStatisticsResult getFindingsStatistics(GetFindingsStatisticsRequest getFindingsStatisticsRequest)
Lists Amazon GuardDuty findings statistics for the specified detector ID.
getFindingsStatisticsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetIPSetResult getIPSet(GetIPSetRequest getIPSetRequest)
Retrieves the IPSet specified by the ipSetId
.
getIPSetRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetInvitationsCountResult getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.
getInvitationsCountRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetMasterAccountResult getMasterAccount(GetMasterAccountRequest getMasterAccountRequest)
Provides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
getMasterAccountRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetMemberDetectorsResult getMemberDetectors(GetMemberDetectorsRequest getMemberDetectorsRequest)
Describes which data sources are enabled for the member account's detector.
getMemberDetectorsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetMembersResult getMembers(GetMembersRequest getMembersRequest)
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.
getMembersRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetThreatIntelSetResult getThreatIntelSet(GetThreatIntelSetRequest getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
getThreatIntelSetRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.GetUsageStatisticsResult getUsageStatistics(GetUsageStatisticsRequest getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources the cost returned will include only the usage so far under 30 days, this may differ from the cost metrics in the console, which projects usage over 30 days to provide a monthly cost estimate. For more information see Understanding How Usage Costs are Calculated.
getUsageStatisticsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.InviteMembersResult inviteMembers(InviteMembersRequest inviteMembersRequest)
Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.
inviteMembersRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListDetectorsResult listDetectors(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
listDetectorsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListFiltersResult listFilters(ListFiltersRequest listFiltersRequest)
Returns a paginated list of the current filters.
listFiltersRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListFindingsResult listFindings(ListFindingsRequest listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
listFindingsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListIPSetsResult listIPSets(ListIPSetsRequest listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the IPSets returned are the IPSets from the associated administrator account.
listIPSetsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListInvitationsResult listInvitations(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
listInvitationsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListMembersResult listMembers(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty administrator account.
listMembersRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListOrganizationAdminAccountsResult listOrganizationAdminAccounts(ListOrganizationAdminAccountsRequest listOrganizationAdminAccountsRequest)
Lists the accounts configured as GuardDuty delegated administrators.
listOrganizationAdminAccountsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListPublishingDestinationsResult listPublishingDestinations(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified dectectorId
.
listPublishingDestinationsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.
listTagsForResourceRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.ListThreatIntelSetsResult listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the ThreatIntelSets associated with the administrator account are returned.
listThreatIntelSetsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.StartMonitoringMembersResult startMonitoringMembers(StartMonitoringMembersRequest startMonitoringMembersRequest)
Turns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of
accounts that you stopped monitoring with the StopMonitoringMembers
operation.
startMonitoringMembersRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.StopMonitoringMembersResult stopMonitoringMembers(StopMonitoringMembersRequest stopMonitoringMembersRequest)
Stops GuardDuty monitoring for the specified member accounts. Use the StartMonitoringMembers
operation to restart monitoring for those accounts.
stopMonitoringMembersRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds tags to a resource.
tagResourceRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UnarchiveFindingsResult unarchiveFindings(UnarchiveFindingsRequest unarchiveFindingsRequest)
Unarchives GuardDuty findings specified by the findingIds
.
unarchiveFindingsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
untagResourceRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UpdateDetectorResult updateDetector(UpdateDetectorRequest updateDetectorRequest)
Updates the Amazon GuardDuty detector specified by the detectorId.
updateDetectorRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UpdateFilterResult updateFilter(UpdateFilterRequest updateFilterRequest)
Updates the filter specified by the filter name.
updateFilterRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UpdateFindingsFeedbackResult updateFindingsFeedback(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest)
Marks the specified GuardDuty findings as useful or not useful.
updateFindingsFeedbackRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UpdateIPSetResult updateIPSet(UpdateIPSetRequest updateIPSetRequest)
Updates the IPSet specified by the IPSet ID.
updateIPSetRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UpdateMemberDetectorsResult updateMemberDetectors(UpdateMemberDetectorsRequest updateMemberDetectorsRequest)
Contains information on member accounts to be updated.
updateMemberDetectorsRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UpdateOrganizationConfigurationResult updateOrganizationConfiguration(UpdateOrganizationConfigurationRequest updateOrganizationConfigurationRequest)
Updates the delegated administrator account with the values provided.
updateOrganizationConfigurationRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UpdatePublishingDestinationResult updatePublishingDestination(UpdatePublishingDestinationRequest updatePublishingDestinationRequest)
Updates information about the publishing destination specified by the destinationId
.
updatePublishingDestinationRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.UpdateThreatIntelSetResult updateThreatIntelSet(UpdateThreatIntelSetRequest updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
updateThreatIntelSetRequest
- BadRequestException
- A bad request exception object.InternalServerErrorException
- An internal server error exception object.void shutdown()
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 a request.
request
- The originally executed request.