@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonGuardDuty extends Object implements AmazonGuardDuty
AmazonGuardDuty
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AcceptInvitationResult |
acceptInvitation(AcceptInvitationRequest request)
Accepts the invitation to be monitored by a master GuardDuty account.
|
ArchiveFindingsResult |
archiveFindings(ArchiveFindingsRequest request)
Archives GuardDuty findings that are specified by the list of finding IDs.
|
CreateDetectorResult |
createDetector(CreateDetectorRequest request)
Creates a single Amazon GuardDuty detector.
|
CreateFilterResult |
createFilter(CreateFilterRequest request)
Creates a filter using the specified finding criteria.
|
CreateIPSetResult |
createIPSet(CreateIPSetRequest request)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
CreateMembersResult |
createMembers(CreateMembersRequest request)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
CreatePublishingDestinationResult |
createPublishingDestination(CreatePublishingDestinationRequest request)
Creates a publishing destination to export findings to.
|
CreateSampleFindingsResult |
createSampleFindings(CreateSampleFindingsRequest request)
Generates example findings of types specified by the list of finding types.
|
CreateThreatIntelSetResult |
createThreatIntelSet(CreateThreatIntelSetRequest request)
Creates a new ThreatIntelSet.
|
DeclineInvitationsResult |
declineInvitations(DeclineInvitationsRequest request)
Declines invitations sent to the current member account by AWS accounts specified by their account IDs.
|
DeleteDetectorResult |
deleteDetector(DeleteDetectorRequest request)
Deletes an Amazon GuardDuty detector that is specified by the detector ID.
|
DeleteFilterResult |
deleteFilter(DeleteFilterRequest request)
Deletes the filter specified by the filter name.
|
DeleteInvitationsResult |
deleteInvitations(DeleteInvitationsRequest request)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
|
DeleteIPSetResult |
deleteIPSet(DeleteIPSetRequest request)
Deletes the IPSet specified by the
ipSetId . |
DeleteMembersResult |
deleteMembers(DeleteMembersRequest request)
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
DeletePublishingDestinationResult |
deletePublishingDestination(DeletePublishingDestinationRequest request)
Deletes the publishing definition with the specified
destinationId . |
DeleteThreatIntelSetResult |
deleteThreatIntelSet(DeleteThreatIntelSetRequest request)
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
|
DescribeOrganizationConfigurationResult |
describeOrganizationConfiguration(DescribeOrganizationConfigurationRequest request)
Returns information about the account selected as the delegated administrator for GuardDuty.
|
DescribePublishingDestinationResult |
describePublishingDestination(DescribePublishingDestinationRequest request)
Returns information about the publishing destination specified by the provided
destinationId . |
DisableOrganizationAdminAccountResult |
disableOrganizationAdminAccount(DisableOrganizationAdminAccountRequest request)
Disables an AWS account within the Organization as the GuardDuty delegated administrator.
|
DisassociateFromMasterAccountResult |
disassociateFromMasterAccount(DisassociateFromMasterAccountRequest request)
Disassociates the current GuardDuty member account from its master account.
|
DisassociateMembersResult |
disassociateMembers(DisassociateMembersRequest request)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
EnableOrganizationAdminAccountResult |
enableOrganizationAdminAccount(EnableOrganizationAdminAccountRequest request)
Enables an AWS account within the organization as the GuardDuty delegated administrator.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDetectorResult |
getDetector(GetDetectorRequest request)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
GetFilterResult |
getFilter(GetFilterRequest request)
Returns the details of the filter specified by the filter name.
|
GetFindingsResult |
getFindings(GetFindingsRequest request)
Describes Amazon GuardDuty findings specified by finding IDs.
|
GetFindingsStatisticsResult |
getFindingsStatistics(GetFindingsStatisticsRequest request)
Lists Amazon GuardDuty findings statistics for the specified detector ID.
|
GetInvitationsCountResult |
getInvitationsCount(GetInvitationsCountRequest request)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
GetIPSetResult |
getIPSet(GetIPSetRequest request)
Retrieves the IPSet specified by the
ipSetId . |
GetMasterAccountResult |
getMasterAccount(GetMasterAccountRequest request)
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
|
GetMemberDetectorsResult |
getMemberDetectors(GetMemberDetectorsRequest request)
Describes which data sources are enabled for the member account's detector.
|
GetMembersResult |
getMembers(GetMembersRequest request)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
GetThreatIntelSetResult |
getThreatIntelSet(GetThreatIntelSetRequest request)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
GetUsageStatisticsResult |
getUsageStatistics(GetUsageStatisticsRequest request)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
InviteMembersResult |
inviteMembers(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.
|
ListDetectorsResult |
listDetectors(ListDetectorsRequest request)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
ListFiltersResult |
listFilters(ListFiltersRequest request)
Returns a paginated list of the current filters.
|
ListFindingsResult |
listFindings(ListFindingsRequest request)
Lists Amazon GuardDuty findings for the specified detector ID.
|
ListInvitationsResult |
listInvitations(ListInvitationsRequest request)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
ListIPSetsResult |
listIPSets(ListIPSetsRequest request)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
ListMembersResult |
listMembers(ListMembersRequest request)
Lists details about all member accounts for the current GuardDuty master account.
|
ListOrganizationAdminAccountsResult |
listOrganizationAdminAccounts(ListOrganizationAdminAccountsRequest request)
Lists the accounts configured as GuardDuty delegated administrators.
|
ListPublishingDestinationsResult |
listPublishingDestinations(ListPublishingDestinationsRequest request)
Returns a list of publishing destinations associated with the specified
dectectorId . |
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists tags for a resource.
|
ListThreatIntelSetsResult |
listThreatIntelSets(ListThreatIntelSetsRequest request)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartMonitoringMembersResult |
startMonitoringMembers(StartMonitoringMembersRequest request)
Turns on GuardDuty monitoring of the specified member accounts.
|
StopMonitoringMembersResult |
stopMonitoringMembers(StopMonitoringMembersRequest request)
Stops GuardDuty monitoring for the specified member accounts.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds tags to a resource.
|
UnarchiveFindingsResult |
unarchiveFindings(UnarchiveFindingsRequest request)
Unarchives GuardDuty findings specified by the
findingIds . |
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from a resource.
|
UpdateDetectorResult |
updateDetector(UpdateDetectorRequest request)
Updates the Amazon GuardDuty detector specified by the detectorId.
|
UpdateFilterResult |
updateFilter(UpdateFilterRequest request)
Updates the filter specified by the filter name.
|
UpdateFindingsFeedbackResult |
updateFindingsFeedback(UpdateFindingsFeedbackRequest request)
Marks the specified GuardDuty findings as useful or not useful.
|
UpdateIPSetResult |
updateIPSet(UpdateIPSetRequest request)
Updates the IPSet specified by the IPSet ID.
|
UpdateMemberDetectorsResult |
updateMemberDetectors(UpdateMemberDetectorsRequest request)
Contains information on member accounts to be updated.
|
UpdateOrganizationConfigurationResult |
updateOrganizationConfiguration(UpdateOrganizationConfigurationRequest request)
Updates the delegated administrator account with the values provided.
|
UpdatePublishingDestinationResult |
updatePublishingDestination(UpdatePublishingDestinationRequest request)
Updates information about the publishing destination specified by the
destinationId . |
UpdateThreatIntelSetResult |
updateThreatIntelSet(UpdateThreatIntelSetRequest request)
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
|
public AcceptInvitationResult acceptInvitation(AcceptInvitationRequest request)
AmazonGuardDuty
Accepts the invitation to be monitored by a master GuardDuty account.
acceptInvitation
in interface AmazonGuardDuty
public ArchiveFindingsResult archiveFindings(ArchiveFindingsRequest request)
AmazonGuardDuty
Archives GuardDuty findings that are specified by the list of finding IDs.
Only the master account can archive findings. Member accounts don't have permission to archive findings from their accounts.
archiveFindings
in interface AmazonGuardDuty
public CreateDetectorResult createDetector(CreateDetectorRequest request)
AmazonGuardDuty
Creates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region 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.
createDetector
in interface AmazonGuardDuty
public CreateFilterResult createFilter(CreateFilterRequest request)
AmazonGuardDuty
Creates a filter using the specified finding criteria.
createFilter
in interface AmazonGuardDuty
public CreateIPSetResult createIPSet(CreateIPSetRequest request)
AmazonGuardDuty
Creates 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 AWS infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the master account can use this operation.
createIPSet
in interface AmazonGuardDuty
public CreateMembersResult createMembers(CreateMembersRequest request)
AmazonGuardDuty
Creates member accounts of the current AWS account by specifying a list of AWS 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 master 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 been enabled in potential member
accounts and before using
Invite Members
.
createMembers
in interface AmazonGuardDuty
public CreatePublishingDestinationResult createPublishingDestination(CreatePublishingDestinationRequest request)
AmazonGuardDuty
Creates a publishing destination to export findings to. The resource to export findings to must exist before you use this operation.
createPublishingDestination
in interface AmazonGuardDuty
public CreateSampleFindingsResult createSampleFindings(CreateSampleFindingsRequest request)
AmazonGuardDuty
Generates example findings of types specified by the list of finding types. If 'NULL' is specified for
findingTypes
, the API generates example findings of all supported finding types.
createSampleFindings
in interface AmazonGuardDuty
public CreateThreatIntelSetResult createThreatIntelSet(CreateThreatIntelSetRequest request)
AmazonGuardDuty
Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the master account can use this operation.
createThreatIntelSet
in interface AmazonGuardDuty
public DeclineInvitationsResult declineInvitations(DeclineInvitationsRequest request)
AmazonGuardDuty
Declines invitations sent to the current member account by AWS accounts specified by their account IDs.
declineInvitations
in interface AmazonGuardDuty
public DeleteDetectorResult deleteDetector(DeleteDetectorRequest request)
AmazonGuardDuty
Deletes an Amazon GuardDuty detector that is specified by the detector ID.
deleteDetector
in interface AmazonGuardDuty
public DeleteFilterResult deleteFilter(DeleteFilterRequest request)
AmazonGuardDuty
Deletes the filter specified by the filter name.
deleteFilter
in interface AmazonGuardDuty
public DeleteIPSetResult deleteIPSet(DeleteIPSetRequest request)
AmazonGuardDuty
Deletes the IPSet specified by the ipSetId
. IPSets are called trusted IP lists in the console user
interface.
deleteIPSet
in interface AmazonGuardDuty
public DeleteInvitationsResult deleteInvitations(DeleteInvitationsRequest request)
AmazonGuardDuty
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
deleteInvitations
in interface AmazonGuardDuty
public DeleteMembersResult deleteMembers(DeleteMembersRequest request)
AmazonGuardDuty
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
deleteMembers
in interface AmazonGuardDuty
public DeletePublishingDestinationResult deletePublishingDestination(DeletePublishingDestinationRequest request)
AmazonGuardDuty
Deletes the publishing definition with the specified destinationId
.
deletePublishingDestination
in interface AmazonGuardDuty
public DeleteThreatIntelSetResult deleteThreatIntelSet(DeleteThreatIntelSetRequest request)
AmazonGuardDuty
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
deleteThreatIntelSet
in interface AmazonGuardDuty
public DescribeOrganizationConfigurationResult describeOrganizationConfiguration(DescribeOrganizationConfigurationRequest request)
AmazonGuardDuty
Returns information about the account selected as the delegated administrator for GuardDuty.
describeOrganizationConfiguration
in interface AmazonGuardDuty
public DescribePublishingDestinationResult describePublishingDestination(DescribePublishingDestinationRequest request)
AmazonGuardDuty
Returns information about the publishing destination specified by the provided destinationId
.
describePublishingDestination
in interface AmazonGuardDuty
public DisableOrganizationAdminAccountResult disableOrganizationAdminAccount(DisableOrganizationAdminAccountRequest request)
AmazonGuardDuty
Disables an AWS account within the Organization as the GuardDuty delegated administrator.
disableOrganizationAdminAccount
in interface AmazonGuardDuty
public DisassociateFromMasterAccountResult disassociateFromMasterAccount(DisassociateFromMasterAccountRequest request)
AmazonGuardDuty
Disassociates the current GuardDuty member account from its master account.
disassociateFromMasterAccount
in interface AmazonGuardDuty
public DisassociateMembersResult disassociateMembers(DisassociateMembersRequest request)
AmazonGuardDuty
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
disassociateMembers
in interface AmazonGuardDuty
public EnableOrganizationAdminAccountResult enableOrganizationAdminAccount(EnableOrganizationAdminAccountRequest request)
AmazonGuardDuty
Enables an AWS account within the organization as the GuardDuty delegated administrator.
enableOrganizationAdminAccount
in interface AmazonGuardDuty
public GetDetectorResult getDetector(GetDetectorRequest request)
AmazonGuardDuty
Retrieves an Amazon GuardDuty detector specified by the detectorId.
getDetector
in interface AmazonGuardDuty
public GetFilterResult getFilter(GetFilterRequest request)
AmazonGuardDuty
Returns the details of the filter specified by the filter name.
getFilter
in interface AmazonGuardDuty
public GetFindingsResult getFindings(GetFindingsRequest request)
AmazonGuardDuty
Describes Amazon GuardDuty findings specified by finding IDs.
getFindings
in interface AmazonGuardDuty
public GetFindingsStatisticsResult getFindingsStatistics(GetFindingsStatisticsRequest request)
AmazonGuardDuty
Lists Amazon GuardDuty findings statistics for the specified detector ID.
getFindingsStatistics
in interface AmazonGuardDuty
public GetIPSetResult getIPSet(GetIPSetRequest request)
AmazonGuardDuty
Retrieves the IPSet specified by the ipSetId
.
getIPSet
in interface AmazonGuardDuty
public GetInvitationsCountResult getInvitationsCount(GetInvitationsCountRequest request)
AmazonGuardDuty
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.
getInvitationsCount
in interface AmazonGuardDuty
public GetMasterAccountResult getMasterAccount(GetMasterAccountRequest request)
AmazonGuardDuty
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
getMasterAccount
in interface AmazonGuardDuty
public GetMemberDetectorsResult getMemberDetectors(GetMemberDetectorsRequest request)
AmazonGuardDuty
Describes which data sources are enabled for the member account's detector.
getMemberDetectors
in interface AmazonGuardDuty
public GetMembersResult getMembers(GetMembersRequest request)
AmazonGuardDuty
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
getMembers
in interface AmazonGuardDuty
public GetThreatIntelSetResult getThreatIntelSet(GetThreatIntelSetRequest request)
AmazonGuardDuty
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
getThreatIntelSet
in interface AmazonGuardDuty
public GetUsageStatisticsResult getUsageStatistics(GetUsageStatisticsRequest request)
AmazonGuardDuty
Lists 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 projects usage over 30 days to provide a monthly cost estimate. For more information see Understanding How Usage Costs are Calculated.
getUsageStatistics
in interface AmazonGuardDuty
public InviteMembersResult inviteMembers(InviteMembersRequest request)
AmazonGuardDuty
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.
inviteMembers
in interface AmazonGuardDuty
public ListDetectorsResult listDetectors(ListDetectorsRequest request)
AmazonGuardDuty
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
listDetectors
in interface AmazonGuardDuty
public ListFiltersResult listFilters(ListFiltersRequest request)
AmazonGuardDuty
Returns a paginated list of the current filters.
listFilters
in interface AmazonGuardDuty
public ListFindingsResult listFindings(ListFindingsRequest request)
AmazonGuardDuty
Lists Amazon GuardDuty findings for the specified detector ID.
listFindings
in interface AmazonGuardDuty
public ListIPSetsResult listIPSets(ListIPSetsRequest request)
AmazonGuardDuty
Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the IPSets returned are the IPSets from the associated master account.
listIPSets
in interface AmazonGuardDuty
public ListInvitationsResult listInvitations(ListInvitationsRequest request)
AmazonGuardDuty
Lists all GuardDuty membership invitations that were sent to the current AWS account.
listInvitations
in interface AmazonGuardDuty
public ListMembersResult listMembers(ListMembersRequest request)
AmazonGuardDuty
Lists details about all member accounts for the current GuardDuty master account.
listMembers
in interface AmazonGuardDuty
public ListOrganizationAdminAccountsResult listOrganizationAdminAccounts(ListOrganizationAdminAccountsRequest request)
AmazonGuardDuty
Lists the accounts configured as GuardDuty delegated administrators.
listOrganizationAdminAccounts
in interface AmazonGuardDuty
public ListPublishingDestinationsResult listPublishingDestinations(ListPublishingDestinationsRequest request)
AmazonGuardDuty
Returns a list of publishing destinations associated with the specified dectectorId
.
listPublishingDestinations
in interface AmazonGuardDuty
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonGuardDuty
Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.
listTagsForResource
in interface AmazonGuardDuty
public ListThreatIntelSetsResult listThreatIntelSets(ListThreatIntelSetsRequest request)
AmazonGuardDuty
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the ThreatIntelSets associated with the master account are returned.
listThreatIntelSets
in interface AmazonGuardDuty
public StartMonitoringMembersResult startMonitoringMembers(StartMonitoringMembersRequest request)
AmazonGuardDuty
Turns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of
accounts that you stopped monitoring with the StopMonitoringMembers
operation.
startMonitoringMembers
in interface AmazonGuardDuty
public StopMonitoringMembersResult stopMonitoringMembers(StopMonitoringMembersRequest request)
AmazonGuardDuty
Stops GuardDuty monitoring for the specified member accounts. Use the StartMonitoringMembers
operation to restart monitoring for those accounts.
stopMonitoringMembers
in interface AmazonGuardDuty
public TagResourceResult tagResource(TagResourceRequest request)
AmazonGuardDuty
Adds tags to a resource.
tagResource
in interface AmazonGuardDuty
public UnarchiveFindingsResult unarchiveFindings(UnarchiveFindingsRequest request)
AmazonGuardDuty
Unarchives GuardDuty findings specified by the findingIds
.
unarchiveFindings
in interface AmazonGuardDuty
public UntagResourceResult untagResource(UntagResourceRequest request)
AmazonGuardDuty
Removes tags from a resource.
untagResource
in interface AmazonGuardDuty
public UpdateDetectorResult updateDetector(UpdateDetectorRequest request)
AmazonGuardDuty
Updates the Amazon GuardDuty detector specified by the detectorId.
updateDetector
in interface AmazonGuardDuty
public UpdateFilterResult updateFilter(UpdateFilterRequest request)
AmazonGuardDuty
Updates the filter specified by the filter name.
updateFilter
in interface AmazonGuardDuty
public UpdateFindingsFeedbackResult updateFindingsFeedback(UpdateFindingsFeedbackRequest request)
AmazonGuardDuty
Marks the specified GuardDuty findings as useful or not useful.
updateFindingsFeedback
in interface AmazonGuardDuty
public UpdateIPSetResult updateIPSet(UpdateIPSetRequest request)
AmazonGuardDuty
Updates the IPSet specified by the IPSet ID.
updateIPSet
in interface AmazonGuardDuty
public UpdateMemberDetectorsResult updateMemberDetectors(UpdateMemberDetectorsRequest request)
AmazonGuardDuty
Contains information on member accounts to be updated.
updateMemberDetectors
in interface AmazonGuardDuty
public UpdateOrganizationConfigurationResult updateOrganizationConfiguration(UpdateOrganizationConfigurationRequest request)
AmazonGuardDuty
Updates the delegated administrator account with the values provided.
updateOrganizationConfiguration
in interface AmazonGuardDuty
public UpdatePublishingDestinationResult updatePublishingDestination(UpdatePublishingDestinationRequest request)
AmazonGuardDuty
Updates information about the publishing destination specified by the destinationId
.
updatePublishingDestination
in interface AmazonGuardDuty
public UpdateThreatIntelSetResult updateThreatIntelSet(UpdateThreatIntelSetRequest request)
AmazonGuardDuty
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
updateThreatIntelSet
in interface AmazonGuardDuty
public void shutdown()
AmazonGuardDuty
shutdown
in interface AmazonGuardDuty
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonGuardDuty
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonGuardDuty
request
- The originally executed request.