@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonGuardDutyAsync extends AmazonGuardDuty
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonGuardDutyAsync
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 and 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 serving malware or mining bitcoin. It also monitors AWS account access behavior for signs of compromise, such as unauthorized infrastructure deployments, like 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 Amazon GuardDuty User Guide.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AcceptInvitationResult> |
acceptInvitationAsync(AcceptInvitationRequest acceptInvitationRequest)
Accepts the invitation to be monitored by a master GuardDuty account.
|
Future<AcceptInvitationResult> |
acceptInvitationAsync(AcceptInvitationRequest acceptInvitationRequest,
AsyncHandler<AcceptInvitationRequest,AcceptInvitationResult> asyncHandler)
Accepts the invitation to be monitored by a master GuardDuty account.
|
Future<ArchiveFindingsResult> |
archiveFindingsAsync(ArchiveFindingsRequest archiveFindingsRequest)
Archives GuardDuty findings specified by the list of finding IDs.
|
Future<ArchiveFindingsResult> |
archiveFindingsAsync(ArchiveFindingsRequest archiveFindingsRequest,
AsyncHandler<ArchiveFindingsRequest,ArchiveFindingsResult> asyncHandler)
Archives GuardDuty findings specified by the list of finding IDs.
|
Future<CreateDetectorResult> |
createDetectorAsync(CreateDetectorRequest createDetectorRequest)
Creates a single Amazon GuardDuty detector.
|
Future<CreateDetectorResult> |
createDetectorAsync(CreateDetectorRequest createDetectorRequest,
AsyncHandler<CreateDetectorRequest,CreateDetectorResult> asyncHandler)
Creates a single Amazon GuardDuty detector.
|
Future<CreateFilterResult> |
createFilterAsync(CreateFilterRequest createFilterRequest)
Creates a filter using the specified finding criteria.
|
Future<CreateFilterResult> |
createFilterAsync(CreateFilterRequest createFilterRequest,
AsyncHandler<CreateFilterRequest,CreateFilterResult> asyncHandler)
Creates a filter using the specified finding criteria.
|
Future<CreateIPSetResult> |
createIPSetAsync(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet, called Trusted IP list in the consoler user interface.
|
Future<CreateIPSetResult> |
createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates a new IPSet, called Trusted IP list in the consoler user interface.
|
Future<CreateMembersResult> |
createMembersAsync(CreateMembersRequest createMembersRequest)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
Future<CreateMembersResult> |
createMembersAsync(CreateMembersRequest createMembersRequest,
AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
Future<CreatePublishingDestinationResult> |
createPublishingDestinationAsync(CreatePublishingDestinationRequest createPublishingDestinationRequest)
Creates a publishing destination to send findings to.
|
Future<CreatePublishingDestinationResult> |
createPublishingDestinationAsync(CreatePublishingDestinationRequest createPublishingDestinationRequest,
AsyncHandler<CreatePublishingDestinationRequest,CreatePublishingDestinationResult> asyncHandler)
Creates a publishing destination to send findings to.
|
Future<CreateSampleFindingsResult> |
createSampleFindingsAsync(CreateSampleFindingsRequest createSampleFindingsRequest)
Generates example findings of types specified by the list of finding types.
|
Future<CreateSampleFindingsResult> |
createSampleFindingsAsync(CreateSampleFindingsRequest createSampleFindingsRequest,
AsyncHandler<CreateSampleFindingsRequest,CreateSampleFindingsResult> asyncHandler)
Generates example findings of types specified by the list of finding types.
|
Future<CreateThreatIntelSetResult> |
createThreatIntelSetAsync(CreateThreatIntelSetRequest createThreatIntelSetRequest)
Create a new ThreatIntelSet.
|
Future<CreateThreatIntelSetResult> |
createThreatIntelSetAsync(CreateThreatIntelSetRequest createThreatIntelSetRequest,
AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler)
Create a new ThreatIntelSet.
|
Future<DeclineInvitationsResult> |
declineInvitationsAsync(DeclineInvitationsRequest declineInvitationsRequest)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
|
Future<DeclineInvitationsResult> |
declineInvitationsAsync(DeclineInvitationsRequest declineInvitationsRequest,
AsyncHandler<DeclineInvitationsRequest,DeclineInvitationsResult> asyncHandler)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
|
Future<DeleteDetectorResult> |
deleteDetectorAsync(DeleteDetectorRequest deleteDetectorRequest)
Deletes a Amazon GuardDuty detector specified by the detector ID.
|
Future<DeleteDetectorResult> |
deleteDetectorAsync(DeleteDetectorRequest deleteDetectorRequest,
AsyncHandler<DeleteDetectorRequest,DeleteDetectorResult> asyncHandler)
Deletes a Amazon GuardDuty detector specified by the detector ID.
|
Future<DeleteFilterResult> |
deleteFilterAsync(DeleteFilterRequest deleteFilterRequest)
Deletes the filter specified by the filter name.
|
Future<DeleteFilterResult> |
deleteFilterAsync(DeleteFilterRequest deleteFilterRequest,
AsyncHandler<DeleteFilterRequest,DeleteFilterResult> asyncHandler)
Deletes the filter specified by the filter name.
|
Future<DeleteInvitationsResult> |
deleteInvitationsAsync(DeleteInvitationsRequest deleteInvitationsRequest)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
|
Future<DeleteInvitationsResult> |
deleteInvitationsAsync(DeleteInvitationsRequest deleteInvitationsRequest,
AsyncHandler<DeleteInvitationsRequest,DeleteInvitationsResult> asyncHandler)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
|
Future<DeleteIPSetResult> |
deleteIPSetAsync(DeleteIPSetRequest deleteIPSetRequest)
Deletes the IPSet specified by the
ipSetId . |
Future<DeleteIPSetResult> |
deleteIPSetAsync(DeleteIPSetRequest deleteIPSetRequest,
AsyncHandler<DeleteIPSetRequest,DeleteIPSetResult> asyncHandler)
Deletes the IPSet specified by the
ipSetId . |
Future<DeleteMembersResult> |
deleteMembersAsync(DeleteMembersRequest deleteMembersRequest)
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<DeleteMembersResult> |
deleteMembersAsync(DeleteMembersRequest deleteMembersRequest,
AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<DeletePublishingDestinationResult> |
deletePublishingDestinationAsync(DeletePublishingDestinationRequest deletePublishingDestinationRequest)
Deletes the publishing definition with the specified
destinationId . |
Future<DeletePublishingDestinationResult> |
deletePublishingDestinationAsync(DeletePublishingDestinationRequest deletePublishingDestinationRequest,
AsyncHandler<DeletePublishingDestinationRequest,DeletePublishingDestinationResult> asyncHandler)
Deletes the publishing definition with the specified
destinationId . |
Future<DeleteThreatIntelSetResult> |
deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest)
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
|
Future<DeleteThreatIntelSetResult> |
deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest,
AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler)
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
|
Future<DescribePublishingDestinationResult> |
describePublishingDestinationAsync(DescribePublishingDestinationRequest describePublishingDestinationRequest)
Returns information about the publishing destination specified by the provided
destinationId . |
Future<DescribePublishingDestinationResult> |
describePublishingDestinationAsync(DescribePublishingDestinationRequest describePublishingDestinationRequest,
AsyncHandler<DescribePublishingDestinationRequest,DescribePublishingDestinationResult> asyncHandler)
Returns information about the publishing destination specified by the provided
destinationId . |
Future<DisassociateFromMasterAccountResult> |
disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest)
Disassociates the current GuardDuty member account from its master account.
|
Future<DisassociateFromMasterAccountResult> |
disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest,
AsyncHandler<DisassociateFromMasterAccountRequest,DisassociateFromMasterAccountResult> asyncHandler)
Disassociates the current GuardDuty member account from its master account.
|
Future<DisassociateMembersResult> |
disassociateMembersAsync(DisassociateMembersRequest disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<DisassociateMembersResult> |
disassociateMembersAsync(DisassociateMembersRequest disassociateMembersRequest,
AsyncHandler<DisassociateMembersRequest,DisassociateMembersResult> asyncHandler)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<GetDetectorResult> |
getDetectorAsync(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
getDetectorAsync(GetDetectorRequest getDetectorRequest,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetFilterResult> |
getFilterAsync(GetFilterRequest getFilterRequest)
Returns the details of the filter specified by the filter name.
|
Future<GetFilterResult> |
getFilterAsync(GetFilterRequest getFilterRequest,
AsyncHandler<GetFilterRequest,GetFilterResult> asyncHandler)
Returns the details of the filter specified by the filter name.
|
Future<GetFindingsResult> |
getFindingsAsync(GetFindingsRequest getFindingsRequest)
Describes Amazon GuardDuty findings specified by finding IDs.
|
Future<GetFindingsResult> |
getFindingsAsync(GetFindingsRequest getFindingsRequest,
AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
Describes Amazon GuardDuty findings specified by finding IDs.
|
Future<GetFindingsStatisticsResult> |
getFindingsStatisticsAsync(GetFindingsStatisticsRequest getFindingsStatisticsRequest)
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
|
Future<GetFindingsStatisticsResult> |
getFindingsStatisticsAsync(GetFindingsStatisticsRequest getFindingsStatisticsRequest,
AsyncHandler<GetFindingsStatisticsRequest,GetFindingsStatisticsResult> asyncHandler)
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
|
Future<GetInvitationsCountResult> |
getInvitationsCountAsync(GetInvitationsCountRequest getInvitationsCountRequest)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
Future<GetInvitationsCountResult> |
getInvitationsCountAsync(GetInvitationsCountRequest getInvitationsCountRequest,
AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
Future<GetIPSetResult> |
getIPSetAsync(GetIPSetRequest getIPSetRequest)
Retrieves the IPSet specified by the
ipSetId . |
Future<GetIPSetResult> |
getIPSetAsync(GetIPSetRequest getIPSetRequest,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
Retrieves the IPSet specified by the
ipSetId . |
Future<GetMasterAccountResult> |
getMasterAccountAsync(GetMasterAccountRequest getMasterAccountRequest)
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
|
Future<GetMasterAccountResult> |
getMasterAccountAsync(GetMasterAccountRequest getMasterAccountRequest,
AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
|
Future<GetMembersResult> |
getMembersAsync(GetMembersRequest getMembersRequest)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<GetMembersResult> |
getMembersAsync(GetMembersRequest getMembersRequest,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<GetThreatIntelSetResult> |
getThreatIntelSetAsync(GetThreatIntelSetRequest getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
Future<GetThreatIntelSetResult> |
getThreatIntelSetAsync(GetThreatIntelSetRequest getThreatIntelSetRequest,
AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
Future<InviteMembersResult> |
inviteMembersAsync(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' GuardDuty findings on their behalf as the
master account.
|
Future<InviteMembersResult> |
inviteMembersAsync(InviteMembersRequest inviteMembersRequest,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
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' GuardDuty findings on their behalf as the
master account.
|
Future<ListDetectorsResult> |
listDetectorsAsync(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
Future<ListDetectorsResult> |
listDetectorsAsync(ListDetectorsRequest listDetectorsRequest,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
Future<ListFiltersResult> |
listFiltersAsync(ListFiltersRequest listFiltersRequest)
Returns a paginated list of the current filters.
|
Future<ListFiltersResult> |
listFiltersAsync(ListFiltersRequest listFiltersRequest,
AsyncHandler<ListFiltersRequest,ListFiltersResult> asyncHandler)
Returns a paginated list of the current filters.
|
Future<ListFindingsResult> |
listFindingsAsync(ListFindingsRequest listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
|
Future<ListFindingsResult> |
listFindingsAsync(ListFindingsRequest listFindingsRequest,
AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler)
Lists Amazon GuardDuty findings for the specified detector ID.
|
Future<ListInvitationsResult> |
listInvitationsAsync(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
Future<ListInvitationsResult> |
listInvitationsAsync(ListInvitationsRequest listInvitationsRequest,
AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
Future<ListIPSetsResult> |
listIPSetsAsync(ListIPSetsRequest listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
Future<ListIPSetsResult> |
listIPSetsAsync(ListIPSetsRequest listIPSetsRequest,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
Future<ListMembersResult> |
listMembersAsync(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty master account.
|
Future<ListMembersResult> |
listMembersAsync(ListMembersRequest listMembersRequest,
AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
Lists details about all member accounts for the current GuardDuty master account.
|
Future<ListPublishingDestinationsResult> |
listPublishingDestinationsAsync(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
dectectorId . |
Future<ListPublishingDestinationsResult> |
listPublishingDestinationsAsync(ListPublishingDestinationsRequest listPublishingDestinationsRequest,
AsyncHandler<ListPublishingDestinationsRequest,ListPublishingDestinationsResult> asyncHandler)
Returns a list of publishing destinations associated with the specified
dectectorId . |
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags for a resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists tags for a resource.
|
Future<ListThreatIntelSetsResult> |
listThreatIntelSetsAsync(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
Future<ListThreatIntelSetsResult> |
listThreatIntelSetsAsync(ListThreatIntelSetsRequest listThreatIntelSetsRequest,
AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
Future<StartMonitoringMembersResult> |
startMonitoringMembersAsync(StartMonitoringMembersRequest startMonitoringMembersRequest)
Turns on GuardDuty monitoring of the specified member accounts.
|
Future<StartMonitoringMembersResult> |
startMonitoringMembersAsync(StartMonitoringMembersRequest startMonitoringMembersRequest,
AsyncHandler<StartMonitoringMembersRequest,StartMonitoringMembersResult> asyncHandler)
Turns on GuardDuty monitoring of the specified member accounts.
|
Future<StopMonitoringMembersResult> |
stopMonitoringMembersAsync(StopMonitoringMembersRequest stopMonitoringMembersRequest)
Stops GuardDuty monitoring for the specified member accounnts.
|
Future<StopMonitoringMembersResult> |
stopMonitoringMembersAsync(StopMonitoringMembersRequest stopMonitoringMembersRequest,
AsyncHandler<StopMonitoringMembersRequest,StopMonitoringMembersResult> asyncHandler)
Stops GuardDuty monitoring for the specified member accounnts.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds tags to a resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds tags to a resource.
|
Future<UnarchiveFindingsResult> |
unarchiveFindingsAsync(UnarchiveFindingsRequest unarchiveFindingsRequest)
Unarchives GuardDuty findings specified by the
findingIds . |
Future<UnarchiveFindingsResult> |
unarchiveFindingsAsync(UnarchiveFindingsRequest unarchiveFindingsRequest,
AsyncHandler<UnarchiveFindingsRequest,UnarchiveFindingsResult> asyncHandler)
Unarchives GuardDuty findings specified by the
findingIds . |
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a resource.
|
Future<UpdateDetectorResult> |
updateDetectorAsync(UpdateDetectorRequest updateDetectorRequest)
Updates the Amazon GuardDuty detector specified by the detectorId.
|
Future<UpdateDetectorResult> |
updateDetectorAsync(UpdateDetectorRequest updateDetectorRequest,
AsyncHandler<UpdateDetectorRequest,UpdateDetectorResult> asyncHandler)
Updates the Amazon GuardDuty detector specified by the detectorId.
|
Future<UpdateFilterResult> |
updateFilterAsync(UpdateFilterRequest updateFilterRequest)
Updates the filter specified by the filter name.
|
Future<UpdateFilterResult> |
updateFilterAsync(UpdateFilterRequest updateFilterRequest,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
Updates the filter specified by the filter name.
|
Future<UpdateFindingsFeedbackResult> |
updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest)
Marks the specified GuardDuty findings as useful or not useful.
|
Future<UpdateFindingsFeedbackResult> |
updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest,
AsyncHandler<UpdateFindingsFeedbackRequest,UpdateFindingsFeedbackResult> asyncHandler)
Marks the specified GuardDuty findings as useful or not useful.
|
Future<UpdateIPSetResult> |
updateIPSetAsync(UpdateIPSetRequest updateIPSetRequest)
Updates the IPSet specified by the IPSet ID.
|
Future<UpdateIPSetResult> |
updateIPSetAsync(UpdateIPSetRequest updateIPSetRequest,
AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)
Updates the IPSet specified by the IPSet ID.
|
Future<UpdatePublishingDestinationResult> |
updatePublishingDestinationAsync(UpdatePublishingDestinationRequest updatePublishingDestinationRequest)
Updates information about the publishing destination specified by the
destinationId . |
Future<UpdatePublishingDestinationResult> |
updatePublishingDestinationAsync(UpdatePublishingDestinationRequest updatePublishingDestinationRequest,
AsyncHandler<UpdatePublishingDestinationRequest,UpdatePublishingDestinationResult> asyncHandler)
Updates information about the publishing destination specified by the
destinationId . |
Future<UpdateThreatIntelSetResult> |
updateThreatIntelSetAsync(UpdateThreatIntelSetRequest updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
|
Future<UpdateThreatIntelSetResult> |
updateThreatIntelSetAsync(UpdateThreatIntelSetRequest updateThreatIntelSetRequest,
AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
|
acceptInvitation, archiveFindings, createDetector, createFilter, createIPSet, createMembers, createPublishingDestination, createSampleFindings, createThreatIntelSet, declineInvitations, deleteDetector, deleteFilter, deleteInvitations, deleteIPSet, deleteMembers, deletePublishingDestination, deleteThreatIntelSet, describePublishingDestination, disassociateFromMasterAccount, disassociateMembers, getCachedResponseMetadata, getDetector, getFilter, getFindings, getFindingsStatistics, getInvitationsCount, getIPSet, getMasterAccount, getMembers, getThreatIntelSet, inviteMembers, listDetectors, listFilters, listFindings, listInvitations, listIPSets, listMembers, listPublishingDestinations, listTagsForResource, listThreatIntelSets, shutdown, startMonitoringMembers, stopMonitoringMembers, tagResource, unarchiveFindings, untagResource, updateDetector, updateFilter, updateFindingsFeedback, updateIPSet, updatePublishingDestination, updateThreatIntelSet
Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest acceptInvitationRequest)
Accepts the invitation to be monitored by a master GuardDuty account.
acceptInvitationRequest
- Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest acceptInvitationRequest, AsyncHandler<AcceptInvitationRequest,AcceptInvitationResult> asyncHandler)
Accepts the invitation to be monitored by a master GuardDuty account.
acceptInvitationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ArchiveFindingsResult> archiveFindingsAsync(ArchiveFindingsRequest archiveFindingsRequest)
Archives GuardDuty findings specified by the list of finding IDs.
Only the master account can archive findings. Member accounts do not have permission to archive findings from their accounts.
archiveFindingsRequest
- Future<ArchiveFindingsResult> archiveFindingsAsync(ArchiveFindingsRequest archiveFindingsRequest, AsyncHandler<ArchiveFindingsRequest,ArchiveFindingsResult> asyncHandler)
Archives GuardDuty findings specified by the list of finding IDs.
Only the master account can archive findings. Member accounts do not have permission to archive findings from their accounts.
archiveFindingsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateDetectorResult> createDetectorAsync(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 that you enable the service. You can have only one detector per account per region.
createDetectorRequest
- Future<CreateDetectorResult> createDetectorAsync(CreateDetectorRequest createDetectorRequest, AsyncHandler<CreateDetectorRequest,CreateDetectorResult> asyncHandler)
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 that you enable the service. You can have only one detector per account per region.
createDetectorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateFilterResult> createFilterAsync(CreateFilterRequest createFilterRequest)
Creates a filter using the specified finding criteria.
createFilterRequest
- Future<CreateFilterResult> createFilterAsync(CreateFilterRequest createFilterRequest, AsyncHandler<CreateFilterRequest,CreateFilterResult> asyncHandler)
Creates a filter using the specified finding criteria.
createFilterRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateIPSetResult> createIPSetAsync(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet, called Trusted IP list in the consoler user interface. An IPSet is a list IP addresses trusted for secure communication with AWS infrastructure and applications. GuardDuty does not generate findings for IP addresses included in IPSets. Only users from the master account can use this operation.
createIPSetRequest
- Future<CreateIPSetResult> createIPSetAsync(CreateIPSetRequest createIPSetRequest, AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates a new IPSet, called Trusted IP list in the consoler user interface. An IPSet is a list IP addresses trusted for secure communication with AWS infrastructure and applications. GuardDuty does not generate findings for IP addresses included in IPSets. Only users from the master account can use this operation.
createIPSetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateMembersResult> createMembersAsync(CreateMembersRequest createMembersRequest)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs. The current AWS account can then invite these members to manage GuardDuty in their accounts.
createMembersRequest
- Future<CreateMembersResult> createMembersAsync(CreateMembersRequest createMembersRequest, AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs. The current AWS account can then invite these members to manage GuardDuty in their accounts.
createMembersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreatePublishingDestinationResult> createPublishingDestinationAsync(CreatePublishingDestinationRequest createPublishingDestinationRequest)
Creates a publishing destination to send findings to. The resource to send findings to must exist before you use this operation.
createPublishingDestinationRequest
- Future<CreatePublishingDestinationResult> createPublishingDestinationAsync(CreatePublishingDestinationRequest createPublishingDestinationRequest, AsyncHandler<CreatePublishingDestinationRequest,CreatePublishingDestinationResult> asyncHandler)
Creates a publishing destination to send findings to. The resource to send findings to must exist before you use this operation.
createPublishingDestinationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateSampleFindingsResult> createSampleFindingsAsync(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
- Future<CreateSampleFindingsResult> createSampleFindingsAsync(CreateSampleFindingsRequest createSampleFindingsRequest, AsyncHandler<CreateSampleFindingsRequest,CreateSampleFindingsResult> asyncHandler)
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
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateThreatIntelSetResult> createThreatIntelSetAsync(CreateThreatIntelSetRequest createThreatIntelSetRequest)
Create a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the master account can use this operation.
createThreatIntelSetRequest
- Future<CreateThreatIntelSetResult> createThreatIntelSetAsync(CreateThreatIntelSetRequest createThreatIntelSetRequest, AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler)
Create a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the master account can use this operation.
createThreatIntelSetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest declineInvitationsRequest)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
declineInvitationsRequest
- Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest declineInvitationsRequest, AsyncHandler<DeclineInvitationsRequest,DeclineInvitationsResult> asyncHandler)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
declineInvitationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest deleteDetectorRequest)
Deletes a Amazon GuardDuty detector specified by the detector ID.
deleteDetectorRequest
- Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest deleteDetectorRequest, AsyncHandler<DeleteDetectorRequest,DeleteDetectorResult> asyncHandler)
Deletes a Amazon GuardDuty detector specified by the detector ID.
deleteDetectorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteFilterResult> deleteFilterAsync(DeleteFilterRequest deleteFilterRequest)
Deletes the filter specified by the filter name.
deleteFilterRequest
- Future<DeleteFilterResult> deleteFilterAsync(DeleteFilterRequest deleteFilterRequest, AsyncHandler<DeleteFilterRequest,DeleteFilterResult> asyncHandler)
Deletes the filter specified by the filter name.
deleteFilterRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteIPSetResult> deleteIPSetAsync(DeleteIPSetRequest deleteIPSetRequest)
Deletes the IPSet specified by the ipSetId
. IPSets are called Trusted IP lists in the console user
interface.
deleteIPSetRequest
- Future<DeleteIPSetResult> deleteIPSetAsync(DeleteIPSetRequest deleteIPSetRequest, AsyncHandler<DeleteIPSetRequest,DeleteIPSetResult> asyncHandler)
Deletes the IPSet specified by the ipSetId
. IPSets are called Trusted IP lists in the console user
interface.
deleteIPSetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest deleteInvitationsRequest)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
deleteInvitationsRequest
- Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest deleteInvitationsRequest, AsyncHandler<DeleteInvitationsRequest,DeleteInvitationsResult> asyncHandler)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
deleteInvitationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest deleteMembersRequest)
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
deleteMembersRequest
- Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest deleteMembersRequest, AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
deleteMembersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeletePublishingDestinationResult> deletePublishingDestinationAsync(DeletePublishingDestinationRequest deletePublishingDestinationRequest)
Deletes the publishing definition with the specified destinationId
.
deletePublishingDestinationRequest
- Future<DeletePublishingDestinationResult> deletePublishingDestinationAsync(DeletePublishingDestinationRequest deletePublishingDestinationRequest, AsyncHandler<DeletePublishingDestinationRequest,DeletePublishingDestinationResult> asyncHandler)
Deletes the publishing definition with the specified destinationId
.
deletePublishingDestinationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteThreatIntelSetResult> deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest)
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
deleteThreatIntelSetRequest
- Future<DeleteThreatIntelSetResult> deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest, AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler)
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
deleteThreatIntelSetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribePublishingDestinationResult> describePublishingDestinationAsync(DescribePublishingDestinationRequest describePublishingDestinationRequest)
Returns information about the publishing destination specified by the provided destinationId
.
describePublishingDestinationRequest
- Future<DescribePublishingDestinationResult> describePublishingDestinationAsync(DescribePublishingDestinationRequest describePublishingDestinationRequest, AsyncHandler<DescribePublishingDestinationRequest,DescribePublishingDestinationResult> asyncHandler)
Returns information about the publishing destination specified by the provided destinationId
.
describePublishingDestinationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest)
Disassociates the current GuardDuty member account from its master account.
disassociateFromMasterAccountRequest
- Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest, AsyncHandler<DisassociateFromMasterAccountRequest,DisassociateFromMasterAccountResult> asyncHandler)
Disassociates the current GuardDuty member account from its master account.
disassociateFromMasterAccountRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
disassociateMembersRequest
- Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest disassociateMembersRequest, AsyncHandler<DisassociateMembersRequest,DisassociateMembersResult> asyncHandler)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
disassociateMembersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDetectorResult> getDetectorAsync(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
getDetectorRequest
- Future<GetDetectorResult> getDetectorAsync(GetDetectorRequest getDetectorRequest, AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
getDetectorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetFilterResult> getFilterAsync(GetFilterRequest getFilterRequest)
Returns the details of the filter specified by the filter name.
getFilterRequest
- Future<GetFilterResult> getFilterAsync(GetFilterRequest getFilterRequest, AsyncHandler<GetFilterRequest,GetFilterResult> asyncHandler)
Returns the details of the filter specified by the filter name.
getFilterRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest getFindingsRequest)
Describes Amazon GuardDuty findings specified by finding IDs.
getFindingsRequest
- Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest getFindingsRequest, AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
Describes Amazon GuardDuty findings specified by finding IDs.
getFindingsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetFindingsStatisticsResult> getFindingsStatisticsAsync(GetFindingsStatisticsRequest getFindingsStatisticsRequest)
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
getFindingsStatisticsRequest
- Future<GetFindingsStatisticsResult> getFindingsStatisticsAsync(GetFindingsStatisticsRequest getFindingsStatisticsRequest, AsyncHandler<GetFindingsStatisticsRequest,GetFindingsStatisticsResult> asyncHandler)
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
getFindingsStatisticsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetIPSetResult> getIPSetAsync(GetIPSetRequest getIPSetRequest)
Retrieves the IPSet specified by the ipSetId
.
getIPSetRequest
- Future<GetIPSetResult> getIPSetAsync(GetIPSetRequest getIPSetRequest, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
Retrieves the IPSet specified by the ipSetId
.
getIPSetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest getInvitationsCountRequest)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.
getInvitationsCountRequest
- Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest getInvitationsCountRequest, AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.
getInvitationsCountRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest getMasterAccountRequest)
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
getMasterAccountRequest
- Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest getMasterAccountRequest, AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
getMasterAccountRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMembersResult> getMembersAsync(GetMembersRequest getMembersRequest)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
getMembersRequest
- Future<GetMembersResult> getMembersAsync(GetMembersRequest getMembersRequest, AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
getMembersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetThreatIntelSetResult> getThreatIntelSetAsync(GetThreatIntelSetRequest getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
getThreatIntelSetRequest
- Future<GetThreatIntelSetResult> getThreatIntelSetAsync(GetThreatIntelSetRequest getThreatIntelSetRequest, AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
getThreatIntelSetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<InviteMembersResult> inviteMembersAsync(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' GuardDuty findings on their behalf as the master account.
inviteMembersRequest
- Future<InviteMembersResult> inviteMembersAsync(InviteMembersRequest inviteMembersRequest, AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
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' GuardDuty findings on their behalf as the master account.
inviteMembersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
listDetectorsRequest
- Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest listDetectorsRequest, AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
listDetectorsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListFiltersResult> listFiltersAsync(ListFiltersRequest listFiltersRequest)
Returns a paginated list of the current filters.
listFiltersRequest
- Future<ListFiltersResult> listFiltersAsync(ListFiltersRequest listFiltersRequest, AsyncHandler<ListFiltersRequest,ListFiltersResult> asyncHandler)
Returns a paginated list of the current filters.
listFiltersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListFindingsResult> listFindingsAsync(ListFindingsRequest listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
listFindingsRequest
- Future<ListFindingsResult> listFindingsAsync(ListFindingsRequest listFindingsRequest, AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler)
Lists Amazon GuardDuty findings for the specified detector ID.
listFindingsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListIPSetsResult> listIPSetsAsync(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 master account.
listIPSetsRequest
- Future<ListIPSetsResult> listIPSetsAsync(ListIPSetsRequest listIPSetsRequest, AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
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 master account.
listIPSetsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
listInvitationsRequest
- Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest listInvitationsRequest, AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
listInvitationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListMembersResult> listMembersAsync(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty master account.
listMembersRequest
- Future<ListMembersResult> listMembersAsync(ListMembersRequest listMembersRequest, AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
Lists details about all member accounts for the current GuardDuty master account.
listMembersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListPublishingDestinationsResult> listPublishingDestinationsAsync(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified dectectorId
.
listPublishingDestinationsRequest
- Future<ListPublishingDestinationsResult> listPublishingDestinationsAsync(ListPublishingDestinationsRequest listPublishingDestinationsRequest, AsyncHandler<ListPublishingDestinationsRequest,ListPublishingDestinationsResult> asyncHandler)
Returns a list of publishing destinations associated with the specified dectectorId
.
listPublishingDestinationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(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
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
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
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListThreatIntelSetsResult> listThreatIntelSetsAsync(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 master account are returned.
listThreatIntelSetsRequest
- Future<ListThreatIntelSetsResult> listThreatIntelSetsAsync(ListThreatIntelSetsRequest listThreatIntelSetsRequest, AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler)
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 master account are returned.
listThreatIntelSetsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartMonitoringMembersResult> startMonitoringMembersAsync(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
- Future<StartMonitoringMembersResult> startMonitoringMembersAsync(StartMonitoringMembersRequest startMonitoringMembersRequest, AsyncHandler<StartMonitoringMembersRequest,StartMonitoringMembersResult> asyncHandler)
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
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopMonitoringMembersResult> stopMonitoringMembersAsync(StopMonitoringMembersRequest stopMonitoringMembersRequest)
Stops GuardDuty monitoring for the specified member accounnts. Use the StartMonitoringMembers
to
restart monitoring for those accounts.
stopMonitoringMembersRequest
- Future<StopMonitoringMembersResult> stopMonitoringMembersAsync(StopMonitoringMembersRequest stopMonitoringMembersRequest, AsyncHandler<StopMonitoringMembersRequest,StopMonitoringMembersResult> asyncHandler)
Stops GuardDuty monitoring for the specified member accounnts. Use the StartMonitoringMembers
to
restart monitoring for those accounts.
stopMonitoringMembersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds tags to a resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds tags to a resource.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UnarchiveFindingsResult> unarchiveFindingsAsync(UnarchiveFindingsRequest unarchiveFindingsRequest)
Unarchives GuardDuty findings specified by the findingIds
.
unarchiveFindingsRequest
- Future<UnarchiveFindingsResult> unarchiveFindingsAsync(UnarchiveFindingsRequest unarchiveFindingsRequest, AsyncHandler<UnarchiveFindingsRequest,UnarchiveFindingsResult> asyncHandler)
Unarchives GuardDuty findings specified by the findingIds
.
unarchiveFindingsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a resource.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateDetectorResult> updateDetectorAsync(UpdateDetectorRequest updateDetectorRequest)
Updates the Amazon GuardDuty detector specified by the detectorId.
updateDetectorRequest
- Future<UpdateDetectorResult> updateDetectorAsync(UpdateDetectorRequest updateDetectorRequest, AsyncHandler<UpdateDetectorRequest,UpdateDetectorResult> asyncHandler)
Updates the Amazon GuardDuty detector specified by the detectorId.
updateDetectorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateFilterResult> updateFilterAsync(UpdateFilterRequest updateFilterRequest)
Updates the filter specified by the filter name.
updateFilterRequest
- Future<UpdateFilterResult> updateFilterAsync(UpdateFilterRequest updateFilterRequest, AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
Updates the filter specified by the filter name.
updateFilterRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateFindingsFeedbackResult> updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest)
Marks the specified GuardDuty findings as useful or not useful.
updateFindingsFeedbackRequest
- Future<UpdateFindingsFeedbackResult> updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest, AsyncHandler<UpdateFindingsFeedbackRequest,UpdateFindingsFeedbackResult> asyncHandler)
Marks the specified GuardDuty findings as useful or not useful.
updateFindingsFeedbackRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateIPSetResult> updateIPSetAsync(UpdateIPSetRequest updateIPSetRequest)
Updates the IPSet specified by the IPSet ID.
updateIPSetRequest
- Future<UpdateIPSetResult> updateIPSetAsync(UpdateIPSetRequest updateIPSetRequest, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)
Updates the IPSet specified by the IPSet ID.
updateIPSetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdatePublishingDestinationResult> updatePublishingDestinationAsync(UpdatePublishingDestinationRequest updatePublishingDestinationRequest)
Updates information about the publishing destination specified by the destinationId
.
updatePublishingDestinationRequest
- Future<UpdatePublishingDestinationResult> updatePublishingDestinationAsync(UpdatePublishingDestinationRequest updatePublishingDestinationRequest, AsyncHandler<UpdatePublishingDestinationRequest,UpdatePublishingDestinationResult> asyncHandler)
Updates information about the publishing destination specified by the destinationId
.
updatePublishingDestinationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateThreatIntelSetResult> updateThreatIntelSetAsync(UpdateThreatIntelSetRequest updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
updateThreatIntelSetRequest
- Future<UpdateThreatIntelSetResult> updateThreatIntelSetAsync(UpdateThreatIntelSetRequest updateThreatIntelSetRequest, AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
updateThreatIntelSetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.