| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty |
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.
|
| Modifier and Type | Method and Description |
|---|---|
default AcceptAdministratorInvitationResponse |
GuardDutyClient.acceptAdministratorInvitation(AcceptAdministratorInvitationRequest acceptAdministratorInvitationRequest)
Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent
the invitation.
|
default AcceptAdministratorInvitationResponse |
GuardDutyClient.acceptAdministratorInvitation(Consumer<AcceptAdministratorInvitationRequest.Builder> acceptAdministratorInvitationRequest)
Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent
the invitation.
|
default AcceptInvitationResponse |
GuardDutyClient.acceptInvitation(AcceptInvitationRequest acceptInvitationRequest)
Deprecated.
This operation is deprecated, use AcceptAdministratorInvitation instead
|
default AcceptInvitationResponse |
GuardDutyClient.acceptInvitation(Consumer<AcceptInvitationRequest.Builder> acceptInvitationRequest)
Deprecated.
This operation is deprecated, use AcceptAdministratorInvitation instead
|
default ArchiveFindingsResponse |
GuardDutyClient.archiveFindings(ArchiveFindingsRequest archiveFindingsRequest)
Archives GuardDuty findings that are specified by the list of finding IDs.
|
default ArchiveFindingsResponse |
GuardDutyClient.archiveFindings(Consumer<ArchiveFindingsRequest.Builder> archiveFindingsRequest)
Archives GuardDuty findings that are specified by the list of finding IDs.
|
default CreateDetectorResponse |
GuardDutyClient.createDetector(Consumer<CreateDetectorRequest.Builder> createDetectorRequest)
Creates a single Amazon GuardDuty detector.
|
default CreateDetectorResponse |
GuardDutyClient.createDetector(CreateDetectorRequest createDetectorRequest)
Creates a single Amazon GuardDuty detector.
|
default CreateFilterResponse |
GuardDutyClient.createFilter(Consumer<CreateFilterRequest.Builder> createFilterRequest)
Creates a filter using the specified finding criteria.
|
default CreateFilterResponse |
GuardDutyClient.createFilter(CreateFilterRequest createFilterRequest)
Creates a filter using the specified finding criteria.
|
default CreateIpSetResponse |
GuardDutyClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
default CreateIpSetResponse |
GuardDutyClient.createIPSet(CreateIpSetRequest createIpSetRequest)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
default CreateMembersResponse |
GuardDutyClient.createMembers(Consumer<CreateMembersRequest.Builder> createMembersRequest)
Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services
account IDs.
|
default CreateMembersResponse |
GuardDutyClient.createMembers(CreateMembersRequest createMembersRequest)
Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services
account IDs.
|
default CreatePublishingDestinationResponse |
GuardDutyClient.createPublishingDestination(Consumer<CreatePublishingDestinationRequest.Builder> createPublishingDestinationRequest)
Creates a publishing destination to export findings to.
|
default CreatePublishingDestinationResponse |
GuardDutyClient.createPublishingDestination(CreatePublishingDestinationRequest createPublishingDestinationRequest)
Creates a publishing destination to export findings to.
|
default CreateSampleFindingsResponse |
GuardDutyClient.createSampleFindings(Consumer<CreateSampleFindingsRequest.Builder> createSampleFindingsRequest)
Generates sample findings of types specified by the list of finding types.
|
default CreateSampleFindingsResponse |
GuardDutyClient.createSampleFindings(CreateSampleFindingsRequest createSampleFindingsRequest)
Generates sample findings of types specified by the list of finding types.
|
default CreateThreatIntelSetResponse |
GuardDutyClient.createThreatIntelSet(Consumer<CreateThreatIntelSetRequest.Builder> createThreatIntelSetRequest)
Creates a new ThreatIntelSet.
|
default CreateThreatIntelSetResponse |
GuardDutyClient.createThreatIntelSet(CreateThreatIntelSetRequest createThreatIntelSetRequest)
Creates a new ThreatIntelSet.
|
default DeclineInvitationsResponse |
GuardDutyClient.declineInvitations(Consumer<DeclineInvitationsRequest.Builder> declineInvitationsRequest)
Declines invitations sent to the current member account by Amazon Web Services accounts specified by their
account IDs.
|
default DeclineInvitationsResponse |
GuardDutyClient.declineInvitations(DeclineInvitationsRequest declineInvitationsRequest)
Declines invitations sent to the current member account by Amazon Web Services accounts specified by their
account IDs.
|
default DeleteDetectorResponse |
GuardDutyClient.deleteDetector(Consumer<DeleteDetectorRequest.Builder> deleteDetectorRequest)
Deletes an Amazon GuardDuty detector that is specified by the detector ID.
|
default DeleteDetectorResponse |
GuardDutyClient.deleteDetector(DeleteDetectorRequest deleteDetectorRequest)
Deletes an Amazon GuardDuty detector that is specified by the detector ID.
|
default DeleteFilterResponse |
GuardDutyClient.deleteFilter(Consumer<DeleteFilterRequest.Builder> deleteFilterRequest)
Deletes the filter specified by the filter name.
|
default DeleteFilterResponse |
GuardDutyClient.deleteFilter(DeleteFilterRequest deleteFilterRequest)
Deletes the filter specified by the filter name.
|
default DeleteInvitationsResponse |
GuardDutyClient.deleteInvitations(Consumer<DeleteInvitationsRequest.Builder> deleteInvitationsRequest)
Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their account
IDs.
|
default DeleteInvitationsResponse |
GuardDutyClient.deleteInvitations(DeleteInvitationsRequest deleteInvitationsRequest)
Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their account
IDs.
|
default DeleteIpSetResponse |
GuardDutyClient.deleteIPSet(Consumer<DeleteIpSetRequest.Builder> deleteIpSetRequest)
Deletes the IPSet specified by the
ipSetId. |
default DeleteIpSetResponse |
GuardDutyClient.deleteIPSet(DeleteIpSetRequest deleteIpSetRequest)
Deletes the IPSet specified by the
ipSetId. |
default DeleteMembersResponse |
GuardDutyClient.deleteMembers(Consumer<DeleteMembersRequest.Builder> deleteMembersRequest)
Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
default DeleteMembersResponse |
GuardDutyClient.deleteMembers(DeleteMembersRequest deleteMembersRequest)
Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
default DeletePublishingDestinationResponse |
GuardDutyClient.deletePublishingDestination(Consumer<DeletePublishingDestinationRequest.Builder> deletePublishingDestinationRequest)
Deletes the publishing definition with the specified
destinationId. |
default DeletePublishingDestinationResponse |
GuardDutyClient.deletePublishingDestination(DeletePublishingDestinationRequest deletePublishingDestinationRequest)
Deletes the publishing definition with the specified
destinationId. |
default DeleteThreatIntelSetResponse |
GuardDutyClient.deleteThreatIntelSet(Consumer<DeleteThreatIntelSetRequest.Builder> deleteThreatIntelSetRequest)
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
|
default DeleteThreatIntelSetResponse |
GuardDutyClient.deleteThreatIntelSet(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest)
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
|
default DescribeMalwareScansResponse |
GuardDutyClient.describeMalwareScans(Consumer<DescribeMalwareScansRequest.Builder> describeMalwareScansRequest)
Returns a list of malware scans.
|
default DescribeMalwareScansResponse |
GuardDutyClient.describeMalwareScans(DescribeMalwareScansRequest describeMalwareScansRequest)
Returns a list of malware scans.
|
default DescribeMalwareScansIterable |
GuardDutyClient.describeMalwareScansPaginator(Consumer<DescribeMalwareScansRequest.Builder> describeMalwareScansRequest)
Returns a list of malware scans.
|
default DescribeMalwareScansIterable |
GuardDutyClient.describeMalwareScansPaginator(DescribeMalwareScansRequest describeMalwareScansRequest)
Returns a list of malware scans.
|
default DescribeOrganizationConfigurationResponse |
GuardDutyClient.describeOrganizationConfiguration(Consumer<DescribeOrganizationConfigurationRequest.Builder> describeOrganizationConfigurationRequest)
Returns information about the account selected as the delegated administrator for GuardDuty.
|
default DescribeOrganizationConfigurationResponse |
GuardDutyClient.describeOrganizationConfiguration(DescribeOrganizationConfigurationRequest describeOrganizationConfigurationRequest)
Returns information about the account selected as the delegated administrator for GuardDuty.
|
default DescribeOrganizationConfigurationIterable |
GuardDutyClient.describeOrganizationConfigurationPaginator(Consumer<DescribeOrganizationConfigurationRequest.Builder> describeOrganizationConfigurationRequest)
Returns information about the account selected as the delegated administrator for GuardDuty.
|
default DescribeOrganizationConfigurationIterable |
GuardDutyClient.describeOrganizationConfigurationPaginator(DescribeOrganizationConfigurationRequest describeOrganizationConfigurationRequest)
Returns information about the account selected as the delegated administrator for GuardDuty.
|
default DescribePublishingDestinationResponse |
GuardDutyClient.describePublishingDestination(Consumer<DescribePublishingDestinationRequest.Builder> describePublishingDestinationRequest)
Returns information about the publishing destination specified by the provided
destinationId. |
default DescribePublishingDestinationResponse |
GuardDutyClient.describePublishingDestination(DescribePublishingDestinationRequest describePublishingDestinationRequest)
Returns information about the publishing destination specified by the provided
destinationId. |
default DisableOrganizationAdminAccountResponse |
GuardDutyClient.disableOrganizationAdminAccount(Consumer<DisableOrganizationAdminAccountRequest.Builder> disableOrganizationAdminAccountRequest)
Disables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator.
|
default DisableOrganizationAdminAccountResponse |
GuardDutyClient.disableOrganizationAdminAccount(DisableOrganizationAdminAccountRequest disableOrganizationAdminAccountRequest)
Disables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator.
|
default DisassociateFromAdministratorAccountResponse |
GuardDutyClient.disassociateFromAdministratorAccount(Consumer<DisassociateFromAdministratorAccountRequest.Builder> disassociateFromAdministratorAccountRequest)
Disassociates the current GuardDuty member account from its administrator account.
|
default DisassociateFromAdministratorAccountResponse |
GuardDutyClient.disassociateFromAdministratorAccount(DisassociateFromAdministratorAccountRequest disassociateFromAdministratorAccountRequest)
Disassociates the current GuardDuty member account from its administrator account.
|
default DisassociateFromMasterAccountResponse |
GuardDutyClient.disassociateFromMasterAccount(Consumer<DisassociateFromMasterAccountRequest.Builder> disassociateFromMasterAccountRequest)
Deprecated.
This operation is deprecated, use DisassociateFromAdministratorAccount instead
|
default DisassociateFromMasterAccountResponse |
GuardDutyClient.disassociateFromMasterAccount(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest)
Deprecated.
This operation is deprecated, use DisassociateFromAdministratorAccount instead
|
default DisassociateMembersResponse |
GuardDutyClient.disassociateMembers(Consumer<DisassociateMembersRequest.Builder> disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.
|
default DisassociateMembersResponse |
GuardDutyClient.disassociateMembers(DisassociateMembersRequest disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.
|
default EnableOrganizationAdminAccountResponse |
GuardDutyClient.enableOrganizationAdminAccount(Consumer<EnableOrganizationAdminAccountRequest.Builder> enableOrganizationAdminAccountRequest)
Enables an Amazon Web Services account within the organization as the GuardDuty delegated administrator.
|
default EnableOrganizationAdminAccountResponse |
GuardDutyClient.enableOrganizationAdminAccount(EnableOrganizationAdminAccountRequest enableOrganizationAdminAccountRequest)
Enables an Amazon Web Services account within the organization as the GuardDuty delegated administrator.
|
default GetAdministratorAccountResponse |
GuardDutyClient.getAdministratorAccount(Consumer<GetAdministratorAccountRequest.Builder> getAdministratorAccountRequest)
Provides the details for the GuardDuty administrator account associated with the current GuardDuty member
account.
|
default GetAdministratorAccountResponse |
GuardDutyClient.getAdministratorAccount(GetAdministratorAccountRequest getAdministratorAccountRequest)
Provides the details for the GuardDuty administrator account associated with the current GuardDuty member
account.
|
default GetDetectorResponse |
GuardDutyClient.getDetector(Consumer<GetDetectorRequest.Builder> getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
default GetDetectorResponse |
GuardDutyClient.getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
default GetFilterResponse |
GuardDutyClient.getFilter(Consumer<GetFilterRequest.Builder> getFilterRequest)
Returns the details of the filter specified by the filter name.
|
default GetFilterResponse |
GuardDutyClient.getFilter(GetFilterRequest getFilterRequest)
Returns the details of the filter specified by the filter name.
|
default GetFindingsResponse |
GuardDutyClient.getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)
Describes Amazon GuardDuty findings specified by finding IDs.
|
default GetFindingsResponse |
GuardDutyClient.getFindings(GetFindingsRequest getFindingsRequest)
Describes Amazon GuardDuty findings specified by finding IDs.
|
default GetFindingsStatisticsResponse |
GuardDutyClient.getFindingsStatistics(Consumer<GetFindingsStatisticsRequest.Builder> getFindingsStatisticsRequest)
Lists Amazon GuardDuty findings statistics for the specified detector ID.
|
default GetFindingsStatisticsResponse |
GuardDutyClient.getFindingsStatistics(GetFindingsStatisticsRequest getFindingsStatisticsRequest)
Lists Amazon GuardDuty findings statistics for the specified detector ID.
|
default GetInvitationsCountResponse |
GuardDutyClient.getInvitationsCount()
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
default GetInvitationsCountResponse |
GuardDutyClient.getInvitationsCount(Consumer<GetInvitationsCountRequest.Builder> getInvitationsCountRequest)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
default GetInvitationsCountResponse |
GuardDutyClient.getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
default GetIpSetResponse |
GuardDutyClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
Retrieves the IPSet specified by the
ipSetId. |
default GetIpSetResponse |
GuardDutyClient.getIPSet(GetIpSetRequest getIpSetRequest)
Retrieves the IPSet specified by the
ipSetId. |
default GetMalwareScanSettingsResponse |
GuardDutyClient.getMalwareScanSettings(Consumer<GetMalwareScanSettingsRequest.Builder> getMalwareScanSettingsRequest)
Returns the details of the malware scan settings.
|
default GetMalwareScanSettingsResponse |
GuardDutyClient.getMalwareScanSettings(GetMalwareScanSettingsRequest getMalwareScanSettingsRequest)
Returns the details of the malware scan settings.
|
default GetMasterAccountResponse |
GuardDutyClient.getMasterAccount(Consumer<GetMasterAccountRequest.Builder> getMasterAccountRequest)
Deprecated.
This operation is deprecated, use GetAdministratorAccount instead
|
default GetMasterAccountResponse |
GuardDutyClient.getMasterAccount(GetMasterAccountRequest getMasterAccountRequest)
Deprecated.
This operation is deprecated, use GetAdministratorAccount instead
|
default GetMemberDetectorsResponse |
GuardDutyClient.getMemberDetectors(Consumer<GetMemberDetectorsRequest.Builder> getMemberDetectorsRequest)
Describes which data sources are enabled for the member account's detector.
|
default GetMemberDetectorsResponse |
GuardDutyClient.getMemberDetectors(GetMemberDetectorsRequest getMemberDetectorsRequest)
Describes which data sources are enabled for the member account's detector.
|
default GetMembersResponse |
GuardDutyClient.getMembers(Consumer<GetMembersRequest.Builder> getMembersRequest)
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account
IDs.
|
default GetMembersResponse |
GuardDutyClient.getMembers(GetMembersRequest getMembersRequest)
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account
IDs.
|
default GetRemainingFreeTrialDaysResponse |
GuardDutyClient.getRemainingFreeTrialDays(Consumer<GetRemainingFreeTrialDaysRequest.Builder> getRemainingFreeTrialDaysRequest)
Provides the number of days left for each data source used in the free trial period.
|
default GetRemainingFreeTrialDaysResponse |
GuardDutyClient.getRemainingFreeTrialDays(GetRemainingFreeTrialDaysRequest getRemainingFreeTrialDaysRequest)
Provides the number of days left for each data source used in the free trial period.
|
default GetThreatIntelSetResponse |
GuardDutyClient.getThreatIntelSet(Consumer<GetThreatIntelSetRequest.Builder> getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
default GetThreatIntelSetResponse |
GuardDutyClient.getThreatIntelSet(GetThreatIntelSetRequest getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
default GetUsageStatisticsResponse |
GuardDutyClient.getUsageStatistics(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
default GetUsageStatisticsResponse |
GuardDutyClient.getUsageStatistics(GetUsageStatisticsRequest getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
default GetUsageStatisticsIterable |
GuardDutyClient.getUsageStatisticsPaginator(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
default GetUsageStatisticsIterable |
GuardDutyClient.getUsageStatisticsPaginator(GetUsageStatisticsRequest getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
default InviteMembersResponse |
GuardDutyClient.inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest)
Invites 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.
|
default InviteMembersResponse |
GuardDutyClient.inviteMembers(InviteMembersRequest inviteMembersRequest)
Invites 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.
|
default ListDetectorsResponse |
GuardDutyClient.listDetectors()
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsResponse |
GuardDutyClient.listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsResponse |
GuardDutyClient.listDetectors(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsIterable |
GuardDutyClient.listDetectorsPaginator()
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsIterable |
GuardDutyClient.listDetectorsPaginator(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsIterable |
GuardDutyClient.listDetectorsPaginator(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListFiltersResponse |
GuardDutyClient.listFilters(Consumer<ListFiltersRequest.Builder> listFiltersRequest)
Returns a paginated list of the current filters.
|
default ListFiltersResponse |
GuardDutyClient.listFilters(ListFiltersRequest listFiltersRequest)
Returns a paginated list of the current filters.
|
default ListFiltersIterable |
GuardDutyClient.listFiltersPaginator(Consumer<ListFiltersRequest.Builder> listFiltersRequest)
Returns a paginated list of the current filters.
|
default ListFiltersIterable |
GuardDutyClient.listFiltersPaginator(ListFiltersRequest listFiltersRequest)
Returns a paginated list of the current filters.
|
default ListFindingsResponse |
GuardDutyClient.listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
|
default ListFindingsResponse |
GuardDutyClient.listFindings(ListFindingsRequest listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
|
default ListFindingsIterable |
GuardDutyClient.listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
|
default ListFindingsIterable |
GuardDutyClient.listFindingsPaginator(ListFindingsRequest listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
|
default ListInvitationsResponse |
GuardDutyClient.listInvitations()
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsResponse |
GuardDutyClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsResponse |
GuardDutyClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsIterable |
GuardDutyClient.listInvitationsPaginator()
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsIterable |
GuardDutyClient.listInvitationsPaginator(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsIterable |
GuardDutyClient.listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListIpSetsResponse |
GuardDutyClient.listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListIpSetsResponse |
GuardDutyClient.listIPSets(ListIpSetsRequest listIpSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListIPSetsIterable |
GuardDutyClient.listIPSetsPaginator(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListIPSetsIterable |
GuardDutyClient.listIPSetsPaginator(ListIpSetsRequest listIpSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListMembersResponse |
GuardDutyClient.listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)
Lists details about all member accounts for the current GuardDuty administrator account.
|
default ListMembersResponse |
GuardDutyClient.listMembers(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty administrator account.
|
default ListMembersIterable |
GuardDutyClient.listMembersPaginator(Consumer<ListMembersRequest.Builder> listMembersRequest)
Lists details about all member accounts for the current GuardDuty administrator account.
|
default ListMembersIterable |
GuardDutyClient.listMembersPaginator(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty administrator account.
|
default ListOrganizationAdminAccountsResponse |
GuardDutyClient.listOrganizationAdminAccounts(Consumer<ListOrganizationAdminAccountsRequest.Builder> listOrganizationAdminAccountsRequest)
Lists the accounts configured as GuardDuty delegated administrators.
|
default ListOrganizationAdminAccountsResponse |
GuardDutyClient.listOrganizationAdminAccounts(ListOrganizationAdminAccountsRequest listOrganizationAdminAccountsRequest)
Lists the accounts configured as GuardDuty delegated administrators.
|
default ListOrganizationAdminAccountsIterable |
GuardDutyClient.listOrganizationAdminAccountsPaginator(Consumer<ListOrganizationAdminAccountsRequest.Builder> listOrganizationAdminAccountsRequest)
Lists the accounts configured as GuardDuty delegated administrators.
|
default ListOrganizationAdminAccountsIterable |
GuardDutyClient.listOrganizationAdminAccountsPaginator(ListOrganizationAdminAccountsRequest listOrganizationAdminAccountsRequest)
Lists the accounts configured as GuardDuty delegated administrators.
|
default ListPublishingDestinationsResponse |
GuardDutyClient.listPublishingDestinations(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
default ListPublishingDestinationsResponse |
GuardDutyClient.listPublishingDestinations(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
default ListPublishingDestinationsIterable |
GuardDutyClient.listPublishingDestinationsPaginator(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
default ListPublishingDestinationsIterable |
GuardDutyClient.listPublishingDestinationsPaginator(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
default ListTagsForResourceResponse |
GuardDutyClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists tags for a resource.
|
default ListTagsForResourceResponse |
GuardDutyClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags for a resource.
|
default ListThreatIntelSetsResponse |
GuardDutyClient.listThreatIntelSets(Consumer<ListThreatIntelSetsRequest.Builder> listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default ListThreatIntelSetsResponse |
GuardDutyClient.listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default ListThreatIntelSetsIterable |
GuardDutyClient.listThreatIntelSetsPaginator(Consumer<ListThreatIntelSetsRequest.Builder> listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default ListThreatIntelSetsIterable |
GuardDutyClient.listThreatIntelSetsPaginator(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default StartMonitoringMembersResponse |
GuardDutyClient.startMonitoringMembers(Consumer<StartMonitoringMembersRequest.Builder> startMonitoringMembersRequest)
Turns on GuardDuty monitoring of the specified member accounts.
|
default StartMonitoringMembersResponse |
GuardDutyClient.startMonitoringMembers(StartMonitoringMembersRequest startMonitoringMembersRequest)
Turns on GuardDuty monitoring of the specified member accounts.
|
default StopMonitoringMembersResponse |
GuardDutyClient.stopMonitoringMembers(Consumer<StopMonitoringMembersRequest.Builder> stopMonitoringMembersRequest)
Stops GuardDuty monitoring for the specified member accounts.
|
default StopMonitoringMembersResponse |
GuardDutyClient.stopMonitoringMembers(StopMonitoringMembersRequest stopMonitoringMembersRequest)
Stops GuardDuty monitoring for the specified member accounts.
|
default TagResourceResponse |
GuardDutyClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds tags to a resource.
|
default TagResourceResponse |
GuardDutyClient.tagResource(TagResourceRequest tagResourceRequest)
Adds tags to a resource.
|
default UnarchiveFindingsResponse |
GuardDutyClient.unarchiveFindings(Consumer<UnarchiveFindingsRequest.Builder> unarchiveFindingsRequest)
Unarchives GuardDuty findings specified by the
findingIds. |
default UnarchiveFindingsResponse |
GuardDutyClient.unarchiveFindings(UnarchiveFindingsRequest unarchiveFindingsRequest)
Unarchives GuardDuty findings specified by the
findingIds. |
default UntagResourceResponse |
GuardDutyClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a resource.
|
default UntagResourceResponse |
GuardDutyClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
default UpdateDetectorResponse |
GuardDutyClient.updateDetector(Consumer<UpdateDetectorRequest.Builder> updateDetectorRequest)
Updates the Amazon GuardDuty detector specified by the detectorId.
|
default UpdateDetectorResponse |
GuardDutyClient.updateDetector(UpdateDetectorRequest updateDetectorRequest)
Updates the Amazon GuardDuty detector specified by the detectorId.
|
default UpdateFilterResponse |
GuardDutyClient.updateFilter(Consumer<UpdateFilterRequest.Builder> updateFilterRequest)
Updates the filter specified by the filter name.
|
default UpdateFilterResponse |
GuardDutyClient.updateFilter(UpdateFilterRequest updateFilterRequest)
Updates the filter specified by the filter name.
|
default UpdateFindingsFeedbackResponse |
GuardDutyClient.updateFindingsFeedback(Consumer<UpdateFindingsFeedbackRequest.Builder> updateFindingsFeedbackRequest)
Marks the specified GuardDuty findings as useful or not useful.
|
default UpdateFindingsFeedbackResponse |
GuardDutyClient.updateFindingsFeedback(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest)
Marks the specified GuardDuty findings as useful or not useful.
|
default UpdateIpSetResponse |
GuardDutyClient.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
Updates the IPSet specified by the IPSet ID.
|
default UpdateIpSetResponse |
GuardDutyClient.updateIPSet(UpdateIpSetRequest updateIpSetRequest)
Updates the IPSet specified by the IPSet ID.
|
default UpdateMalwareScanSettingsResponse |
GuardDutyClient.updateMalwareScanSettings(Consumer<UpdateMalwareScanSettingsRequest.Builder> updateMalwareScanSettingsRequest)
Updates the malware scan settings.
|
default UpdateMalwareScanSettingsResponse |
GuardDutyClient.updateMalwareScanSettings(UpdateMalwareScanSettingsRequest updateMalwareScanSettingsRequest)
Updates the malware scan settings.
|
default UpdateMemberDetectorsResponse |
GuardDutyClient.updateMemberDetectors(Consumer<UpdateMemberDetectorsRequest.Builder> updateMemberDetectorsRequest)
Contains information on member accounts to be updated.
|
default UpdateMemberDetectorsResponse |
GuardDutyClient.updateMemberDetectors(UpdateMemberDetectorsRequest updateMemberDetectorsRequest)
Contains information on member accounts to be updated.
|
default UpdateOrganizationConfigurationResponse |
GuardDutyClient.updateOrganizationConfiguration(Consumer<UpdateOrganizationConfigurationRequest.Builder> updateOrganizationConfigurationRequest)
Updates the delegated administrator account with the values provided.
|
default UpdateOrganizationConfigurationResponse |
GuardDutyClient.updateOrganizationConfiguration(UpdateOrganizationConfigurationRequest updateOrganizationConfigurationRequest)
Updates the delegated administrator account with the values provided.
|
default UpdatePublishingDestinationResponse |
GuardDutyClient.updatePublishingDestination(Consumer<UpdatePublishingDestinationRequest.Builder> updatePublishingDestinationRequest)
Updates information about the publishing destination specified by the
destinationId. |
default UpdatePublishingDestinationResponse |
GuardDutyClient.updatePublishingDestination(UpdatePublishingDestinationRequest updatePublishingDestinationRequest)
Updates information about the publishing destination specified by the
destinationId. |
default UpdateThreatIntelSetResponse |
GuardDutyClient.updateThreatIntelSet(Consumer<UpdateThreatIntelSetRequest.Builder> updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
|
default UpdateThreatIntelSetResponse |
GuardDutyClient.updateThreatIntelSet(UpdateThreatIntelSetRequest updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
|
Copyright © 2023. All rights reserved.