@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonGuardDutyAsync extends AbstractAmazonGuardDuty implements AmazonGuardDutyAsync
AmazonGuardDutyAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AcceptInvitationResult> |
acceptInvitationAsync(AcceptInvitationRequest request)
Accepts the invitation to be monitored by a master GuardDuty account.
|
Future<AcceptInvitationResult> |
acceptInvitationAsync(AcceptInvitationRequest request,
AsyncHandler<AcceptInvitationRequest,AcceptInvitationResult> asyncHandler)
Accepts the invitation to be monitored by a master GuardDuty account.
|
Future<ArchiveFindingsResult> |
archiveFindingsAsync(ArchiveFindingsRequest request)
Archives GuardDuty findings specified by the list of finding IDs.
|
Future<ArchiveFindingsResult> |
archiveFindingsAsync(ArchiveFindingsRequest request,
AsyncHandler<ArchiveFindingsRequest,ArchiveFindingsResult> asyncHandler)
Archives GuardDuty findings specified by the list of finding IDs.
|
Future<CreateDetectorResult> |
createDetectorAsync(CreateDetectorRequest request)
Creates a single Amazon GuardDuty detector.
|
Future<CreateDetectorResult> |
createDetectorAsync(CreateDetectorRequest request,
AsyncHandler<CreateDetectorRequest,CreateDetectorResult> asyncHandler)
Creates a single Amazon GuardDuty detector.
|
Future<CreateFilterResult> |
createFilterAsync(CreateFilterRequest request)
Creates a filter using the specified finding criteria.
|
Future<CreateFilterResult> |
createFilterAsync(CreateFilterRequest request,
AsyncHandler<CreateFilterRequest,CreateFilterResult> asyncHandler)
Creates a filter using the specified finding criteria.
|
Future<CreateIPSetResult> |
createIPSetAsync(CreateIPSetRequest request)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
Future<CreateIPSetResult> |
createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
Future<CreateMembersResult> |
createMembersAsync(CreateMembersRequest request)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
Future<CreateMembersResult> |
createMembersAsync(CreateMembersRequest request,
AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
Future<CreateSampleFindingsResult> |
createSampleFindingsAsync(CreateSampleFindingsRequest request)
Generates example findings of types specified by the list of finding types.
|
Future<CreateSampleFindingsResult> |
createSampleFindingsAsync(CreateSampleFindingsRequest request,
AsyncHandler<CreateSampleFindingsRequest,CreateSampleFindingsResult> asyncHandler)
Generates example findings of types specified by the list of finding types.
|
Future<CreateThreatIntelSetResult> |
createThreatIntelSetAsync(CreateThreatIntelSetRequest request)
Create a new ThreatIntelSet.
|
Future<CreateThreatIntelSetResult> |
createThreatIntelSetAsync(CreateThreatIntelSetRequest request,
AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler)
Create a new ThreatIntelSet.
|
Future<DeclineInvitationsResult> |
declineInvitationsAsync(DeclineInvitationsRequest request)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
|
Future<DeclineInvitationsResult> |
declineInvitationsAsync(DeclineInvitationsRequest request,
AsyncHandler<DeclineInvitationsRequest,DeclineInvitationsResult> asyncHandler)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
|
Future<DeleteDetectorResult> |
deleteDetectorAsync(DeleteDetectorRequest request)
Deletes a Amazon GuardDuty detector specified by the detector ID.
|
Future<DeleteDetectorResult> |
deleteDetectorAsync(DeleteDetectorRequest request,
AsyncHandler<DeleteDetectorRequest,DeleteDetectorResult> asyncHandler)
Deletes a Amazon GuardDuty detector specified by the detector ID.
|
Future<DeleteFilterResult> |
deleteFilterAsync(DeleteFilterRequest request)
Deletes the filter specified by the filter name.
|
Future<DeleteFilterResult> |
deleteFilterAsync(DeleteFilterRequest request,
AsyncHandler<DeleteFilterRequest,DeleteFilterResult> asyncHandler)
Deletes the filter specified by the filter name.
|
Future<DeleteInvitationsResult> |
deleteInvitationsAsync(DeleteInvitationsRequest request)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
|
Future<DeleteInvitationsResult> |
deleteInvitationsAsync(DeleteInvitationsRequest request,
AsyncHandler<DeleteInvitationsRequest,DeleteInvitationsResult> asyncHandler)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
|
Future<DeleteIPSetResult> |
deleteIPSetAsync(DeleteIPSetRequest request)
Deletes the IPSet specified by the IPSet ID.
|
Future<DeleteIPSetResult> |
deleteIPSetAsync(DeleteIPSetRequest request,
AsyncHandler<DeleteIPSetRequest,DeleteIPSetResult> asyncHandler)
Deletes the IPSet specified by the IPSet ID.
|
Future<DeleteMembersResult> |
deleteMembersAsync(DeleteMembersRequest request)
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<DeleteMembersResult> |
deleteMembersAsync(DeleteMembersRequest request,
AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<DeleteThreatIntelSetResult> |
deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest request)
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
|
Future<DeleteThreatIntelSetResult> |
deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest request,
AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler)
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
|
Future<DisassociateFromMasterAccountResult> |
disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request)
Disassociates the current GuardDuty member account from its master account.
|
Future<DisassociateFromMasterAccountResult> |
disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request,
AsyncHandler<DisassociateFromMasterAccountRequest,DisassociateFromMasterAccountResult> asyncHandler)
Disassociates the current GuardDuty member account from its master account.
|
Future<DisassociateMembersResult> |
disassociateMembersAsync(DisassociateMembersRequest request)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<DisassociateMembersResult> |
disassociateMembersAsync(DisassociateMembersRequest request,
AsyncHandler<DisassociateMembersRequest,DisassociateMembersResult> asyncHandler)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<GetDetectorResult> |
getDetectorAsync(GetDetectorRequest request)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetFilterResult> |
getFilterAsync(GetFilterRequest request)
Returns the details of the filter specified by the filter name.
|
Future<GetFilterResult> |
getFilterAsync(GetFilterRequest request,
AsyncHandler<GetFilterRequest,GetFilterResult> asyncHandler)
Returns the details of the filter specified by the filter name.
|
Future<GetFindingsResult> |
getFindingsAsync(GetFindingsRequest request)
Describes Amazon GuardDuty findings specified by finding IDs.
|
Future<GetFindingsResult> |
getFindingsAsync(GetFindingsRequest request,
AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
Describes Amazon GuardDuty findings specified by finding IDs.
|
Future<GetFindingsStatisticsResult> |
getFindingsStatisticsAsync(GetFindingsStatisticsRequest request)
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
|
Future<GetFindingsStatisticsResult> |
getFindingsStatisticsAsync(GetFindingsStatisticsRequest request,
AsyncHandler<GetFindingsStatisticsRequest,GetFindingsStatisticsResult> asyncHandler)
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
|
Future<GetInvitationsCountResult> |
getInvitationsCountAsync(GetInvitationsCountRequest request)
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 request,
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 request)
Retrieves the IPSet specified by the IPSet ID.
|
Future<GetIPSetResult> |
getIPSetAsync(GetIPSetRequest request,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
Retrieves the IPSet specified by the IPSet ID.
|
Future<GetMasterAccountResult> |
getMasterAccountAsync(GetMasterAccountRequest request)
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
|
Future<GetMasterAccountResult> |
getMasterAccountAsync(GetMasterAccountRequest request,
AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
|
Future<GetMembersResult> |
getMembersAsync(GetMembersRequest request)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<GetMembersResult> |
getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
Future<GetThreatIntelSetResult> |
getThreatIntelSetAsync(GetThreatIntelSetRequest request)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
Future<GetThreatIntelSetResult> |
getThreatIntelSetAsync(GetThreatIntelSetRequest request,
AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
Future<InviteMembersResult> |
inviteMembersAsync(InviteMembersRequest request)
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 request,
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 request)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
Future<ListDetectorsResult> |
listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
Future<ListFiltersResult> |
listFiltersAsync(ListFiltersRequest request)
Returns a paginated list of the current filters.
|
Future<ListFiltersResult> |
listFiltersAsync(ListFiltersRequest request,
AsyncHandler<ListFiltersRequest,ListFiltersResult> asyncHandler)
Returns a paginated list of the current filters.
|
Future<ListFindingsResult> |
listFindingsAsync(ListFindingsRequest request)
Lists Amazon GuardDuty findings for the specified detector ID.
|
Future<ListFindingsResult> |
listFindingsAsync(ListFindingsRequest request,
AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler)
Lists Amazon GuardDuty findings for the specified detector ID.
|
Future<ListInvitationsResult> |
listInvitationsAsync(ListInvitationsRequest request)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
Future<ListInvitationsResult> |
listInvitationsAsync(ListInvitationsRequest request,
AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
Future<ListIPSetsResult> |
listIPSetsAsync(ListIPSetsRequest request)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
Future<ListIPSetsResult> |
listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
Future<ListMembersResult> |
listMembersAsync(ListMembersRequest request)
Lists details about all member accounts for the current GuardDuty master account.
|
Future<ListMembersResult> |
listMembersAsync(ListMembersRequest request,
AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
Lists details about all member accounts for the current GuardDuty master account.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest request)
Lists tags for a resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists tags for a resource.
|
Future<ListThreatIntelSetsResult> |
listThreatIntelSetsAsync(ListThreatIntelSetsRequest request)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
Future<ListThreatIntelSetsResult> |
listThreatIntelSetsAsync(ListThreatIntelSetsRequest request,
AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
Future<StartMonitoringMembersResult> |
startMonitoringMembersAsync(StartMonitoringMembersRequest request)
Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs.
|
Future<StartMonitoringMembersResult> |
startMonitoringMembersAsync(StartMonitoringMembersRequest request,
AsyncHandler<StartMonitoringMembersRequest,StartMonitoringMembersResult> asyncHandler)
Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs.
|
Future<StopMonitoringMembersResult> |
stopMonitoringMembersAsync(StopMonitoringMembersRequest request)
Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs.
|
Future<StopMonitoringMembersResult> |
stopMonitoringMembersAsync(StopMonitoringMembersRequest request,
AsyncHandler<StopMonitoringMembersRequest,StopMonitoringMembersResult> asyncHandler)
Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest request)
Adds tags to a resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds tags to a resource.
|
Future<UnarchiveFindingsResult> |
unarchiveFindingsAsync(UnarchiveFindingsRequest request)
Unarchives Amazon GuardDuty findings specified by the list of finding IDs.
|
Future<UnarchiveFindingsResult> |
unarchiveFindingsAsync(UnarchiveFindingsRequest request,
AsyncHandler<UnarchiveFindingsRequest,UnarchiveFindingsResult> asyncHandler)
Unarchives Amazon GuardDuty findings specified by the list of finding IDs.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest request)
Removes tags from a resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a resource.
|
Future<UpdateDetectorResult> |
updateDetectorAsync(UpdateDetectorRequest request)
Updates an Amazon GuardDuty detector specified by the detectorId.
|
Future<UpdateDetectorResult> |
updateDetectorAsync(UpdateDetectorRequest request,
AsyncHandler<UpdateDetectorRequest,UpdateDetectorResult> asyncHandler)
Updates an Amazon GuardDuty detector specified by the detectorId.
|
Future<UpdateFilterResult> |
updateFilterAsync(UpdateFilterRequest request)
Updates the filter specified by the filter name.
|
Future<UpdateFilterResult> |
updateFilterAsync(UpdateFilterRequest request,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
Updates the filter specified by the filter name.
|
Future<UpdateFindingsFeedbackResult> |
updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest request)
Marks specified Amazon GuardDuty findings as useful or not useful.
|
Future<UpdateFindingsFeedbackResult> |
updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest request,
AsyncHandler<UpdateFindingsFeedbackRequest,UpdateFindingsFeedbackResult> asyncHandler)
Marks specified Amazon GuardDuty findings as useful or not useful.
|
Future<UpdateIPSetResult> |
updateIPSetAsync(UpdateIPSetRequest request)
Updates the IPSet specified by the IPSet ID.
|
Future<UpdateIPSetResult> |
updateIPSetAsync(UpdateIPSetRequest request,
AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)
Updates the IPSet specified by the IPSet ID.
|
Future<UpdateThreatIntelSetResult> |
updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
|
Future<UpdateThreatIntelSetResult> |
updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request,
AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
|
acceptInvitation, archiveFindings, createDetector, createFilter, createIPSet, createMembers, createSampleFindings, createThreatIntelSet, declineInvitations, deleteDetector, deleteFilter, deleteInvitations, deleteIPSet, deleteMembers, deleteThreatIntelSet, disassociateFromMasterAccount, disassociateMembers, getCachedResponseMetadata, getDetector, getFilter, getFindings, getFindingsStatistics, getInvitationsCount, getIPSet, getMasterAccount, getMembers, getThreatIntelSet, inviteMembers, listDetectors, listFilters, listFindings, listInvitations, listIPSets, listMembers, listTagsForResource, listThreatIntelSets, shutdown, startMonitoringMembers, stopMonitoringMembers, tagResource, unarchiveFindings, untagResource, updateDetector, updateFilter, updateFindingsFeedback, updateIPSet, updateThreatIntelSet
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptInvitation, archiveFindings, createDetector, createFilter, createIPSet, createMembers, createSampleFindings, createThreatIntelSet, declineInvitations, deleteDetector, deleteFilter, deleteInvitations, deleteIPSet, deleteMembers, deleteThreatIntelSet, disassociateFromMasterAccount, disassociateMembers, getCachedResponseMetadata, getDetector, getFilter, getFindings, getFindingsStatistics, getInvitationsCount, getIPSet, getMasterAccount, getMembers, getThreatIntelSet, inviteMembers, listDetectors, listFilters, listFindings, listInvitations, listIPSets, listMembers, listTagsForResource, listThreatIntelSets, shutdown, startMonitoringMembers, stopMonitoringMembers, tagResource, unarchiveFindings, untagResource, updateDetector, updateFilter, updateFindingsFeedback, updateIPSet, updateThreatIntelSet
public Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request)
AmazonGuardDutyAsync
Accepts the invitation to be monitored by a master GuardDuty account.
acceptInvitationAsync
in interface AmazonGuardDutyAsync
public Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request, AsyncHandler<AcceptInvitationRequest,AcceptInvitationResult> asyncHandler)
AmazonGuardDutyAsync
Accepts the invitation to be monitored by a master GuardDuty account.
acceptInvitationAsync
in interface AmazonGuardDutyAsync
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.public Future<ArchiveFindingsResult> archiveFindingsAsync(ArchiveFindingsRequest request)
AmazonGuardDutyAsync
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.
archiveFindingsAsync
in interface AmazonGuardDutyAsync
public Future<ArchiveFindingsResult> archiveFindingsAsync(ArchiveFindingsRequest request, AsyncHandler<ArchiveFindingsRequest,ArchiveFindingsResult> asyncHandler)
AmazonGuardDutyAsync
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.
archiveFindingsAsync
in interface AmazonGuardDutyAsync
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.public Future<CreateDetectorResult> createDetectorAsync(CreateDetectorRequest request)
AmazonGuardDutyAsync
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.
createDetectorAsync
in interface AmazonGuardDutyAsync
public Future<CreateDetectorResult> createDetectorAsync(CreateDetectorRequest request, AsyncHandler<CreateDetectorRequest,CreateDetectorResult> asyncHandler)
AmazonGuardDutyAsync
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.
createDetectorAsync
in interface AmazonGuardDutyAsync
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.public Future<CreateFilterResult> createFilterAsync(CreateFilterRequest request)
AmazonGuardDutyAsync
Creates a filter using the specified finding criteria.
createFilterAsync
in interface AmazonGuardDutyAsync
public Future<CreateFilterResult> createFilterAsync(CreateFilterRequest request, AsyncHandler<CreateFilterRequest,CreateFilterResult> asyncHandler)
AmazonGuardDutyAsync
Creates a filter using the specified finding criteria.
createFilterAsync
in interface AmazonGuardDutyAsync
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.public Future<CreateIPSetResult> createIPSetAsync(CreateIPSetRequest request)
AmazonGuardDutyAsync
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS infrastructure and applications.
createIPSetAsync
in interface AmazonGuardDutyAsync
public Future<CreateIPSetResult> createIPSetAsync(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
AmazonGuardDutyAsync
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS infrastructure and applications.
createIPSetAsync
in interface AmazonGuardDutyAsync
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.public Future<CreateMembersResult> createMembersAsync(CreateMembersRequest request)
AmazonGuardDutyAsync
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.
createMembersAsync
in interface AmazonGuardDutyAsync
public Future<CreateMembersResult> createMembersAsync(CreateMembersRequest request, AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
AmazonGuardDutyAsync
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.
createMembersAsync
in interface AmazonGuardDutyAsync
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.public Future<CreateSampleFindingsResult> createSampleFindingsAsync(CreateSampleFindingsRequest request)
AmazonGuardDutyAsync
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.
createSampleFindingsAsync
in interface AmazonGuardDutyAsync
public Future<CreateSampleFindingsResult> createSampleFindingsAsync(CreateSampleFindingsRequest request, AsyncHandler<CreateSampleFindingsRequest,CreateSampleFindingsResult> asyncHandler)
AmazonGuardDutyAsync
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.
createSampleFindingsAsync
in interface AmazonGuardDutyAsync
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.public Future<CreateThreatIntelSetResult> createThreatIntelSetAsync(CreateThreatIntelSetRequest request)
AmazonGuardDutyAsync
Create a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets.
createThreatIntelSetAsync
in interface AmazonGuardDutyAsync
public Future<CreateThreatIntelSetResult> createThreatIntelSetAsync(CreateThreatIntelSetRequest request, AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsync
Create a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets.
createThreatIntelSetAsync
in interface AmazonGuardDutyAsync
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.public Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest request)
AmazonGuardDutyAsync
Declines invitations sent to the current member account by AWS account specified by their account IDs.
declineInvitationsAsync
in interface AmazonGuardDutyAsync
public Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest request, AsyncHandler<DeclineInvitationsRequest,DeclineInvitationsResult> asyncHandler)
AmazonGuardDutyAsync
Declines invitations sent to the current member account by AWS account specified by their account IDs.
declineInvitationsAsync
in interface AmazonGuardDutyAsync
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.public Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest request)
AmazonGuardDutyAsync
Deletes a Amazon GuardDuty detector specified by the detector ID.
deleteDetectorAsync
in interface AmazonGuardDutyAsync
public Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest request, AsyncHandler<DeleteDetectorRequest,DeleteDetectorResult> asyncHandler)
AmazonGuardDutyAsync
Deletes a Amazon GuardDuty detector specified by the detector ID.
deleteDetectorAsync
in interface AmazonGuardDutyAsync
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.public Future<DeleteFilterResult> deleteFilterAsync(DeleteFilterRequest request)
AmazonGuardDutyAsync
Deletes the filter specified by the filter name.
deleteFilterAsync
in interface AmazonGuardDutyAsync
public Future<DeleteFilterResult> deleteFilterAsync(DeleteFilterRequest request, AsyncHandler<DeleteFilterRequest,DeleteFilterResult> asyncHandler)
AmazonGuardDutyAsync
Deletes the filter specified by the filter name.
deleteFilterAsync
in interface AmazonGuardDutyAsync
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.public Future<DeleteIPSetResult> deleteIPSetAsync(DeleteIPSetRequest request)
AmazonGuardDutyAsync
Deletes the IPSet specified by the IPSet ID.
deleteIPSetAsync
in interface AmazonGuardDutyAsync
public Future<DeleteIPSetResult> deleteIPSetAsync(DeleteIPSetRequest request, AsyncHandler<DeleteIPSetRequest,DeleteIPSetResult> asyncHandler)
AmazonGuardDutyAsync
Deletes the IPSet specified by the IPSet ID.
deleteIPSetAsync
in interface AmazonGuardDutyAsync
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.public Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest request)
AmazonGuardDutyAsync
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
deleteInvitationsAsync
in interface AmazonGuardDutyAsync
public Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest request, AsyncHandler<DeleteInvitationsRequest,DeleteInvitationsResult> asyncHandler)
AmazonGuardDutyAsync
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
deleteInvitationsAsync
in interface AmazonGuardDutyAsync
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.public Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest request)
AmazonGuardDutyAsync
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
deleteMembersAsync
in interface AmazonGuardDutyAsync
public Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest request, AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
AmazonGuardDutyAsync
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
deleteMembersAsync
in interface AmazonGuardDutyAsync
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.public Future<DeleteThreatIntelSetResult> deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest request)
AmazonGuardDutyAsync
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
deleteThreatIntelSetAsync
in interface AmazonGuardDutyAsync
public Future<DeleteThreatIntelSetResult> deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest request, AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsync
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
deleteThreatIntelSetAsync
in interface AmazonGuardDutyAsync
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.public Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request)
AmazonGuardDutyAsync
Disassociates the current GuardDuty member account from its master account.
disassociateFromMasterAccountAsync
in interface AmazonGuardDutyAsync
public Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request, AsyncHandler<DisassociateFromMasterAccountRequest,DisassociateFromMasterAccountResult> asyncHandler)
AmazonGuardDutyAsync
Disassociates the current GuardDuty member account from its master account.
disassociateFromMasterAccountAsync
in interface AmazonGuardDutyAsync
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.public Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest request)
AmazonGuardDutyAsync
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
disassociateMembersAsync
in interface AmazonGuardDutyAsync
public Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest request, AsyncHandler<DisassociateMembersRequest,DisassociateMembersResult> asyncHandler)
AmazonGuardDutyAsync
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
disassociateMembersAsync
in interface AmazonGuardDutyAsync
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.public Future<GetDetectorResult> getDetectorAsync(GetDetectorRequest request)
AmazonGuardDutyAsync
Retrieves an Amazon GuardDuty detector specified by the detectorId.
getDetectorAsync
in interface AmazonGuardDutyAsync
public Future<GetDetectorResult> getDetectorAsync(GetDetectorRequest request, AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
AmazonGuardDutyAsync
Retrieves an Amazon GuardDuty detector specified by the detectorId.
getDetectorAsync
in interface AmazonGuardDutyAsync
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.public Future<GetFilterResult> getFilterAsync(GetFilterRequest request)
AmazonGuardDutyAsync
Returns the details of the filter specified by the filter name.
getFilterAsync
in interface AmazonGuardDutyAsync
public Future<GetFilterResult> getFilterAsync(GetFilterRequest request, AsyncHandler<GetFilterRequest,GetFilterResult> asyncHandler)
AmazonGuardDutyAsync
Returns the details of the filter specified by the filter name.
getFilterAsync
in interface AmazonGuardDutyAsync
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.public Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest request)
AmazonGuardDutyAsync
Describes Amazon GuardDuty findings specified by finding IDs.
getFindingsAsync
in interface AmazonGuardDutyAsync
public Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest request, AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
AmazonGuardDutyAsync
Describes Amazon GuardDuty findings specified by finding IDs.
getFindingsAsync
in interface AmazonGuardDutyAsync
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.public Future<GetFindingsStatisticsResult> getFindingsStatisticsAsync(GetFindingsStatisticsRequest request)
AmazonGuardDutyAsync
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
getFindingsStatisticsAsync
in interface AmazonGuardDutyAsync
public Future<GetFindingsStatisticsResult> getFindingsStatisticsAsync(GetFindingsStatisticsRequest request, AsyncHandler<GetFindingsStatisticsRequest,GetFindingsStatisticsResult> asyncHandler)
AmazonGuardDutyAsync
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
getFindingsStatisticsAsync
in interface AmazonGuardDutyAsync
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.public Future<GetIPSetResult> getIPSetAsync(GetIPSetRequest request)
AmazonGuardDutyAsync
Retrieves the IPSet specified by the IPSet ID.
getIPSetAsync
in interface AmazonGuardDutyAsync
public Future<GetIPSetResult> getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
AmazonGuardDutyAsync
Retrieves the IPSet specified by the IPSet ID.
getIPSetAsync
in interface AmazonGuardDutyAsync
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.public Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest request)
AmazonGuardDutyAsync
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.
getInvitationsCountAsync
in interface AmazonGuardDutyAsync
public Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest request, AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
AmazonGuardDutyAsync
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.
getInvitationsCountAsync
in interface AmazonGuardDutyAsync
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.public Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest request)
AmazonGuardDutyAsync
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
getMasterAccountAsync
in interface AmazonGuardDutyAsync
public Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest request, AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
AmazonGuardDutyAsync
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
getMasterAccountAsync
in interface AmazonGuardDutyAsync
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.public Future<GetMembersResult> getMembersAsync(GetMembersRequest request)
AmazonGuardDutyAsync
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
getMembersAsync
in interface AmazonGuardDutyAsync
public Future<GetMembersResult> getMembersAsync(GetMembersRequest request, AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
AmazonGuardDutyAsync
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
getMembersAsync
in interface AmazonGuardDutyAsync
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.public Future<GetThreatIntelSetResult> getThreatIntelSetAsync(GetThreatIntelSetRequest request)
AmazonGuardDutyAsync
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
getThreatIntelSetAsync
in interface AmazonGuardDutyAsync
public Future<GetThreatIntelSetResult> getThreatIntelSetAsync(GetThreatIntelSetRequest request, AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsync
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
getThreatIntelSetAsync
in interface AmazonGuardDutyAsync
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.public Future<InviteMembersResult> inviteMembersAsync(InviteMembersRequest request)
AmazonGuardDutyAsync
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.
inviteMembersAsync
in interface AmazonGuardDutyAsync
public Future<InviteMembersResult> inviteMembersAsync(InviteMembersRequest request, AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
AmazonGuardDutyAsync
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.
inviteMembersAsync
in interface AmazonGuardDutyAsync
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.public Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest request)
AmazonGuardDutyAsync
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
listDetectorsAsync
in interface AmazonGuardDutyAsync
public Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest request, AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
AmazonGuardDutyAsync
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
listDetectorsAsync
in interface AmazonGuardDutyAsync
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.public Future<ListFiltersResult> listFiltersAsync(ListFiltersRequest request)
AmazonGuardDutyAsync
Returns a paginated list of the current filters.
listFiltersAsync
in interface AmazonGuardDutyAsync
public Future<ListFiltersResult> listFiltersAsync(ListFiltersRequest request, AsyncHandler<ListFiltersRequest,ListFiltersResult> asyncHandler)
AmazonGuardDutyAsync
Returns a paginated list of the current filters.
listFiltersAsync
in interface AmazonGuardDutyAsync
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.public Future<ListFindingsResult> listFindingsAsync(ListFindingsRequest request)
AmazonGuardDutyAsync
Lists Amazon GuardDuty findings for the specified detector ID.
listFindingsAsync
in interface AmazonGuardDutyAsync
public Future<ListFindingsResult> listFindingsAsync(ListFindingsRequest request, AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler)
AmazonGuardDutyAsync
Lists Amazon GuardDuty findings for the specified detector ID.
listFindingsAsync
in interface AmazonGuardDutyAsync
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.public Future<ListIPSetsResult> listIPSetsAsync(ListIPSetsRequest request)
AmazonGuardDutyAsync
Lists the IPSets of the GuardDuty service specified by the detector ID.
listIPSetsAsync
in interface AmazonGuardDutyAsync
public Future<ListIPSetsResult> listIPSetsAsync(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
AmazonGuardDutyAsync
Lists the IPSets of the GuardDuty service specified by the detector ID.
listIPSetsAsync
in interface AmazonGuardDutyAsync
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.public Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest request)
AmazonGuardDutyAsync
Lists all GuardDuty membership invitations that were sent to the current AWS account.
listInvitationsAsync
in interface AmazonGuardDutyAsync
public Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest request, AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
AmazonGuardDutyAsync
Lists all GuardDuty membership invitations that were sent to the current AWS account.
listInvitationsAsync
in interface AmazonGuardDutyAsync
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.public Future<ListMembersResult> listMembersAsync(ListMembersRequest request)
AmazonGuardDutyAsync
Lists details about all member accounts for the current GuardDuty master account.
listMembersAsync
in interface AmazonGuardDutyAsync
public Future<ListMembersResult> listMembersAsync(ListMembersRequest request, AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
AmazonGuardDutyAsync
Lists details about all member accounts for the current GuardDuty master account.
listMembersAsync
in interface AmazonGuardDutyAsync
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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonGuardDutyAsync
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..
listTagsForResourceAsync
in interface AmazonGuardDutyAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonGuardDutyAsync
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..
listTagsForResourceAsync
in interface AmazonGuardDutyAsync
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.public Future<ListThreatIntelSetsResult> listThreatIntelSetsAsync(ListThreatIntelSetsRequest request)
AmazonGuardDutyAsync
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
listThreatIntelSetsAsync
in interface AmazonGuardDutyAsync
public Future<ListThreatIntelSetsResult> listThreatIntelSetsAsync(ListThreatIntelSetsRequest request, AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler)
AmazonGuardDutyAsync
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
listThreatIntelSetsAsync
in interface AmazonGuardDutyAsync
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.public Future<StartMonitoringMembersResult> startMonitoringMembersAsync(StartMonitoringMembersRequest request)
AmazonGuardDutyAsync
Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs. A master GuardDuty account can run this command after disabling GuardDuty from monitoring these members' findings by running StopMonitoringMembers.
startMonitoringMembersAsync
in interface AmazonGuardDutyAsync
public Future<StartMonitoringMembersResult> startMonitoringMembersAsync(StartMonitoringMembersRequest request, AsyncHandler<StartMonitoringMembersRequest,StartMonitoringMembersResult> asyncHandler)
AmazonGuardDutyAsync
Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs. A master GuardDuty account can run this command after disabling GuardDuty from monitoring these members' findings by running StopMonitoringMembers.
startMonitoringMembersAsync
in interface AmazonGuardDutyAsync
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.public Future<StopMonitoringMembersResult> stopMonitoringMembersAsync(StopMonitoringMembersRequest request)
AmazonGuardDutyAsync
Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs. After running this command, a master GuardDuty account can run StartMonitoringMembers to re-enable GuardDuty to monitor these members’ findings.
stopMonitoringMembersAsync
in interface AmazonGuardDutyAsync
public Future<StopMonitoringMembersResult> stopMonitoringMembersAsync(StopMonitoringMembersRequest request, AsyncHandler<StopMonitoringMembersRequest,StopMonitoringMembersResult> asyncHandler)
AmazonGuardDutyAsync
Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs. After running this command, a master GuardDuty account can run StartMonitoringMembers to re-enable GuardDuty to monitor these members’ findings.
stopMonitoringMembersAsync
in interface AmazonGuardDutyAsync
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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonGuardDutyAsync
Adds tags to a resource.
tagResourceAsync
in interface AmazonGuardDutyAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonGuardDutyAsync
Adds tags to a resource.
tagResourceAsync
in interface AmazonGuardDutyAsync
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.public Future<UnarchiveFindingsResult> unarchiveFindingsAsync(UnarchiveFindingsRequest request)
AmazonGuardDutyAsync
Unarchives Amazon GuardDuty findings specified by the list of finding IDs.
unarchiveFindingsAsync
in interface AmazonGuardDutyAsync
public Future<UnarchiveFindingsResult> unarchiveFindingsAsync(UnarchiveFindingsRequest request, AsyncHandler<UnarchiveFindingsRequest,UnarchiveFindingsResult> asyncHandler)
AmazonGuardDutyAsync
Unarchives Amazon GuardDuty findings specified by the list of finding IDs.
unarchiveFindingsAsync
in interface AmazonGuardDutyAsync
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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonGuardDutyAsync
Removes tags from a resource.
untagResourceAsync
in interface AmazonGuardDutyAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonGuardDutyAsync
Removes tags from a resource.
untagResourceAsync
in interface AmazonGuardDutyAsync
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.public Future<UpdateDetectorResult> updateDetectorAsync(UpdateDetectorRequest request)
AmazonGuardDutyAsync
Updates an Amazon GuardDuty detector specified by the detectorId.
updateDetectorAsync
in interface AmazonGuardDutyAsync
public Future<UpdateDetectorResult> updateDetectorAsync(UpdateDetectorRequest request, AsyncHandler<UpdateDetectorRequest,UpdateDetectorResult> asyncHandler)
AmazonGuardDutyAsync
Updates an Amazon GuardDuty detector specified by the detectorId.
updateDetectorAsync
in interface AmazonGuardDutyAsync
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.public Future<UpdateFilterResult> updateFilterAsync(UpdateFilterRequest request)
AmazonGuardDutyAsync
Updates the filter specified by the filter name.
updateFilterAsync
in interface AmazonGuardDutyAsync
public Future<UpdateFilterResult> updateFilterAsync(UpdateFilterRequest request, AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
AmazonGuardDutyAsync
Updates the filter specified by the filter name.
updateFilterAsync
in interface AmazonGuardDutyAsync
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.public Future<UpdateFindingsFeedbackResult> updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest request)
AmazonGuardDutyAsync
Marks specified Amazon GuardDuty findings as useful or not useful.
updateFindingsFeedbackAsync
in interface AmazonGuardDutyAsync
public Future<UpdateFindingsFeedbackResult> updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest request, AsyncHandler<UpdateFindingsFeedbackRequest,UpdateFindingsFeedbackResult> asyncHandler)
AmazonGuardDutyAsync
Marks specified Amazon GuardDuty findings as useful or not useful.
updateFindingsFeedbackAsync
in interface AmazonGuardDutyAsync
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.public Future<UpdateIPSetResult> updateIPSetAsync(UpdateIPSetRequest request)
AmazonGuardDutyAsync
Updates the IPSet specified by the IPSet ID.
updateIPSetAsync
in interface AmazonGuardDutyAsync
public Future<UpdateIPSetResult> updateIPSetAsync(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)
AmazonGuardDutyAsync
Updates the IPSet specified by the IPSet ID.
updateIPSetAsync
in interface AmazonGuardDutyAsync
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.public Future<UpdateThreatIntelSetResult> updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request)
AmazonGuardDutyAsync
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
updateThreatIntelSetAsync
in interface AmazonGuardDutyAsync
public Future<UpdateThreatIntelSetResult> updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request, AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsync
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
updateThreatIntelSetAsync
in interface AmazonGuardDutyAsync
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.