@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonGuardDutyAsyncClient extends AmazonGuardDutyClient implements AmazonGuardDutyAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Assess, monitor, manage, and remediate security issues across your AWS infrastructure, applications, and data.
LOGGING_AWS_REQUEST_METRIC
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 Amazon GuardDuty findings specified by the list of finding IDs.
|
Future<ArchiveFindingsResult> |
archiveFindingsAsync(ArchiveFindingsRequest request,
AsyncHandler<ArchiveFindingsRequest,ArchiveFindingsResult> asyncHandler)
Archives Amazon GuardDuty findings specified by the list of finding IDs.
|
static AmazonGuardDutyAsyncClientBuilder |
asyncBuilder() |
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.
|
ExecutorService |
getExecutorService()
Returns the executor service used by this client to execute async requests.
|
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 to the current GuardDuty member account.
|
Future<GetMasterAccountResult> |
getMasterAccountAsync(GetMasterAccountRequest request,
AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
Provides the details for the GuardDuty master account to 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<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.
|
void |
shutdown()
Shuts down the client, releasing all managed resources.
|
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<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<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, builder, 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, startMonitoringMembers, stopMonitoringMembers, unarchiveFindings, updateDetector, updateFilter, updateFindingsFeedback, updateIPSet, updateThreatIntelSet
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
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, listThreatIntelSets, startMonitoringMembers, stopMonitoringMembers, unarchiveFindings, updateDetector, updateFilter, updateFindingsFeedback, updateIPSet, updateThreatIntelSet
public static AmazonGuardDutyAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request)
AmazonGuardDutyAsync
acceptInvitationAsync
in interface AmazonGuardDutyAsync
request
- AcceptInvitation request body.public Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request, AsyncHandler<AcceptInvitationRequest,AcceptInvitationResult> asyncHandler)
AmazonGuardDutyAsync
acceptInvitationAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<ArchiveFindingsResult> archiveFindingsAsync(ArchiveFindingsRequest request)
AmazonGuardDutyAsync
archiveFindingsAsync
in interface AmazonGuardDutyAsync
request
- ArchiveFindings request body.public Future<ArchiveFindingsResult> archiveFindingsAsync(ArchiveFindingsRequest request, AsyncHandler<ArchiveFindingsRequest,ArchiveFindingsResult> asyncHandler)
AmazonGuardDutyAsync
archiveFindingsAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<CreateDetectorResult> createDetectorAsync(CreateDetectorRequest request)
AmazonGuardDutyAsync
createDetectorAsync
in interface AmazonGuardDutyAsync
request
- CreateDetector request body.public Future<CreateDetectorResult> createDetectorAsync(CreateDetectorRequest request, AsyncHandler<CreateDetectorRequest,CreateDetectorResult> asyncHandler)
AmazonGuardDutyAsync
createDetectorAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<CreateFilterResult> createFilterAsync(CreateFilterRequest request)
AmazonGuardDutyAsync
createFilterAsync
in interface AmazonGuardDutyAsync
request
- CreateFilterRequest request body.public Future<CreateFilterResult> createFilterAsync(CreateFilterRequest request, AsyncHandler<CreateFilterRequest,CreateFilterResult> asyncHandler)
AmazonGuardDutyAsync
createFilterAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<CreateIPSetResult> createIPSetAsync(CreateIPSetRequest request)
AmazonGuardDutyAsync
createIPSetAsync
in interface AmazonGuardDutyAsync
request
- CreateIPSet request body.public Future<CreateIPSetResult> createIPSetAsync(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
AmazonGuardDutyAsync
createIPSetAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<CreateMembersResult> createMembersAsync(CreateMembersRequest request)
AmazonGuardDutyAsync
createMembersAsync
in interface AmazonGuardDutyAsync
request
- CreateMembers request body.public Future<CreateMembersResult> createMembersAsync(CreateMembersRequest request, AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
AmazonGuardDutyAsync
createMembersAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<CreateSampleFindingsResult> createSampleFindingsAsync(CreateSampleFindingsRequest request)
AmazonGuardDutyAsync
createSampleFindingsAsync
in interface AmazonGuardDutyAsync
request
- CreateSampleFindings request body.public Future<CreateSampleFindingsResult> createSampleFindingsAsync(CreateSampleFindingsRequest request, AsyncHandler<CreateSampleFindingsRequest,CreateSampleFindingsResult> asyncHandler)
AmazonGuardDutyAsync
createSampleFindingsAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<CreateThreatIntelSetResult> createThreatIntelSetAsync(CreateThreatIntelSetRequest request)
AmazonGuardDutyAsync
createThreatIntelSetAsync
in interface AmazonGuardDutyAsync
request
- CreateThreatIntelSet request body.public Future<CreateThreatIntelSetResult> createThreatIntelSetAsync(CreateThreatIntelSetRequest request, AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsync
createThreatIntelSetAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest request)
AmazonGuardDutyAsync
declineInvitationsAsync
in interface AmazonGuardDutyAsync
request
- DeclineInvitations request body.public Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest request, AsyncHandler<DeclineInvitationsRequest,DeclineInvitationsResult> asyncHandler)
AmazonGuardDutyAsync
declineInvitationsAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest request)
AmazonGuardDutyAsync
deleteDetectorAsync
in interface AmazonGuardDutyAsync
public Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest request, AsyncHandler<DeleteDetectorRequest,DeleteDetectorResult> asyncHandler)
AmazonGuardDutyAsync
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
deleteFilterAsync
in interface AmazonGuardDutyAsync
public Future<DeleteFilterResult> deleteFilterAsync(DeleteFilterRequest request, AsyncHandler<DeleteFilterRequest,DeleteFilterResult> asyncHandler)
AmazonGuardDutyAsync
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
deleteIPSetAsync
in interface AmazonGuardDutyAsync
public Future<DeleteIPSetResult> deleteIPSetAsync(DeleteIPSetRequest request, AsyncHandler<DeleteIPSetRequest,DeleteIPSetResult> asyncHandler)
AmazonGuardDutyAsync
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
deleteInvitationsAsync
in interface AmazonGuardDutyAsync
request
- DeleteInvitations request body.public Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest request, AsyncHandler<DeleteInvitationsRequest,DeleteInvitationsResult> asyncHandler)
AmazonGuardDutyAsync
deleteInvitationsAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest request)
AmazonGuardDutyAsync
deleteMembersAsync
in interface AmazonGuardDutyAsync
request
- DeleteMembers request body.public Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest request, AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
AmazonGuardDutyAsync
deleteMembersAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<DeleteThreatIntelSetResult> deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest request)
AmazonGuardDutyAsync
deleteThreatIntelSetAsync
in interface AmazonGuardDutyAsync
public Future<DeleteThreatIntelSetResult> deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest request, AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsync
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
disassociateFromMasterAccountAsync
in interface AmazonGuardDutyAsync
public Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request, AsyncHandler<DisassociateFromMasterAccountRequest,DisassociateFromMasterAccountResult> asyncHandler)
AmazonGuardDutyAsync
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
disassociateMembersAsync
in interface AmazonGuardDutyAsync
request
- DisassociateMembers request body.public Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest request, AsyncHandler<DisassociateMembersRequest,DisassociateMembersResult> asyncHandler)
AmazonGuardDutyAsync
disassociateMembersAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<GetDetectorResult> getDetectorAsync(GetDetectorRequest request)
AmazonGuardDutyAsync
getDetectorAsync
in interface AmazonGuardDutyAsync
public Future<GetDetectorResult> getDetectorAsync(GetDetectorRequest request, AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
AmazonGuardDutyAsync
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
getFilterAsync
in interface AmazonGuardDutyAsync
public Future<GetFilterResult> getFilterAsync(GetFilterRequest request, AsyncHandler<GetFilterRequest,GetFilterResult> asyncHandler)
AmazonGuardDutyAsync
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
getFindingsAsync
in interface AmazonGuardDutyAsync
request
- GetFindings request body.public Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest request, AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
AmazonGuardDutyAsync
getFindingsAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<GetFindingsStatisticsResult> getFindingsStatisticsAsync(GetFindingsStatisticsRequest request)
AmazonGuardDutyAsync
getFindingsStatisticsAsync
in interface AmazonGuardDutyAsync
request
- GetFindingsStatistics request body.public Future<GetFindingsStatisticsResult> getFindingsStatisticsAsync(GetFindingsStatisticsRequest request, AsyncHandler<GetFindingsStatisticsRequest,GetFindingsStatisticsResult> asyncHandler)
AmazonGuardDutyAsync
getFindingsStatisticsAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<GetIPSetResult> getIPSetAsync(GetIPSetRequest request)
AmazonGuardDutyAsync
getIPSetAsync
in interface AmazonGuardDutyAsync
public Future<GetIPSetResult> getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
AmazonGuardDutyAsync
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
getInvitationsCountAsync
in interface AmazonGuardDutyAsync
public Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest request, AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
AmazonGuardDutyAsync
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
getMasterAccountAsync
in interface AmazonGuardDutyAsync
public Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest request, AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
AmazonGuardDutyAsync
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
getMembersAsync
in interface AmazonGuardDutyAsync
request
- GetMembers request body.public Future<GetMembersResult> getMembersAsync(GetMembersRequest request, AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
AmazonGuardDutyAsync
getMembersAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<GetThreatIntelSetResult> getThreatIntelSetAsync(GetThreatIntelSetRequest request)
AmazonGuardDutyAsync
getThreatIntelSetAsync
in interface AmazonGuardDutyAsync
public Future<GetThreatIntelSetResult> getThreatIntelSetAsync(GetThreatIntelSetRequest request, AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsync
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
inviteMembersAsync
in interface AmazonGuardDutyAsync
request
- InviteMembers request body.public Future<InviteMembersResult> inviteMembersAsync(InviteMembersRequest request, AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
AmazonGuardDutyAsync
inviteMembersAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest request)
AmazonGuardDutyAsync
listDetectorsAsync
in interface AmazonGuardDutyAsync
public Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest request, AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
AmazonGuardDutyAsync
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
listFiltersAsync
in interface AmazonGuardDutyAsync
public Future<ListFiltersResult> listFiltersAsync(ListFiltersRequest request, AsyncHandler<ListFiltersRequest,ListFiltersResult> asyncHandler)
AmazonGuardDutyAsync
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
listFindingsAsync
in interface AmazonGuardDutyAsync
request
- ListFindings request body.public Future<ListFindingsResult> listFindingsAsync(ListFindingsRequest request, AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler)
AmazonGuardDutyAsync
listFindingsAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<ListIPSetsResult> listIPSetsAsync(ListIPSetsRequest request)
AmazonGuardDutyAsync
listIPSetsAsync
in interface AmazonGuardDutyAsync
public Future<ListIPSetsResult> listIPSetsAsync(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
AmazonGuardDutyAsync
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
listInvitationsAsync
in interface AmazonGuardDutyAsync
public Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest request, AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
AmazonGuardDutyAsync
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
listMembersAsync
in interface AmazonGuardDutyAsync
public Future<ListMembersResult> listMembersAsync(ListMembersRequest request, AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
AmazonGuardDutyAsync
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<ListThreatIntelSetsResult> listThreatIntelSetsAsync(ListThreatIntelSetsRequest request)
AmazonGuardDutyAsync
listThreatIntelSetsAsync
in interface AmazonGuardDutyAsync
public Future<ListThreatIntelSetsResult> listThreatIntelSetsAsync(ListThreatIntelSetsRequest request, AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler)
AmazonGuardDutyAsync
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
startMonitoringMembersAsync
in interface AmazonGuardDutyAsync
request
- StartMonitoringMembers request body.public Future<StartMonitoringMembersResult> startMonitoringMembersAsync(StartMonitoringMembersRequest request, AsyncHandler<StartMonitoringMembersRequest,StartMonitoringMembersResult> asyncHandler)
AmazonGuardDutyAsync
startMonitoringMembersAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<StopMonitoringMembersResult> stopMonitoringMembersAsync(StopMonitoringMembersRequest request)
AmazonGuardDutyAsync
stopMonitoringMembersAsync
in interface AmazonGuardDutyAsync
request
- StopMonitoringMembers request body.public Future<StopMonitoringMembersResult> stopMonitoringMembersAsync(StopMonitoringMembersRequest request, AsyncHandler<StopMonitoringMembersRequest,StopMonitoringMembersResult> asyncHandler)
AmazonGuardDutyAsync
stopMonitoringMembersAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<UnarchiveFindingsResult> unarchiveFindingsAsync(UnarchiveFindingsRequest request)
AmazonGuardDutyAsync
unarchiveFindingsAsync
in interface AmazonGuardDutyAsync
request
- UnarchiveFindings request body.public Future<UnarchiveFindingsResult> unarchiveFindingsAsync(UnarchiveFindingsRequest request, AsyncHandler<UnarchiveFindingsRequest,UnarchiveFindingsResult> asyncHandler)
AmazonGuardDutyAsync
unarchiveFindingsAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<UpdateDetectorResult> updateDetectorAsync(UpdateDetectorRequest request)
AmazonGuardDutyAsync
updateDetectorAsync
in interface AmazonGuardDutyAsync
request
- UpdateDetector request body.public Future<UpdateDetectorResult> updateDetectorAsync(UpdateDetectorRequest request, AsyncHandler<UpdateDetectorRequest,UpdateDetectorResult> asyncHandler)
AmazonGuardDutyAsync
updateDetectorAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<UpdateFilterResult> updateFilterAsync(UpdateFilterRequest request)
AmazonGuardDutyAsync
updateFilterAsync
in interface AmazonGuardDutyAsync
request
- UpdateFilterRequest request body.public Future<UpdateFilterResult> updateFilterAsync(UpdateFilterRequest request, AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
AmazonGuardDutyAsync
updateFilterAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<UpdateFindingsFeedbackResult> updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest request)
AmazonGuardDutyAsync
updateFindingsFeedbackAsync
in interface AmazonGuardDutyAsync
request
- UpdateFindingsFeedback request body.public Future<UpdateFindingsFeedbackResult> updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest request, AsyncHandler<UpdateFindingsFeedbackRequest,UpdateFindingsFeedbackResult> asyncHandler)
AmazonGuardDutyAsync
updateFindingsFeedbackAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<UpdateIPSetResult> updateIPSetAsync(UpdateIPSetRequest request)
AmazonGuardDutyAsync
updateIPSetAsync
in interface AmazonGuardDutyAsync
request
- UpdateIPSet request body.public Future<UpdateIPSetResult> updateIPSetAsync(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)
AmazonGuardDutyAsync
updateIPSetAsync
in interface AmazonGuardDutyAsync
request
- 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.public Future<UpdateThreatIntelSetResult> updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request)
AmazonGuardDutyAsync
updateThreatIntelSetAsync
in interface AmazonGuardDutyAsync
request
- UpdateThreatIntelSet request body.public Future<UpdateThreatIntelSetResult> updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request, AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsync
updateThreatIntelSetAsync
in interface AmazonGuardDutyAsync
request
- 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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonGuardDuty
shutdown
in class AmazonWebServiceClient
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.