| 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, AWS CloudTrail event logs, and DNS logs.
|
| Modifier and Type | Method and Description |
|---|---|
default AcceptInvitationResponse |
GuardDutyClient.acceptInvitation(AcceptInvitationRequest acceptInvitationRequest)
Accepts the invitation to be monitored by a master GuardDuty account.
|
default AcceptInvitationResponse |
GuardDutyClient.acceptInvitation(Consumer<AcceptInvitationRequest.Builder> acceptInvitationRequest)
Accepts the invitation to be monitored by a master GuardDuty account.
|
default ArchiveFindingsResponse |
GuardDutyClient.archiveFindings(ArchiveFindingsRequest archiveFindingsRequest)
Archives GuardDuty findings specified by the list of finding IDs.
|
default ArchiveFindingsResponse |
GuardDutyClient.archiveFindings(Consumer<ArchiveFindingsRequest.Builder> archiveFindingsRequest)
Archives GuardDuty findings 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, called Trusted IP list in the consoler user interface.
|
default CreateIpSetResponse |
GuardDutyClient.createIPSet(CreateIpSetRequest createIpSetRequest)
Creates a new IPSet, called Trusted IP list in the consoler user interface.
|
default CreateMembersResponse |
GuardDutyClient.createMembers(Consumer<CreateMembersRequest.Builder> createMembersRequest)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
default CreateMembersResponse |
GuardDutyClient.createMembers(CreateMembersRequest createMembersRequest)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
default CreatePublishingDestinationResponse |
GuardDutyClient.createPublishingDestination(Consumer<CreatePublishingDestinationRequest.Builder> createPublishingDestinationRequest)
Creates a publishing destination to send findings to.
|
default CreatePublishingDestinationResponse |
GuardDutyClient.createPublishingDestination(CreatePublishingDestinationRequest createPublishingDestinationRequest)
Creates a publishing destination to send findings to.
|
default CreateSampleFindingsResponse |
GuardDutyClient.createSampleFindings(Consumer<CreateSampleFindingsRequest.Builder> createSampleFindingsRequest)
Generates example findings of types specified by the list of finding types.
|
default CreateSampleFindingsResponse |
GuardDutyClient.createSampleFindings(CreateSampleFindingsRequest createSampleFindingsRequest)
Generates example findings of types specified by the list of finding types.
|
default CreateThreatIntelSetResponse |
GuardDutyClient.createThreatIntelSet(Consumer<CreateThreatIntelSetRequest.Builder> createThreatIntelSetRequest)
Create a new ThreatIntelSet.
|
default CreateThreatIntelSetResponse |
GuardDutyClient.createThreatIntelSet(CreateThreatIntelSetRequest createThreatIntelSetRequest)
Create a new ThreatIntelSet.
|
default DeclineInvitationsResponse |
GuardDutyClient.declineInvitations(Consumer<DeclineInvitationsRequest.Builder> declineInvitationsRequest)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
|
default DeclineInvitationsResponse |
GuardDutyClient.declineInvitations(DeclineInvitationsRequest declineInvitationsRequest)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
|
default DeleteDetectorResponse |
GuardDutyClient.deleteDetector(Consumer<DeleteDetectorRequest.Builder> deleteDetectorRequest)
Deletes a Amazon GuardDuty detector specified by the detector ID.
|
default DeleteDetectorResponse |
GuardDutyClient.deleteDetector(DeleteDetectorRequest deleteDetectorRequest)
Deletes a Amazon GuardDuty detector 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 AWS accounts specified by their account IDs.
|
default DeleteInvitationsResponse |
GuardDutyClient.deleteInvitations(DeleteInvitationsRequest deleteInvitationsRequest)
Deletes invitations sent to the current member account by AWS 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 master account) specified by the account IDs.
|
default DeleteMembersResponse |
GuardDutyClient.deleteMembers(DeleteMembersRequest deleteMembersRequest)
Deletes GuardDuty member accounts (to the current GuardDuty master 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 ThreatIntelSet specified by the ThreatIntelSet ID.
|
default DeleteThreatIntelSetResponse |
GuardDutyClient.deleteThreatIntelSet(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest)
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
|
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 DisassociateFromMasterAccountResponse |
GuardDutyClient.disassociateFromMasterAccount(Consumer<DisassociateFromMasterAccountRequest.Builder> disassociateFromMasterAccountRequest)
Disassociates the current GuardDuty member account from its master account.
|
default DisassociateFromMasterAccountResponse |
GuardDutyClient.disassociateFromMasterAccount(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest)
Disassociates the current GuardDuty member account from its master account.
|
default DisassociateMembersResponse |
GuardDutyClient.disassociateMembers(Consumer<DisassociateMembersRequest.Builder> disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
default DisassociateMembersResponse |
GuardDutyClient.disassociateMembers(DisassociateMembersRequest disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
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 GetMasterAccountResponse |
GuardDutyClient.getMasterAccount(Consumer<GetMasterAccountRequest.Builder> getMasterAccountRequest)
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
|
default GetMasterAccountResponse |
GuardDutyClient.getMasterAccount(GetMasterAccountRequest getMasterAccountRequest)
Provides the details for the GuardDuty master account associated with the current GuardDuty member account.
|
default GetMembersResponse |
GuardDutyClient.getMembers(Consumer<GetMembersRequest.Builder> getMembersRequest)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
default GetMembersResponse |
GuardDutyClient.getMembers(GetMembersRequest getMembersRequest)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
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 InviteMembersResponse |
GuardDutyClient.inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest)
Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty
and allow the current AWS account to view and manage these accounts' GuardDuty findings on their behalf as the
master account.
|
default InviteMembersResponse |
GuardDutyClient.inviteMembers(InviteMembersRequest inviteMembersRequest)
Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty
and allow the current AWS account to view and manage these accounts' GuardDuty findings on their behalf as the
master account.
|
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 AWS account.
|
default ListInvitationsResponse |
GuardDutyClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
default ListInvitationsResponse |
GuardDutyClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
default ListInvitationsIterable |
GuardDutyClient.listInvitationsPaginator()
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
default ListInvitationsIterable |
GuardDutyClient.listInvitationsPaginator(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
default ListInvitationsIterable |
GuardDutyClient.listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS 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 master account.
|
default ListMembersResponse |
GuardDutyClient.listMembers(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty master account.
|
default ListMembersIterable |
GuardDutyClient.listMembersPaginator(Consumer<ListMembersRequest.Builder> listMembersRequest)
Lists details about all member accounts for the current GuardDuty master account.
|
default ListMembersIterable |
GuardDutyClient.listMembersPaginator(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty master account.
|
default ListPublishingDestinationsResponse |
GuardDutyClient.listPublishingDestinations(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
dectectorId. |
default ListPublishingDestinationsResponse |
GuardDutyClient.listPublishingDestinations(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
dectectorId. |
default ListPublishingDestinationsIterable |
GuardDutyClient.listPublishingDestinationsPaginator(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
dectectorId. |
default ListPublishingDestinationsIterable |
GuardDutyClient.listPublishingDestinationsPaginator(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
dectectorId. |
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 accounnts.
|
default StopMonitoringMembersResponse |
GuardDutyClient.stopMonitoringMembers(StopMonitoringMembersRequest stopMonitoringMembersRequest)
Stops GuardDuty monitoring for the specified member accounnts.
|
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 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 ThreatIntelSet ID.
|
default UpdateThreatIntelSetResponse |
GuardDutyClient.updateThreatIntelSet(UpdateThreatIntelSetRequest updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
|
Copyright © 2019. All rights reserved.