@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.
Assess, monitor, manage, and remediate security issues across your AWS infrastructure, applications, and data.
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 Amazon GuardDuty findings specified by the list of finding IDs.
|
Future<ArchiveFindingsResult> |
archiveFindingsAsync(ArchiveFindingsRequest archiveFindingsRequest,
AsyncHandler<ArchiveFindingsRequest,ArchiveFindingsResult> asyncHandler)
Archives Amazon 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 - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
Future<CreateIPSetResult> |
createIPSetAsync(CreateIPSetRequest createIPSetRequest,
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 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<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 IPSet ID.
|
Future<DeleteIPSetResult> |
deleteIPSetAsync(DeleteIPSetRequest deleteIPSetRequest,
AsyncHandler<DeleteIPSetRequest,DeleteIPSetResult> asyncHandler)
Deletes the IPSet specified by the IPSet ID.
|
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<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<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 IPSet ID.
|
Future<GetIPSetResult> |
getIPSetAsync(GetIPSetRequest getIPSetRequest,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
Retrieves the IPSet specified by the IPSet ID.
|
Future<GetMasterAccountResult> |
getMasterAccountAsync(GetMasterAccountRequest getMasterAccountRequest)
Provides the details for the GuardDuty master account to the current GuardDuty member account.
|
Future<GetMasterAccountResult> |
getMasterAccountAsync(GetMasterAccountRequest getMasterAccountRequest,
AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
Provides the details for the GuardDuty master account to 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<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)
Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs.
|
Future<StartMonitoringMembersResult> |
startMonitoringMembersAsync(StartMonitoringMembersRequest startMonitoringMembersRequest,
AsyncHandler<StartMonitoringMembersRequest,StartMonitoringMembersResult> asyncHandler)
Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs.
|
Future<StopMonitoringMembersResult> |
stopMonitoringMembersAsync(StopMonitoringMembersRequest stopMonitoringMembersRequest)
Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs.
|
Future<StopMonitoringMembersResult> |
stopMonitoringMembersAsync(StopMonitoringMembersRequest stopMonitoringMembersRequest,
AsyncHandler<StopMonitoringMembersRequest,StopMonitoringMembersResult> asyncHandler)
Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs.
|
Future<UnarchiveFindingsResult> |
unarchiveFindingsAsync(UnarchiveFindingsRequest unarchiveFindingsRequest)
Unarchives Amazon GuardDuty findings specified by the list of finding IDs.
|
Future<UnarchiveFindingsResult> |
unarchiveFindingsAsync(UnarchiveFindingsRequest unarchiveFindingsRequest,
AsyncHandler<UnarchiveFindingsRequest,UnarchiveFindingsResult> asyncHandler)
Unarchives Amazon GuardDuty findings specified by the list of finding IDs.
|
Future<UpdateDetectorResult> |
updateDetectorAsync(UpdateDetectorRequest updateDetectorRequest)
Updates an Amazon GuardDuty detector specified by the detectorId.
|
Future<UpdateDetectorResult> |
updateDetectorAsync(UpdateDetectorRequest updateDetectorRequest,
AsyncHandler<UpdateDetectorRequest,UpdateDetectorResult> asyncHandler)
Updates an 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 specified Amazon GuardDuty findings as useful or not useful.
|
Future<UpdateFindingsFeedbackResult> |
updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest,
AsyncHandler<UpdateFindingsFeedbackRequest,UpdateFindingsFeedbackResult> asyncHandler)
Marks specified Amazon 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<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, 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, listThreatIntelSets, shutdown, startMonitoringMembers, stopMonitoringMembers, unarchiveFindings, updateDetector, updateFilter, updateFindingsFeedback, updateIPSet, updateThreatIntelSet
Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest acceptInvitationRequest)
acceptInvitationRequest
- AcceptInvitation request body.Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest acceptInvitationRequest, AsyncHandler<AcceptInvitationRequest,AcceptInvitationResult> asyncHandler)
acceptInvitationRequest
- AcceptInvitation request body.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)
archiveFindingsRequest
- ArchiveFindings request body.Future<ArchiveFindingsResult> archiveFindingsAsync(ArchiveFindingsRequest archiveFindingsRequest, AsyncHandler<ArchiveFindingsRequest,ArchiveFindingsResult> asyncHandler)
archiveFindingsRequest
- ArchiveFindings request body.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)
createDetectorRequest
- CreateDetector request body.Future<CreateDetectorResult> createDetectorAsync(CreateDetectorRequest createDetectorRequest, AsyncHandler<CreateDetectorRequest,CreateDetectorResult> asyncHandler)
createDetectorRequest
- CreateDetector request body.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)
createFilterRequest
- CreateFilterRequest request body.Future<CreateFilterResult> createFilterAsync(CreateFilterRequest createFilterRequest, AsyncHandler<CreateFilterRequest,CreateFilterResult> asyncHandler)
createFilterRequest
- CreateFilterRequest request body.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)
createIPSetRequest
- CreateIPSet request body.Future<CreateIPSetResult> createIPSetAsync(CreateIPSetRequest createIPSetRequest, AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
createIPSetRequest
- CreateIPSet request body.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)
createMembersRequest
- CreateMembers request body.Future<CreateMembersResult> createMembersAsync(CreateMembersRequest createMembersRequest, AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
createMembersRequest
- CreateMembers request body.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)
createSampleFindingsRequest
- CreateSampleFindings request body.Future<CreateSampleFindingsResult> createSampleFindingsAsync(CreateSampleFindingsRequest createSampleFindingsRequest, AsyncHandler<CreateSampleFindingsRequest,CreateSampleFindingsResult> asyncHandler)
createSampleFindingsRequest
- CreateSampleFindings request body.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)
createThreatIntelSetRequest
- CreateThreatIntelSet request body.Future<CreateThreatIntelSetResult> createThreatIntelSetAsync(CreateThreatIntelSetRequest createThreatIntelSetRequest, AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler)
createThreatIntelSetRequest
- CreateThreatIntelSet request body.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)
declineInvitationsRequest
- DeclineInvitations request body.Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest declineInvitationsRequest, AsyncHandler<DeclineInvitationsRequest,DeclineInvitationsResult> asyncHandler)
declineInvitationsRequest
- DeclineInvitations request body.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)
deleteDetectorRequest
- Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest deleteDetectorRequest, AsyncHandler<DeleteDetectorRequest,DeleteDetectorResult> asyncHandler)
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)
deleteFilterRequest
- Future<DeleteFilterResult> deleteFilterAsync(DeleteFilterRequest deleteFilterRequest, AsyncHandler<DeleteFilterRequest,DeleteFilterResult> asyncHandler)
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)
deleteIPSetRequest
- Future<DeleteIPSetResult> deleteIPSetAsync(DeleteIPSetRequest deleteIPSetRequest, AsyncHandler<DeleteIPSetRequest,DeleteIPSetResult> asyncHandler)
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)
deleteInvitationsRequest
- DeleteInvitations request body.Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest deleteInvitationsRequest, AsyncHandler<DeleteInvitationsRequest,DeleteInvitationsResult> asyncHandler)
deleteInvitationsRequest
- DeleteInvitations request body.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)
deleteMembersRequest
- DeleteMembers request body.Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest deleteMembersRequest, AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
deleteMembersRequest
- DeleteMembers request body.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)
deleteThreatIntelSetRequest
- Future<DeleteThreatIntelSetResult> deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest, AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler)
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<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest)
disassociateFromMasterAccountRequest
- Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest, AsyncHandler<DisassociateFromMasterAccountRequest,DisassociateFromMasterAccountResult> asyncHandler)
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)
disassociateMembersRequest
- DisassociateMembers request body.Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest disassociateMembersRequest, AsyncHandler<DisassociateMembersRequest,DisassociateMembersResult> asyncHandler)
disassociateMembersRequest
- DisassociateMembers request body.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)
getDetectorRequest
- Future<GetDetectorResult> getDetectorAsync(GetDetectorRequest getDetectorRequest, AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
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)
getFilterRequest
- Future<GetFilterResult> getFilterAsync(GetFilterRequest getFilterRequest, AsyncHandler<GetFilterRequest,GetFilterResult> asyncHandler)
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)
getFindingsRequest
- GetFindings request body.Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest getFindingsRequest, AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
getFindingsRequest
- GetFindings request body.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)
getFindingsStatisticsRequest
- GetFindingsStatistics request body.Future<GetFindingsStatisticsResult> getFindingsStatisticsAsync(GetFindingsStatisticsRequest getFindingsStatisticsRequest, AsyncHandler<GetFindingsStatisticsRequest,GetFindingsStatisticsResult> asyncHandler)
getFindingsStatisticsRequest
- GetFindingsStatistics request body.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)
getIPSetRequest
- Future<GetIPSetResult> getIPSetAsync(GetIPSetRequest getIPSetRequest, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
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)
getInvitationsCountRequest
- Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest getInvitationsCountRequest, AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
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)
getMasterAccountRequest
- Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest getMasterAccountRequest, AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
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)
getMembersRequest
- GetMembers request body.Future<GetMembersResult> getMembersAsync(GetMembersRequest getMembersRequest, AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
getMembersRequest
- GetMembers request body.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)
getThreatIntelSetRequest
- Future<GetThreatIntelSetResult> getThreatIntelSetAsync(GetThreatIntelSetRequest getThreatIntelSetRequest, AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler)
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)
inviteMembersRequest
- InviteMembers request body.Future<InviteMembersResult> inviteMembersAsync(InviteMembersRequest inviteMembersRequest, AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
inviteMembersRequest
- InviteMembers request body.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)
listDetectorsRequest
- Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest listDetectorsRequest, AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
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)
listFiltersRequest
- Future<ListFiltersResult> listFiltersAsync(ListFiltersRequest listFiltersRequest, AsyncHandler<ListFiltersRequest,ListFiltersResult> asyncHandler)
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)
listFindingsRequest
- ListFindings request body.Future<ListFindingsResult> listFindingsAsync(ListFindingsRequest listFindingsRequest, AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler)
listFindingsRequest
- ListFindings request body.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)
listIPSetsRequest
- Future<ListIPSetsResult> listIPSetsAsync(ListIPSetsRequest listIPSetsRequest, AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
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)
listInvitationsRequest
- Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest listInvitationsRequest, AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
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)
listMembersRequest
- Future<ListMembersResult> listMembersAsync(ListMembersRequest listMembersRequest, AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
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<ListThreatIntelSetsResult> listThreatIntelSetsAsync(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
listThreatIntelSetsRequest
- Future<ListThreatIntelSetsResult> listThreatIntelSetsAsync(ListThreatIntelSetsRequest listThreatIntelSetsRequest, AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler)
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)
startMonitoringMembersRequest
- StartMonitoringMembers request body.Future<StartMonitoringMembersResult> startMonitoringMembersAsync(StartMonitoringMembersRequest startMonitoringMembersRequest, AsyncHandler<StartMonitoringMembersRequest,StartMonitoringMembersResult> asyncHandler)
startMonitoringMembersRequest
- StartMonitoringMembers request body.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)
stopMonitoringMembersRequest
- StopMonitoringMembers request body.Future<StopMonitoringMembersResult> stopMonitoringMembersAsync(StopMonitoringMembersRequest stopMonitoringMembersRequest, AsyncHandler<StopMonitoringMembersRequest,StopMonitoringMembersResult> asyncHandler)
stopMonitoringMembersRequest
- StopMonitoringMembers request body.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)
unarchiveFindingsRequest
- UnarchiveFindings request body.Future<UnarchiveFindingsResult> unarchiveFindingsAsync(UnarchiveFindingsRequest unarchiveFindingsRequest, AsyncHandler<UnarchiveFindingsRequest,UnarchiveFindingsResult> asyncHandler)
unarchiveFindingsRequest
- UnarchiveFindings request body.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)
updateDetectorRequest
- UpdateDetector request body.Future<UpdateDetectorResult> updateDetectorAsync(UpdateDetectorRequest updateDetectorRequest, AsyncHandler<UpdateDetectorRequest,UpdateDetectorResult> asyncHandler)
updateDetectorRequest
- UpdateDetector request body.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)
updateFilterRequest
- UpdateFilterRequest request body.Future<UpdateFilterResult> updateFilterAsync(UpdateFilterRequest updateFilterRequest, AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
updateFilterRequest
- UpdateFilterRequest request body.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)
updateFindingsFeedbackRequest
- UpdateFindingsFeedback request body.Future<UpdateFindingsFeedbackResult> updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest, AsyncHandler<UpdateFindingsFeedbackRequest,UpdateFindingsFeedbackResult> asyncHandler)
updateFindingsFeedbackRequest
- UpdateFindingsFeedback request body.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)
updateIPSetRequest
- UpdateIPSet request body.Future<UpdateIPSetResult> updateIPSetAsync(UpdateIPSetRequest updateIPSetRequest, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)
updateIPSetRequest
- UpdateIPSet request body.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)
updateThreatIntelSetRequest
- UpdateThreatIntelSet request body.Future<UpdateThreatIntelSetResult> updateThreatIntelSetAsync(UpdateThreatIntelSetRequest updateThreatIntelSetRequest, AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler)
updateThreatIntelSetRequest
- UpdateThreatIntelSet request body.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.