@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.
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, and Amazon EBS volume data. It uses threat intelligence feeds, such as lists of malicious IPs and domains, and machine learning to identify unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment. This can include issues like escalations of privileges, uses of exposed credentials, or communication with malicious IPs, domains, or presence of malware on your Amazon EC2 instances and container workloads. For example, GuardDuty can detect compromised EC2 instances and container workloads serving malware, or mining bitcoin.
GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such as unauthorized infrastructure deployments like EC2 instances deployed in a Region that has never been used, or unusual API calls like a password policy change to reduce password strength.
GuardDuty informs you about the status of your Amazon Web Services environment by producing security findings that you can view in the GuardDuty console or through Amazon EventBridge. For more information, see the Amazon GuardDuty User Guide .
configFactoryclient, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIXacceptAdministratorInvitation, acceptInvitation, archiveFindings, builder, createDetector, createFilter, createIPSet, createMembers, createPublishingDestination, createSampleFindings, createThreatIntelSet, declineInvitations, deleteDetector, deleteFilter, deleteInvitations, deleteIPSet, deleteMembers, deletePublishingDestination, deleteThreatIntelSet, describeMalwareScans, describeOrganizationConfiguration, describePublishingDestination, disableOrganizationAdminAccount, disassociateFromAdministratorAccount, disassociateFromMasterAccount, disassociateMembers, enableOrganizationAdminAccount, getAdministratorAccount, getCachedResponseMetadata, getCoverageStatistics, getDetector, getFilter, getFindings, getFindingsStatistics, getInvitationsCount, getIPSet, getMalwareScanSettings, getMasterAccount, getMemberDetectors, getMembers, getRemainingFreeTrialDays, getThreatIntelSet, getUsageStatistics, inviteMembers, listCoverage, listDetectors, listFilters, listFindings, listInvitations, listIPSets, listMembers, listOrganizationAdminAccounts, listPublishingDestinations, listTagsForResource, listThreatIntelSets, startMonitoringMembers, stopMonitoringMembers, tagResource, unarchiveFindings, untagResource, updateDetector, updateFilter, updateFindingsFeedback, updateIPSet, updateMalwareScanSettings, updateMemberDetectors, updateOrganizationConfiguration, updatePublishingDestination, updateThreatIntelSetaddRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptAdministratorInvitation, acceptInvitation, archiveFindings, createDetector, createFilter, createIPSet, createMembers, createPublishingDestination, createSampleFindings, createThreatIntelSet, declineInvitations, deleteDetector, deleteFilter, deleteInvitations, deleteIPSet, deleteMembers, deletePublishingDestination, deleteThreatIntelSet, describeMalwareScans, describeOrganizationConfiguration, describePublishingDestination, disableOrganizationAdminAccount, disassociateFromAdministratorAccount, disassociateFromMasterAccount, disassociateMembers, enableOrganizationAdminAccount, getAdministratorAccount, getCachedResponseMetadata, getCoverageStatistics, getDetector, getFilter, getFindings, getFindingsStatistics, getInvitationsCount, getIPSet, getMalwareScanSettings, getMasterAccount, getMemberDetectors, getMembers, getRemainingFreeTrialDays, getThreatIntelSet, getUsageStatistics, inviteMembers, listCoverage, listDetectors, listFilters, listFindings, listInvitations, listIPSets, listMembers, listOrganizationAdminAccounts, listPublishingDestinations, listTagsForResource, listThreatIntelSets, startMonitoringMembers, stopMonitoringMembers, tagResource, unarchiveFindings, untagResource, updateDetector, updateFilter, updateFindingsFeedback, updateIPSet, updateMalwareScanSettings, updateMemberDetectors, updateOrganizationConfiguration, updatePublishingDestination, updateThreatIntelSetpublic static AmazonGuardDutyAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AcceptAdministratorInvitationResult> acceptAdministratorInvitationAsync(AcceptAdministratorInvitationRequest request)
AmazonGuardDutyAsyncAccepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
acceptAdministratorInvitationAsync in interface AmazonGuardDutyAsyncpublic Future<AcceptAdministratorInvitationResult> acceptAdministratorInvitationAsync(AcceptAdministratorInvitationRequest request, AsyncHandler<AcceptAdministratorInvitationRequest,AcceptAdministratorInvitationResult> asyncHandler)
AmazonGuardDutyAsyncAccepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
acceptAdministratorInvitationAsync in interface AmazonGuardDutyAsyncasyncHandler - 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.@Deprecated public Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request)
AmazonGuardDutyAsyncAccepts the invitation to be monitored by a GuardDuty administrator account.
acceptInvitationAsync in interface AmazonGuardDutyAsync@Deprecated public Future<AcceptInvitationResult> acceptInvitationAsync(AcceptInvitationRequest request, AsyncHandler<AcceptInvitationRequest,AcceptInvitationResult> asyncHandler)
AmazonGuardDutyAsyncAccepts the invitation to be monitored by a GuardDuty administrator account.
acceptInvitationAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncArchives GuardDuty findings that are specified by the list of finding IDs.
Only the administrator account can archive findings. Member accounts don't have permission to archive findings from their accounts.
archiveFindingsAsync in interface AmazonGuardDutyAsyncpublic Future<ArchiveFindingsResult> archiveFindingsAsync(ArchiveFindingsRequest request, AsyncHandler<ArchiveFindingsRequest,ArchiveFindingsResult> asyncHandler)
AmazonGuardDutyAsyncArchives GuardDuty findings that are specified by the list of finding IDs.
Only the administrator account can archive findings. Member accounts don't have permission to archive findings from their accounts.
archiveFindingsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncCreates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
createDetectorAsync in interface AmazonGuardDutyAsyncpublic Future<CreateDetectorResult> createDetectorAsync(CreateDetectorRequest request, AsyncHandler<CreateDetectorRequest,CreateDetectorResult> asyncHandler)
AmazonGuardDutyAsyncCreates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
createDetectorAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncCreates a filter using the specified finding criteria. The maximum number of saved filters per Amazon Web Services account per Region is 100. For more information, see Quotas for GuardDuty.
createFilterAsync in interface AmazonGuardDutyAsyncpublic Future<CreateFilterResult> createFilterAsync(CreateFilterRequest request, AsyncHandler<CreateFilterRequest,CreateFilterResult> asyncHandler)
AmazonGuardDutyAsyncCreates a filter using the specified finding criteria. The maximum number of saved filters per Amazon Web Services account per Region is 100. For more information, see Quotas for GuardDuty.
createFilterAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncCreates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with Amazon Web Services infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.
createIPSetAsync in interface AmazonGuardDutyAsyncpublic Future<CreateIPSetResult> createIPSetAsync(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
AmazonGuardDutyAsyncCreates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with Amazon Web Services infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.
createIPSetAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncCreates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization.
When using Create Members as an organizations delegated administrator this action will enable
GuardDuty in the added member accounts, with the exception of the organization delegated administrator account,
which must enable GuardDuty prior to being added as a member.
If you are adding accounts by invitation, use this action after GuardDuty has bee enabled in potential member accounts and before using InviteMembers.
createMembersAsync in interface AmazonGuardDutyAsyncpublic Future<CreateMembersResult> createMembersAsync(CreateMembersRequest request, AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
AmazonGuardDutyAsyncCreates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization.
When using Create Members as an organizations delegated administrator this action will enable
GuardDuty in the added member accounts, with the exception of the organization delegated administrator account,
which must enable GuardDuty prior to being added as a member.
If you are adding accounts by invitation, use this action after GuardDuty has bee enabled in potential member accounts and before using InviteMembers.
createMembersAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<CreatePublishingDestinationResult> createPublishingDestinationAsync(CreatePublishingDestinationRequest request)
AmazonGuardDutyAsyncCreates a publishing destination to export findings to. The resource to export findings to must exist before you use this operation.
createPublishingDestinationAsync in interface AmazonGuardDutyAsyncpublic Future<CreatePublishingDestinationResult> createPublishingDestinationAsync(CreatePublishingDestinationRequest request, AsyncHandler<CreatePublishingDestinationRequest,CreatePublishingDestinationResult> asyncHandler)
AmazonGuardDutyAsyncCreates a publishing destination to export findings to. The resource to export findings to must exist before you use this operation.
createPublishingDestinationAsync in interface AmazonGuardDutyAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSampleFindingsResult> createSampleFindingsAsync(CreateSampleFindingsRequest request)
AmazonGuardDutyAsync
Generates sample findings of types specified by the list of finding types. If 'NULL' is specified for
findingTypes, the API generates sample findings of all supported finding types.
createSampleFindingsAsync in interface AmazonGuardDutyAsyncpublic Future<CreateSampleFindingsResult> createSampleFindingsAsync(CreateSampleFindingsRequest request, AsyncHandler<CreateSampleFindingsRequest,CreateSampleFindingsResult> asyncHandler)
AmazonGuardDutyAsync
Generates sample findings of types specified by the list of finding types. If 'NULL' is specified for
findingTypes, the API generates sample findings of all supported finding types.
createSampleFindingsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncCreates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can use this operation.
createThreatIntelSetAsync in interface AmazonGuardDutyAsyncpublic Future<CreateThreatIntelSetResult> createThreatIntelSetAsync(CreateThreatIntelSetRequest request, AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsyncCreates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can use this operation.
createThreatIntelSetAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncDeclines invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.
declineInvitationsAsync in interface AmazonGuardDutyAsyncpublic Future<DeclineInvitationsResult> declineInvitationsAsync(DeclineInvitationsRequest request, AsyncHandler<DeclineInvitationsRequest,DeclineInvitationsResult> asyncHandler)
AmazonGuardDutyAsyncDeclines invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.
declineInvitationsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncDeletes an Amazon GuardDuty detector that is specified by the detector ID.
deleteDetectorAsync in interface AmazonGuardDutyAsyncpublic Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest request, AsyncHandler<DeleteDetectorRequest,DeleteDetectorResult> asyncHandler)
AmazonGuardDutyAsyncDeletes an Amazon GuardDuty detector that is specified by the detector ID.
deleteDetectorAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncDeletes the filter specified by the filter name.
deleteFilterAsync in interface AmazonGuardDutyAsyncpublic Future<DeleteFilterResult> deleteFilterAsync(DeleteFilterRequest request, AsyncHandler<DeleteFilterRequest,DeleteFilterResult> asyncHandler)
AmazonGuardDutyAsyncDeletes the filter specified by the filter name.
deleteFilterAsync in interface AmazonGuardDutyAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteIPSetResult> deleteIPSetAsync(DeleteIPSetRequest request)
AmazonGuardDutyAsync
Deletes the IPSet specified by the ipSetId. IPSets are called trusted IP lists in the console user
interface.
deleteIPSetAsync in interface AmazonGuardDutyAsyncpublic Future<DeleteIPSetResult> deleteIPSetAsync(DeleteIPSetRequest request, AsyncHandler<DeleteIPSetRequest,DeleteIPSetResult> asyncHandler)
AmazonGuardDutyAsync
Deletes the IPSet specified by the ipSetId. IPSets are called trusted IP lists in the console user
interface.
deleteIPSetAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncDeletes invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.
deleteInvitationsAsync in interface AmazonGuardDutyAsyncpublic Future<DeleteInvitationsResult> deleteInvitationsAsync(DeleteInvitationsRequest request, AsyncHandler<DeleteInvitationsRequest,DeleteInvitationsResult> asyncHandler)
AmazonGuardDutyAsyncDeletes invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.
deleteInvitationsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncDeletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
With autoEnableOrganizationMembers configuration for your organization set to ALL,
you'll receive an error if you attempt to disable GuardDuty for a member account in your organization.
deleteMembersAsync in interface AmazonGuardDutyAsyncpublic Future<DeleteMembersResult> deleteMembersAsync(DeleteMembersRequest request, AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
AmazonGuardDutyAsyncDeletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
With autoEnableOrganizationMembers configuration for your organization set to ALL,
you'll receive an error if you attempt to disable GuardDuty for a member account in your organization.
deleteMembersAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<DeletePublishingDestinationResult> deletePublishingDestinationAsync(DeletePublishingDestinationRequest request)
AmazonGuardDutyAsync
Deletes the publishing definition with the specified destinationId.
deletePublishingDestinationAsync in interface AmazonGuardDutyAsyncpublic Future<DeletePublishingDestinationResult> deletePublishingDestinationAsync(DeletePublishingDestinationRequest request, AsyncHandler<DeletePublishingDestinationRequest,DeletePublishingDestinationResult> asyncHandler)
AmazonGuardDutyAsync
Deletes the publishing definition with the specified destinationId.
deletePublishingDestinationAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncDeletes the ThreatIntelSet specified by the ThreatIntelSet ID.
deleteThreatIntelSetAsync in interface AmazonGuardDutyAsyncpublic Future<DeleteThreatIntelSetResult> deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest request, AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsyncDeletes the ThreatIntelSet specified by the ThreatIntelSet ID.
deleteThreatIntelSetAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<DescribeMalwareScansResult> describeMalwareScansAsync(DescribeMalwareScansRequest request)
AmazonGuardDutyAsyncReturns a list of malware scans. Each member account can view the malware scans for their own accounts. An administrator can view the malware scans for all the member accounts.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
describeMalwareScansAsync in interface AmazonGuardDutyAsyncpublic Future<DescribeMalwareScansResult> describeMalwareScansAsync(DescribeMalwareScansRequest request, AsyncHandler<DescribeMalwareScansRequest,DescribeMalwareScansResult> asyncHandler)
AmazonGuardDutyAsyncReturns a list of malware scans. Each member account can view the malware scans for their own accounts. An administrator can view the malware scans for all the member accounts.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
describeMalwareScansAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<DescribeOrganizationConfigurationResult> describeOrganizationConfigurationAsync(DescribeOrganizationConfigurationRequest request)
AmazonGuardDutyAsyncReturns information about the account selected as the delegated administrator for GuardDuty.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
describeOrganizationConfigurationAsync in interface AmazonGuardDutyAsyncpublic Future<DescribeOrganizationConfigurationResult> describeOrganizationConfigurationAsync(DescribeOrganizationConfigurationRequest request, AsyncHandler<DescribeOrganizationConfigurationRequest,DescribeOrganizationConfigurationResult> asyncHandler)
AmazonGuardDutyAsyncReturns information about the account selected as the delegated administrator for GuardDuty.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
describeOrganizationConfigurationAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<DescribePublishingDestinationResult> describePublishingDestinationAsync(DescribePublishingDestinationRequest request)
AmazonGuardDutyAsync
Returns information about the publishing destination specified by the provided destinationId.
describePublishingDestinationAsync in interface AmazonGuardDutyAsyncpublic Future<DescribePublishingDestinationResult> describePublishingDestinationAsync(DescribePublishingDestinationRequest request, AsyncHandler<DescribePublishingDestinationRequest,DescribePublishingDestinationResult> asyncHandler)
AmazonGuardDutyAsync
Returns information about the publishing destination specified by the provided destinationId.
describePublishingDestinationAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<DisableOrganizationAdminAccountResult> disableOrganizationAdminAccountAsync(DisableOrganizationAdminAccountRequest request)
AmazonGuardDutyAsyncDisables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator.
disableOrganizationAdminAccountAsync in interface AmazonGuardDutyAsyncpublic Future<DisableOrganizationAdminAccountResult> disableOrganizationAdminAccountAsync(DisableOrganizationAdminAccountRequest request, AsyncHandler<DisableOrganizationAdminAccountRequest,DisableOrganizationAdminAccountResult> asyncHandler)
AmazonGuardDutyAsyncDisables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator.
disableOrganizationAdminAccountAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<DisassociateFromAdministratorAccountResult> disassociateFromAdministratorAccountAsync(DisassociateFromAdministratorAccountRequest request)
AmazonGuardDutyAsyncDisassociates the current GuardDuty member account from its administrator account.
With autoEnableOrganizationMembers configuration for your organization set to ALL,
you'll receive an error if you attempt to disable GuardDuty in a member account.
disassociateFromAdministratorAccountAsync in interface AmazonGuardDutyAsyncpublic Future<DisassociateFromAdministratorAccountResult> disassociateFromAdministratorAccountAsync(DisassociateFromAdministratorAccountRequest request, AsyncHandler<DisassociateFromAdministratorAccountRequest,DisassociateFromAdministratorAccountResult> asyncHandler)
AmazonGuardDutyAsyncDisassociates the current GuardDuty member account from its administrator account.
With autoEnableOrganizationMembers configuration for your organization set to ALL,
you'll receive an error if you attempt to disable GuardDuty in a member account.
disassociateFromAdministratorAccountAsync in interface AmazonGuardDutyAsyncasyncHandler - 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.@Deprecated public Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request)
AmazonGuardDutyAsyncDisassociates the current GuardDuty member account from its administrator account.
disassociateFromMasterAccountAsync in interface AmazonGuardDutyAsync@Deprecated public Future<DisassociateFromMasterAccountResult> disassociateFromMasterAccountAsync(DisassociateFromMasterAccountRequest request, AsyncHandler<DisassociateFromMasterAccountRequest,DisassociateFromMasterAccountResult> asyncHandler)
AmazonGuardDutyAsyncDisassociates the current GuardDuty member account from its administrator account.
disassociateFromMasterAccountAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncDisassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.
With autoEnableOrganizationMembers configuration for your organization set to ALL,
you'll receive an error if you attempt to disassociate a member account before removing them from your Amazon Web
Services organization.
disassociateMembersAsync in interface AmazonGuardDutyAsyncpublic Future<DisassociateMembersResult> disassociateMembersAsync(DisassociateMembersRequest request, AsyncHandler<DisassociateMembersRequest,DisassociateMembersResult> asyncHandler)
AmazonGuardDutyAsyncDisassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.
With autoEnableOrganizationMembers configuration for your organization set to ALL,
you'll receive an error if you attempt to disassociate a member account before removing them from your Amazon Web
Services organization.
disassociateMembersAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<EnableOrganizationAdminAccountResult> enableOrganizationAdminAccountAsync(EnableOrganizationAdminAccountRequest request)
AmazonGuardDutyAsyncEnables an Amazon Web Services account within the organization as the GuardDuty delegated administrator.
enableOrganizationAdminAccountAsync in interface AmazonGuardDutyAsyncpublic Future<EnableOrganizationAdminAccountResult> enableOrganizationAdminAccountAsync(EnableOrganizationAdminAccountRequest request, AsyncHandler<EnableOrganizationAdminAccountRequest,EnableOrganizationAdminAccountResult> asyncHandler)
AmazonGuardDutyAsyncEnables an Amazon Web Services account within the organization as the GuardDuty delegated administrator.
enableOrganizationAdminAccountAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<GetAdministratorAccountResult> getAdministratorAccountAsync(GetAdministratorAccountRequest request)
AmazonGuardDutyAsyncProvides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
getAdministratorAccountAsync in interface AmazonGuardDutyAsyncpublic Future<GetAdministratorAccountResult> getAdministratorAccountAsync(GetAdministratorAccountRequest request, AsyncHandler<GetAdministratorAccountRequest,GetAdministratorAccountResult> asyncHandler)
AmazonGuardDutyAsyncProvides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
getAdministratorAccountAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<GetCoverageStatisticsResult> getCoverageStatisticsAsync(GetCoverageStatisticsRequest request)
AmazonGuardDutyAsyncRetrieves aggregated statistics for your account. If you are a GuardDuty administrator, you can retrieve the statistics for all the resources associated with the active member accounts in your organization who have enabled EKS Runtime Monitoring and have the GuardDuty agent running on their EKS nodes.
getCoverageStatisticsAsync in interface AmazonGuardDutyAsyncpublic Future<GetCoverageStatisticsResult> getCoverageStatisticsAsync(GetCoverageStatisticsRequest request, AsyncHandler<GetCoverageStatisticsRequest,GetCoverageStatisticsResult> asyncHandler)
AmazonGuardDutyAsyncRetrieves aggregated statistics for your account. If you are a GuardDuty administrator, you can retrieve the statistics for all the resources associated with the active member accounts in your organization who have enabled EKS Runtime Monitoring and have the GuardDuty agent running on their EKS nodes.
getCoverageStatisticsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncRetrieves an Amazon GuardDuty detector specified by the detectorId.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
getDetectorAsync in interface AmazonGuardDutyAsyncpublic Future<GetDetectorResult> getDetectorAsync(GetDetectorRequest request, AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
AmazonGuardDutyAsyncRetrieves an Amazon GuardDuty detector specified by the detectorId.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
getDetectorAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncReturns the details of the filter specified by the filter name.
getFilterAsync in interface AmazonGuardDutyAsyncpublic Future<GetFilterResult> getFilterAsync(GetFilterRequest request, AsyncHandler<GetFilterRequest,GetFilterResult> asyncHandler)
AmazonGuardDutyAsyncReturns the details of the filter specified by the filter name.
getFilterAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncDescribes Amazon GuardDuty findings specified by finding IDs.
getFindingsAsync in interface AmazonGuardDutyAsyncpublic Future<GetFindingsResult> getFindingsAsync(GetFindingsRequest request, AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
AmazonGuardDutyAsyncDescribes Amazon GuardDuty findings specified by finding IDs.
getFindingsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncLists Amazon GuardDuty findings statistics for the specified detector ID.
getFindingsStatisticsAsync in interface AmazonGuardDutyAsyncpublic Future<GetFindingsStatisticsResult> getFindingsStatisticsAsync(GetFindingsStatisticsRequest request, AsyncHandler<GetFindingsStatisticsRequest,GetFindingsStatisticsResult> asyncHandler)
AmazonGuardDutyAsyncLists Amazon GuardDuty findings statistics for the specified detector ID.
getFindingsStatisticsAsync in interface AmazonGuardDutyAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetIPSetResult> getIPSetAsync(GetIPSetRequest request)
AmazonGuardDutyAsync
Retrieves the IPSet specified by the ipSetId.
getIPSetAsync in interface AmazonGuardDutyAsyncpublic Future<GetIPSetResult> getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
AmazonGuardDutyAsync
Retrieves the IPSet specified by the ipSetId.
getIPSetAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncReturns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.
getInvitationsCountAsync in interface AmazonGuardDutyAsyncpublic Future<GetInvitationsCountResult> getInvitationsCountAsync(GetInvitationsCountRequest request, AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
AmazonGuardDutyAsyncReturns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.
getInvitationsCountAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<GetMalwareScanSettingsResult> getMalwareScanSettingsAsync(GetMalwareScanSettingsRequest request)
AmazonGuardDutyAsyncReturns the details of the malware scan settings.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
getMalwareScanSettingsAsync in interface AmazonGuardDutyAsyncpublic Future<GetMalwareScanSettingsResult> getMalwareScanSettingsAsync(GetMalwareScanSettingsRequest request, AsyncHandler<GetMalwareScanSettingsRequest,GetMalwareScanSettingsResult> asyncHandler)
AmazonGuardDutyAsyncReturns the details of the malware scan settings.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
getMalwareScanSettingsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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.@Deprecated public Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest request)
AmazonGuardDutyAsyncProvides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
getMasterAccountAsync in interface AmazonGuardDutyAsync@Deprecated public Future<GetMasterAccountResult> getMasterAccountAsync(GetMasterAccountRequest request, AsyncHandler<GetMasterAccountRequest,GetMasterAccountResult> asyncHandler)
AmazonGuardDutyAsyncProvides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
getMasterAccountAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<GetMemberDetectorsResult> getMemberDetectorsAsync(GetMemberDetectorsRequest request)
AmazonGuardDutyAsyncDescribes which data sources are enabled for the member account's detector.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
getMemberDetectorsAsync in interface AmazonGuardDutyAsyncpublic Future<GetMemberDetectorsResult> getMemberDetectorsAsync(GetMemberDetectorsRequest request, AsyncHandler<GetMemberDetectorsRequest,GetMemberDetectorsResult> asyncHandler)
AmazonGuardDutyAsyncDescribes which data sources are enabled for the member account's detector.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
getMemberDetectorsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncRetrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.
getMembersAsync in interface AmazonGuardDutyAsyncpublic Future<GetMembersResult> getMembersAsync(GetMembersRequest request, AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
AmazonGuardDutyAsyncRetrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.
getMembersAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<GetRemainingFreeTrialDaysResult> getRemainingFreeTrialDaysAsync(GetRemainingFreeTrialDaysRequest request)
AmazonGuardDutyAsyncProvides the number of days left for each data source used in the free trial period.
getRemainingFreeTrialDaysAsync in interface AmazonGuardDutyAsyncpublic Future<GetRemainingFreeTrialDaysResult> getRemainingFreeTrialDaysAsync(GetRemainingFreeTrialDaysRequest request, AsyncHandler<GetRemainingFreeTrialDaysRequest,GetRemainingFreeTrialDaysResult> asyncHandler)
AmazonGuardDutyAsyncProvides the number of days left for each data source used in the free trial period.
getRemainingFreeTrialDaysAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncRetrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
getThreatIntelSetAsync in interface AmazonGuardDutyAsyncpublic Future<GetThreatIntelSetResult> getThreatIntelSetAsync(GetThreatIntelSetRequest request, AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsyncRetrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
getThreatIntelSetAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<GetUsageStatisticsResult> getUsageStatisticsAsync(GetUsageStatisticsRequest request)
AmazonGuardDutyAsyncLists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources, the cost returned will include only the usage so far under 30 days. This may differ from the cost metrics in the console, which project usage over 30 days to provide a monthly cost estimate. For more information, see Understanding How Usage Costs are Calculated.
getUsageStatisticsAsync in interface AmazonGuardDutyAsyncpublic Future<GetUsageStatisticsResult> getUsageStatisticsAsync(GetUsageStatisticsRequest request, AsyncHandler<GetUsageStatisticsRequest,GetUsageStatisticsResult> asyncHandler)
AmazonGuardDutyAsyncLists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources, the cost returned will include only the usage so far under 30 days. This may differ from the cost metrics in the console, which project usage over 30 days to provide a monthly cost estimate. For more information, see Understanding How Usage Costs are Calculated.
getUsageStatisticsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncInvites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.
inviteMembersAsync in interface AmazonGuardDutyAsyncpublic Future<InviteMembersResult> inviteMembersAsync(InviteMembersRequest request, AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
AmazonGuardDutyAsyncInvites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.
inviteMembersAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<ListCoverageResult> listCoverageAsync(ListCoverageRequest request)
AmazonGuardDutyAsyncLists coverage details for your GuardDuty account. If you're a GuardDuty administrator, you can retrieve all resources associated with the active member accounts in your organization.
Make sure the accounts have EKS Runtime Monitoring enabled and GuardDuty agent running on their EKS nodes.
listCoverageAsync in interface AmazonGuardDutyAsyncpublic Future<ListCoverageResult> listCoverageAsync(ListCoverageRequest request, AsyncHandler<ListCoverageRequest,ListCoverageResult> asyncHandler)
AmazonGuardDutyAsyncLists coverage details for your GuardDuty account. If you're a GuardDuty administrator, you can retrieve all resources associated with the active member accounts in your organization.
Make sure the accounts have EKS Runtime Monitoring enabled and GuardDuty agent running on their EKS nodes.
listCoverageAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncLists detectorIds of all the existing Amazon GuardDuty detector resources.
listDetectorsAsync in interface AmazonGuardDutyAsyncpublic Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest request, AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
AmazonGuardDutyAsyncLists detectorIds of all the existing Amazon GuardDuty detector resources.
listDetectorsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncReturns a paginated list of the current filters.
listFiltersAsync in interface AmazonGuardDutyAsyncpublic Future<ListFiltersResult> listFiltersAsync(ListFiltersRequest request, AsyncHandler<ListFiltersRequest,ListFiltersResult> asyncHandler)
AmazonGuardDutyAsyncReturns a paginated list of the current filters.
listFiltersAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncLists Amazon GuardDuty findings for the specified detector ID.
listFindingsAsync in interface AmazonGuardDutyAsyncpublic Future<ListFindingsResult> listFindingsAsync(ListFindingsRequest request, AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler)
AmazonGuardDutyAsyncLists Amazon GuardDuty findings for the specified detector ID.
listFindingsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncLists the IPSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the IPSets returned are the IPSets from the associated administrator account.
listIPSetsAsync in interface AmazonGuardDutyAsyncpublic Future<ListIPSetsResult> listIPSetsAsync(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
AmazonGuardDutyAsyncLists the IPSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the IPSets returned are the IPSets from the associated administrator account.
listIPSetsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncLists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
listInvitationsAsync in interface AmazonGuardDutyAsyncpublic Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest request, AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
AmazonGuardDutyAsyncLists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
listInvitationsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncLists details about all member accounts for the current GuardDuty administrator account.
listMembersAsync in interface AmazonGuardDutyAsyncpublic Future<ListMembersResult> listMembersAsync(ListMembersRequest request, AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
AmazonGuardDutyAsyncLists details about all member accounts for the current GuardDuty administrator account.
listMembersAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<ListOrganizationAdminAccountsResult> listOrganizationAdminAccountsAsync(ListOrganizationAdminAccountsRequest request)
AmazonGuardDutyAsyncLists the accounts configured as GuardDuty delegated administrators.
listOrganizationAdminAccountsAsync in interface AmazonGuardDutyAsyncpublic Future<ListOrganizationAdminAccountsResult> listOrganizationAdminAccountsAsync(ListOrganizationAdminAccountsRequest request, AsyncHandler<ListOrganizationAdminAccountsRequest,ListOrganizationAdminAccountsResult> asyncHandler)
AmazonGuardDutyAsyncLists the accounts configured as GuardDuty delegated administrators.
listOrganizationAdminAccountsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<ListPublishingDestinationsResult> listPublishingDestinationsAsync(ListPublishingDestinationsRequest request)
AmazonGuardDutyAsync
Returns a list of publishing destinations associated with the specified detectorId.
listPublishingDestinationsAsync in interface AmazonGuardDutyAsyncpublic Future<ListPublishingDestinationsResult> listPublishingDestinationsAsync(ListPublishingDestinationsRequest request, AsyncHandler<ListPublishingDestinationsRequest,ListPublishingDestinationsResult> asyncHandler)
AmazonGuardDutyAsync
Returns a list of publishing destinations associated with the specified detectorId.
listPublishingDestinationsAsync in interface AmazonGuardDutyAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonGuardDutyAsyncLists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.
listTagsForResourceAsync in interface AmazonGuardDutyAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonGuardDutyAsyncLists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.
listTagsForResourceAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncLists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the ThreatIntelSets associated with the administrator account are returned.
listThreatIntelSetsAsync in interface AmazonGuardDutyAsyncpublic Future<ListThreatIntelSetsResult> listThreatIntelSetsAsync(ListThreatIntelSetsRequest request, AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler)
AmazonGuardDutyAsyncLists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the ThreatIntelSets associated with the administrator account are returned.
listThreatIntelSetsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncTurns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of accounts that you stopped monitoring with the StopMonitoringMembers operation.
startMonitoringMembersAsync in interface AmazonGuardDutyAsyncpublic Future<StartMonitoringMembersResult> startMonitoringMembersAsync(StartMonitoringMembersRequest request, AsyncHandler<StartMonitoringMembersRequest,StartMonitoringMembersResult> asyncHandler)
AmazonGuardDutyAsyncTurns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of accounts that you stopped monitoring with the StopMonitoringMembers operation.
startMonitoringMembersAsync in interface AmazonGuardDutyAsyncasyncHandler - 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
Stops GuardDuty monitoring for the specified member accounts. Use the StartMonitoringMembers
operation to restart monitoring for those accounts.
With autoEnableOrganizationMembers configuration for your organization set to ALL,
you'll receive an error if you attempt to stop monitoring the member accounts in your organization.
stopMonitoringMembersAsync in interface AmazonGuardDutyAsyncpublic Future<StopMonitoringMembersResult> stopMonitoringMembersAsync(StopMonitoringMembersRequest request, AsyncHandler<StopMonitoringMembersRequest,StopMonitoringMembersResult> asyncHandler)
AmazonGuardDutyAsync
Stops GuardDuty monitoring for the specified member accounts. Use the StartMonitoringMembers
operation to restart monitoring for those accounts.
With autoEnableOrganizationMembers configuration for your organization set to ALL,
you'll receive an error if you attempt to stop monitoring the member accounts in your organization.
stopMonitoringMembersAsync in interface AmazonGuardDutyAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonGuardDutyAsyncAdds tags to a resource.
tagResourceAsync in interface AmazonGuardDutyAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonGuardDutyAsyncAdds tags to a resource.
tagResourceAsync in interface AmazonGuardDutyAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UnarchiveFindingsResult> unarchiveFindingsAsync(UnarchiveFindingsRequest request)
AmazonGuardDutyAsync
Unarchives GuardDuty findings specified by the findingIds.
unarchiveFindingsAsync in interface AmazonGuardDutyAsyncpublic Future<UnarchiveFindingsResult> unarchiveFindingsAsync(UnarchiveFindingsRequest request, AsyncHandler<UnarchiveFindingsRequest,UnarchiveFindingsResult> asyncHandler)
AmazonGuardDutyAsync
Unarchives GuardDuty findings specified by the findingIds.
unarchiveFindingsAsync in interface AmazonGuardDutyAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonGuardDutyAsyncRemoves tags from a resource.
untagResourceAsync in interface AmazonGuardDutyAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonGuardDutyAsyncRemoves tags from a resource.
untagResourceAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncUpdates the Amazon GuardDuty detector specified by the detectorId.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
updateDetectorAsync in interface AmazonGuardDutyAsyncpublic Future<UpdateDetectorResult> updateDetectorAsync(UpdateDetectorRequest request, AsyncHandler<UpdateDetectorRequest,UpdateDetectorResult> asyncHandler)
AmazonGuardDutyAsyncUpdates the Amazon GuardDuty detector specified by the detectorId.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
updateDetectorAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncUpdates the filter specified by the filter name.
updateFilterAsync in interface AmazonGuardDutyAsyncpublic Future<UpdateFilterResult> updateFilterAsync(UpdateFilterRequest request, AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
AmazonGuardDutyAsyncUpdates the filter specified by the filter name.
updateFilterAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncMarks the specified GuardDuty findings as useful or not useful.
updateFindingsFeedbackAsync in interface AmazonGuardDutyAsyncpublic Future<UpdateFindingsFeedbackResult> updateFindingsFeedbackAsync(UpdateFindingsFeedbackRequest request, AsyncHandler<UpdateFindingsFeedbackRequest,UpdateFindingsFeedbackResult> asyncHandler)
AmazonGuardDutyAsyncMarks the specified GuardDuty findings as useful or not useful.
updateFindingsFeedbackAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncUpdates the IPSet specified by the IPSet ID.
updateIPSetAsync in interface AmazonGuardDutyAsyncpublic Future<UpdateIPSetResult> updateIPSetAsync(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)
AmazonGuardDutyAsyncUpdates the IPSet specified by the IPSet ID.
updateIPSetAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<UpdateMalwareScanSettingsResult> updateMalwareScanSettingsAsync(UpdateMalwareScanSettingsRequest request)
AmazonGuardDutyAsyncUpdates the malware scan settings.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
updateMalwareScanSettingsAsync in interface AmazonGuardDutyAsyncpublic Future<UpdateMalwareScanSettingsResult> updateMalwareScanSettingsAsync(UpdateMalwareScanSettingsRequest request, AsyncHandler<UpdateMalwareScanSettingsRequest,UpdateMalwareScanSettingsResult> asyncHandler)
AmazonGuardDutyAsyncUpdates the malware scan settings.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
updateMalwareScanSettingsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<UpdateMemberDetectorsResult> updateMemberDetectorsAsync(UpdateMemberDetectorsRequest request)
AmazonGuardDutyAsyncContains information on member accounts to be updated.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
updateMemberDetectorsAsync in interface AmazonGuardDutyAsyncpublic Future<UpdateMemberDetectorsResult> updateMemberDetectorsAsync(UpdateMemberDetectorsRequest request, AsyncHandler<UpdateMemberDetectorsRequest,UpdateMemberDetectorsResult> asyncHandler)
AmazonGuardDutyAsyncContains information on member accounts to be updated.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
updateMemberDetectorsAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<UpdateOrganizationConfigurationResult> updateOrganizationConfigurationAsync(UpdateOrganizationConfigurationRequest request)
AmazonGuardDutyAsync
Configures the delegated administrator account with the provided values. You must provide the value for either
autoEnableOrganizationMembers or autoEnable.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
updateOrganizationConfigurationAsync in interface AmazonGuardDutyAsyncpublic Future<UpdateOrganizationConfigurationResult> updateOrganizationConfigurationAsync(UpdateOrganizationConfigurationRequest request, AsyncHandler<UpdateOrganizationConfigurationRequest,UpdateOrganizationConfigurationResult> asyncHandler)
AmazonGuardDutyAsync
Configures the delegated administrator account with the provided values. You must provide the value for either
autoEnableOrganizationMembers or autoEnable.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
updateOrganizationConfigurationAsync in interface AmazonGuardDutyAsyncasyncHandler - 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<UpdatePublishingDestinationResult> updatePublishingDestinationAsync(UpdatePublishingDestinationRequest request)
AmazonGuardDutyAsync
Updates information about the publishing destination specified by the destinationId.
updatePublishingDestinationAsync in interface AmazonGuardDutyAsyncpublic Future<UpdatePublishingDestinationResult> updatePublishingDestinationAsync(UpdatePublishingDestinationRequest request, AsyncHandler<UpdatePublishingDestinationRequest,UpdatePublishingDestinationResult> asyncHandler)
AmazonGuardDutyAsync
Updates information about the publishing destination specified by the destinationId.
updatePublishingDestinationAsync in interface AmazonGuardDutyAsyncasyncHandler - 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)
AmazonGuardDutyAsyncUpdates the ThreatIntelSet specified by the ThreatIntelSet ID.
updateThreatIntelSetAsync in interface AmazonGuardDutyAsyncpublic Future<UpdateThreatIntelSetResult> updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request, AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler)
AmazonGuardDutyAsyncUpdates the ThreatIntelSet specified by the ThreatIntelSet ID.
updateThreatIntelSetAsync in interface AmazonGuardDutyAsyncasyncHandler - 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 AmazonGuardDutyshutdown in class AmazonGuardDutyClientCopyright © 2023. All rights reserved.