@Generated(value="software.amazon.awssdk:codegen") public interface GuardDutyClient extends SdkClient, SdkAutoCloseable
builder()
method.
Assess, monitor, manage, and remediate security issues across your AWS infrastructure, applications, and data.Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default AcceptInvitationResponse |
acceptInvitation(AcceptInvitationRequest acceptInvitationRequest)
Accepts the invitation to be monitored by a master GuardDuty account.
|
default AcceptInvitationResponse |
acceptInvitation(Consumer<AcceptInvitationRequest.Builder> acceptInvitationRequest)
Accepts the invitation to be monitored by a master GuardDuty account.
|
default ArchiveFindingsResponse |
archiveFindings(ArchiveFindingsRequest archiveFindingsRequest)
Archives Amazon GuardDuty findings specified by the list of finding IDs.
|
default ArchiveFindingsResponse |
archiveFindings(Consumer<ArchiveFindingsRequest.Builder> archiveFindingsRequest)
Archives Amazon GuardDuty findings specified by the list of finding IDs.
|
static GuardDutyClientBuilder |
builder()
Create a builder that can be used to configure and create a
GuardDutyClient . |
static GuardDutyClient |
create()
Create a
GuardDutyClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from
the DefaultCredentialsProvider . |
default CreateDetectorResponse |
createDetector(Consumer<CreateDetectorRequest.Builder> createDetectorRequest)
Creates a single Amazon GuardDuty detector.
|
default CreateDetectorResponse |
createDetector(CreateDetectorRequest createDetectorRequest)
Creates a single Amazon GuardDuty detector.
|
default CreateIPSetResponse |
createIPSet(Consumer<CreateIPSetRequest.Builder> createIPSetRequest)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
default CreateIPSetResponse |
createIPSet(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
default CreateMembersResponse |
createMembers(Consumer<CreateMembersRequest.Builder> createMembersRequest)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
default CreateMembersResponse |
createMembers(CreateMembersRequest createMembersRequest)
Creates member accounts of the current AWS account by specifying a list of AWS account IDs.
|
default CreateSampleFindingsResponse |
createSampleFindings(Consumer<CreateSampleFindingsRequest.Builder> createSampleFindingsRequest)
Generates example findings of types specified by the list of finding types.
|
default CreateSampleFindingsResponse |
createSampleFindings(CreateSampleFindingsRequest createSampleFindingsRequest)
Generates example findings of types specified by the list of finding types.
|
default CreateThreatIntelSetResponse |
createThreatIntelSet(Consumer<CreateThreatIntelSetRequest.Builder> createThreatIntelSetRequest)
Create a new ThreatIntelSet.
|
default CreateThreatIntelSetResponse |
createThreatIntelSet(CreateThreatIntelSetRequest createThreatIntelSetRequest)
Create a new ThreatIntelSet.
|
default DeclineInvitationsResponse |
declineInvitations(Consumer<DeclineInvitationsRequest.Builder> declineInvitationsRequest)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
|
default DeclineInvitationsResponse |
declineInvitations(DeclineInvitationsRequest declineInvitationsRequest)
Declines invitations sent to the current member account by AWS account specified by their account IDs.
|
default DeleteDetectorResponse |
deleteDetector(Consumer<DeleteDetectorRequest.Builder> deleteDetectorRequest)
Deletes a Amazon GuardDuty detector specified by the detector ID.
|
default DeleteDetectorResponse |
deleteDetector(DeleteDetectorRequest deleteDetectorRequest)
Deletes a Amazon GuardDuty detector specified by the detector ID.
|
default DeleteInvitationsResponse |
deleteInvitations(Consumer<DeleteInvitationsRequest.Builder> deleteInvitationsRequest)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
|
default DeleteInvitationsResponse |
deleteInvitations(DeleteInvitationsRequest deleteInvitationsRequest)
Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.
|
default DeleteIPSetResponse |
deleteIPSet(Consumer<DeleteIPSetRequest.Builder> deleteIPSetRequest)
Deletes the IPSet specified by the IPSet ID.
|
default DeleteIPSetResponse |
deleteIPSet(DeleteIPSetRequest deleteIPSetRequest)
Deletes the IPSet specified by the IPSet ID.
|
default DeleteMembersResponse |
deleteMembers(Consumer<DeleteMembersRequest.Builder> deleteMembersRequest)
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
default DeleteMembersResponse |
deleteMembers(DeleteMembersRequest deleteMembersRequest)
Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
default DeleteThreatIntelSetResponse |
deleteThreatIntelSet(Consumer<DeleteThreatIntelSetRequest.Builder> deleteThreatIntelSetRequest)
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
|
default DeleteThreatIntelSetResponse |
deleteThreatIntelSet(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest)
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
|
default DisassociateFromMasterAccountResponse |
disassociateFromMasterAccount(Consumer<DisassociateFromMasterAccountRequest.Builder> disassociateFromMasterAccountRequest)
Disassociates the current GuardDuty member account from its master account.
|
default DisassociateFromMasterAccountResponse |
disassociateFromMasterAccount(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest)
Disassociates the current GuardDuty member account from its master account.
|
default DisassociateMembersResponse |
disassociateMembers(Consumer<DisassociateMembersRequest.Builder> disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
default DisassociateMembersResponse |
disassociateMembers(DisassociateMembersRequest disassociateMembersRequest)
Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
default GetDetectorResponse |
getDetector(Consumer<GetDetectorRequest.Builder> getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
default GetDetectorResponse |
getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
default GetFindingsResponse |
getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)
Describes Amazon GuardDuty findings specified by finding IDs.
|
default GetFindingsResponse |
getFindings(GetFindingsRequest getFindingsRequest)
Describes Amazon GuardDuty findings specified by finding IDs.
|
default GetFindingsStatisticsResponse |
getFindingsStatistics(Consumer<GetFindingsStatisticsRequest.Builder> getFindingsStatisticsRequest)
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
|
default GetFindingsStatisticsResponse |
getFindingsStatistics(GetFindingsStatisticsRequest getFindingsStatisticsRequest)
Lists Amazon GuardDuty findings' statistics for the specified detector ID.
|
default GetInvitationsCountResponse |
getInvitationsCount()
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
default GetInvitationsCountResponse |
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 |
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 |
getIPSet(Consumer<GetIPSetRequest.Builder> getIPSetRequest)
Retrieves the IPSet specified by the IPSet ID.
|
default GetIPSetResponse |
getIPSet(GetIPSetRequest getIPSetRequest)
Retrieves the IPSet specified by the IPSet ID.
|
default GetMasterAccountResponse |
getMasterAccount(Consumer<GetMasterAccountRequest.Builder> getMasterAccountRequest)
Provides the details for the GuardDuty master account to the current GuardDuty member account.
|
default GetMasterAccountResponse |
getMasterAccount(GetMasterAccountRequest getMasterAccountRequest)
Provides the details for the GuardDuty master account to the current GuardDuty member account.
|
default GetMembersResponse |
getMembers(Consumer<GetMembersRequest.Builder> getMembersRequest)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
default GetMembersResponse |
getMembers(GetMembersRequest getMembersRequest)
Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
|
default GetThreatIntelSetResponse |
getThreatIntelSet(Consumer<GetThreatIntelSetRequest.Builder> getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
default GetThreatIntelSetResponse |
getThreatIntelSet(GetThreatIntelSetRequest getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
default InviteMembersResponse |
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 |
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 |
listDetectors()
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsResponse |
listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsResponse |
listDetectors(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsIterable |
listDetectorsPaginator()
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsIterable |
listDetectorsPaginator(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListFindingsResponse |
listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
|
default ListFindingsResponse |
listFindings(ListFindingsRequest listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
|
default ListFindingsIterable |
listFindingsPaginator(ListFindingsRequest listFindingsRequest)
Lists Amazon GuardDuty findings for the specified detector ID.
|
default ListInvitationsResponse |
listInvitations()
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
default ListInvitationsResponse |
listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
default ListInvitationsResponse |
listInvitations(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
default ListInvitationsIterable |
listInvitationsPaginator()
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
default ListInvitationsIterable |
listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current AWS account.
|
default ListIPSetsResponse |
listIPSets(Consumer<ListIPSetsRequest.Builder> listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListIPSetsResponse |
listIPSets(ListIPSetsRequest listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListIPSetsIterable |
listIPSetsPaginator(ListIPSetsRequest listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListMembersResponse |
listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)
Lists details about all member accounts for the current GuardDuty master account.
|
default ListMembersResponse |
listMembers(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty master account.
|
default ListMembersIterable |
listMembersPaginator(ListMembersRequest listMembersRequest)
Lists details about all member accounts for the current GuardDuty master account.
|
default ListThreatIntelSetsResponse |
listThreatIntelSets(Consumer<ListThreatIntelSetsRequest.Builder> listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default ListThreatIntelSetsResponse |
listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default ListThreatIntelSetsIterable |
listThreatIntelSetsPaginator(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
static ServiceMetadata |
serviceMetadata() |
default StartMonitoringMembersResponse |
startMonitoringMembers(Consumer<StartMonitoringMembersRequest.Builder> startMonitoringMembersRequest)
Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs.
|
default StartMonitoringMembersResponse |
startMonitoringMembers(StartMonitoringMembersRequest startMonitoringMembersRequest)
Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs.
|
default StopMonitoringMembersResponse |
stopMonitoringMembers(Consumer<StopMonitoringMembersRequest.Builder> stopMonitoringMembersRequest)
Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs.
|
default StopMonitoringMembersResponse |
stopMonitoringMembers(StopMonitoringMembersRequest stopMonitoringMembersRequest)
Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs.
|
default UnarchiveFindingsResponse |
unarchiveFindings(Consumer<UnarchiveFindingsRequest.Builder> unarchiveFindingsRequest)
Unarchives Amazon GuardDuty findings specified by the list of finding IDs.
|
default UnarchiveFindingsResponse |
unarchiveFindings(UnarchiveFindingsRequest unarchiveFindingsRequest)
Unarchives Amazon GuardDuty findings specified by the list of finding IDs.
|
default UpdateDetectorResponse |
updateDetector(Consumer<UpdateDetectorRequest.Builder> updateDetectorRequest)
Updates an Amazon GuardDuty detector specified by the detectorId.
|
default UpdateDetectorResponse |
updateDetector(UpdateDetectorRequest updateDetectorRequest)
Updates an Amazon GuardDuty detector specified by the detectorId.
|
default UpdateFindingsFeedbackResponse |
updateFindingsFeedback(Consumer<UpdateFindingsFeedbackRequest.Builder> updateFindingsFeedbackRequest)
Marks specified Amazon GuardDuty findings as useful or not useful.
|
default UpdateFindingsFeedbackResponse |
updateFindingsFeedback(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest)
Marks specified Amazon GuardDuty findings as useful or not useful.
|
default UpdateIPSetResponse |
updateIPSet(Consumer<UpdateIPSetRequest.Builder> updateIPSetRequest)
Updates the IPSet specified by the IPSet ID.
|
default UpdateIPSetResponse |
updateIPSet(UpdateIPSetRequest updateIPSetRequest)
Updates the IPSet specified by the IPSet ID.
|
default UpdateThreatIntelSetResponse |
updateThreatIntelSet(Consumer<UpdateThreatIntelSetRequest.Builder> updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
|
default UpdateThreatIntelSetResponse |
updateThreatIntelSet(UpdateThreatIntelSetRequest updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
|
serviceName
close
static final String SERVICE_NAME
static GuardDutyClient create()
GuardDutyClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from
the DefaultCredentialsProvider
.static GuardDutyClientBuilder builder()
GuardDutyClient
.default AcceptInvitationResponse acceptInvitation(AcceptInvitationRequest acceptInvitationRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
acceptInvitationRequest
- AcceptInvitation request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default AcceptInvitationResponse acceptInvitation(Consumer<AcceptInvitationRequest.Builder> acceptInvitationRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
acceptInvitationRequest
- AcceptInvitation request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ArchiveFindingsResponse archiveFindings(ArchiveFindingsRequest archiveFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
archiveFindingsRequest
- ArchiveFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ArchiveFindingsResponse archiveFindings(Consumer<ArchiveFindingsRequest.Builder> archiveFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
archiveFindingsRequest
- ArchiveFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateDetectorResponse createDetector(CreateDetectorRequest createDetectorRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createDetectorRequest
- CreateDetector request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateDetectorResponse createDetector(Consumer<CreateDetectorRequest.Builder> createDetectorRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createDetectorRequest
- CreateDetector request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateIPSetResponse createIPSet(CreateIPSetRequest createIPSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createIPSetRequest
- CreateIPSet request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateIPSetResponse createIPSet(Consumer<CreateIPSetRequest.Builder> createIPSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createIPSetRequest
- CreateIPSet request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateMembersResponse createMembers(CreateMembersRequest createMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createMembersRequest
- CreateMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateMembersResponse createMembers(Consumer<CreateMembersRequest.Builder> createMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createMembersRequest
- CreateMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateSampleFindingsResponse createSampleFindings(CreateSampleFindingsRequest createSampleFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createSampleFindingsRequest
- CreateSampleFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateSampleFindingsResponse createSampleFindings(Consumer<CreateSampleFindingsRequest.Builder> createSampleFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createSampleFindingsRequest
- CreateSampleFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateThreatIntelSetResponse createThreatIntelSet(CreateThreatIntelSetRequest createThreatIntelSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createThreatIntelSetRequest
- CreateThreatIntelSet request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default CreateThreatIntelSetResponse createThreatIntelSet(Consumer<CreateThreatIntelSetRequest.Builder> createThreatIntelSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
createThreatIntelSetRequest
- CreateThreatIntelSet request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeclineInvitationsResponse declineInvitations(DeclineInvitationsRequest declineInvitationsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
declineInvitationsRequest
- DeclineInvitations request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeclineInvitationsResponse declineInvitations(Consumer<DeclineInvitationsRequest.Builder> declineInvitationsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
declineInvitationsRequest
- DeclineInvitations request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteDetectorResponse deleteDetector(DeleteDetectorRequest deleteDetectorRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteDetectorRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteDetectorResponse deleteDetector(Consumer<DeleteDetectorRequest.Builder> deleteDetectorRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteDetectorRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteIPSetResponse deleteIPSet(DeleteIPSetRequest deleteIPSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteIPSetRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteIPSetResponse deleteIPSet(Consumer<DeleteIPSetRequest.Builder> deleteIPSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteIPSetRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteInvitationsResponse deleteInvitations(DeleteInvitationsRequest deleteInvitationsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteInvitationsRequest
- DeleteInvitations request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteInvitationsResponse deleteInvitations(Consumer<DeleteInvitationsRequest.Builder> deleteInvitationsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteInvitationsRequest
- DeleteInvitations request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteMembersResponse deleteMembers(DeleteMembersRequest deleteMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteMembersRequest
- DeleteMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteMembersResponse deleteMembers(Consumer<DeleteMembersRequest.Builder> deleteMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteMembersRequest
- DeleteMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteThreatIntelSetResponse deleteThreatIntelSet(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteThreatIntelSetRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DeleteThreatIntelSetResponse deleteThreatIntelSet(Consumer<DeleteThreatIntelSetRequest.Builder> deleteThreatIntelSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
deleteThreatIntelSetRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DisassociateFromMasterAccountResponse disassociateFromMasterAccount(DisassociateFromMasterAccountRequest disassociateFromMasterAccountRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
disassociateFromMasterAccountRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DisassociateFromMasterAccountResponse disassociateFromMasterAccount(Consumer<DisassociateFromMasterAccountRequest.Builder> disassociateFromMasterAccountRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
disassociateFromMasterAccountRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DisassociateMembersResponse disassociateMembers(DisassociateMembersRequest disassociateMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
disassociateMembersRequest
- DisassociateMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default DisassociateMembersResponse disassociateMembers(Consumer<DisassociateMembersRequest.Builder> disassociateMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
disassociateMembersRequest
- DisassociateMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetDetectorResponse getDetector(GetDetectorRequest getDetectorRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getDetectorRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetDetectorResponse getDetector(Consumer<GetDetectorRequest.Builder> getDetectorRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getDetectorRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetFindingsResponse getFindings(GetFindingsRequest getFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getFindingsRequest
- GetFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetFindingsResponse getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getFindingsRequest
- GetFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetFindingsStatisticsResponse getFindingsStatistics(GetFindingsStatisticsRequest getFindingsStatisticsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getFindingsStatisticsRequest
- GetFindingsStatistics request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetFindingsStatisticsResponse getFindingsStatistics(Consumer<GetFindingsStatisticsRequest.Builder> getFindingsStatisticsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getFindingsStatisticsRequest
- GetFindingsStatistics request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetIPSetResponse getIPSet(GetIPSetRequest getIPSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getIPSetRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetIPSetResponse getIPSet(Consumer<GetIPSetRequest.Builder> getIPSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getIPSetRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetInvitationsCountResponse getInvitationsCount() throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
getInvitationsCount(GetInvitationsCountRequest)
,
AWS
API Documentationdefault GetInvitationsCountResponse getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getInvitationsCountRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetInvitationsCountResponse getInvitationsCount(Consumer<GetInvitationsCountRequest.Builder> getInvitationsCountRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getInvitationsCountRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetMasterAccountResponse getMasterAccount(GetMasterAccountRequest getMasterAccountRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getMasterAccountRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetMasterAccountResponse getMasterAccount(Consumer<GetMasterAccountRequest.Builder> getMasterAccountRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getMasterAccountRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetMembersResponse getMembers(GetMembersRequest getMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getMembersRequest
- GetMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetMembersResponse getMembers(Consumer<GetMembersRequest.Builder> getMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getMembersRequest
- GetMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetThreatIntelSetResponse getThreatIntelSet(GetThreatIntelSetRequest getThreatIntelSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getThreatIntelSetRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default GetThreatIntelSetResponse getThreatIntelSet(Consumer<GetThreatIntelSetRequest.Builder> getThreatIntelSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
getThreatIntelSetRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default InviteMembersResponse inviteMembers(InviteMembersRequest inviteMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
inviteMembersRequest
- InviteMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default InviteMembersResponse inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
inviteMembersRequest
- InviteMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListDetectorsResponse listDetectors() throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
listDetectors(ListDetectorsRequest)
,
AWS API
Documentationdefault ListDetectorsResponse listDetectors(ListDetectorsRequest listDetectorsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listDetectorsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListDetectorsResponse listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listDetectorsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListDetectorsIterable listDetectorsPaginator() throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
This is a variant of listDetectors(software.amazon.awssdk.services.guardduty.model.ListDetectorsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.guardduty.paginators.ListDetectorsIterable responses = client.listDetectorsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.guardduty.paginators.ListDetectorsIterable responses = client.listDetectorsPaginator(request); for (software.amazon.awssdk.services.guardduty.model.ListDetectorsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.guardduty.paginators.ListDetectorsIterable responses = client.listDetectorsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDetectors(software.amazon.awssdk.services.guardduty.model.ListDetectorsRequest)
operation.
BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
listDetectorsPaginator(ListDetectorsRequest)
,
AWS API
Documentationdefault ListDetectorsIterable listDetectorsPaginator(ListDetectorsRequest listDetectorsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
This is a variant of listDetectors(software.amazon.awssdk.services.guardduty.model.ListDetectorsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.guardduty.paginators.ListDetectorsIterable responses = client.listDetectorsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.guardduty.paginators.ListDetectorsIterable responses = client.listDetectorsPaginator(request); for (software.amazon.awssdk.services.guardduty.model.ListDetectorsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.guardduty.paginators.ListDetectorsIterable responses = client.listDetectorsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDetectors(software.amazon.awssdk.services.guardduty.model.ListDetectorsRequest)
operation.
listDetectorsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListFindingsResponse listFindings(ListFindingsRequest listFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listFindingsRequest
- ListFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListFindingsResponse listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listFindingsRequest
- ListFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListFindingsIterable listFindingsPaginator(ListFindingsRequest listFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
This is a variant of listFindings(software.amazon.awssdk.services.guardduty.model.ListFindingsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.guardduty.paginators.ListFindingsIterable responses = client.listFindingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.guardduty.paginators.ListFindingsIterable responses = client.listFindingsPaginator(request); for (software.amazon.awssdk.services.guardduty.model.ListFindingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.guardduty.paginators.ListFindingsIterable responses = client.listFindingsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listFindings(software.amazon.awssdk.services.guardduty.model.ListFindingsRequest)
operation.
listFindingsRequest
- ListFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListIPSetsResponse listIPSets(ListIPSetsRequest listIPSetsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listIPSetsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListIPSetsResponse listIPSets(Consumer<ListIPSetsRequest.Builder> listIPSetsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listIPSetsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListIPSetsIterable listIPSetsPaginator(ListIPSetsRequest listIPSetsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
This is a variant of listIPSets(software.amazon.awssdk.services.guardduty.model.ListIPSetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.guardduty.paginators.ListIPSetsIterable responses = client.listIPSetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.guardduty.paginators.ListIPSetsIterable responses = client.listIPSetsPaginator(request); for (software.amazon.awssdk.services.guardduty.model.ListIPSetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.guardduty.paginators.ListIPSetsIterable responses = client.listIPSetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listIPSets(software.amazon.awssdk.services.guardduty.model.ListIPSetsRequest)
operation.
listIPSetsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListInvitationsResponse listInvitations() throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
listInvitations(ListInvitationsRequest)
,
AWS API
Documentationdefault ListInvitationsResponse listInvitations(ListInvitationsRequest listInvitationsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listInvitationsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListInvitationsResponse listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listInvitationsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListInvitationsIterable listInvitationsPaginator() throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
This is a variant of
listInvitations(software.amazon.awssdk.services.guardduty.model.ListInvitationsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.guardduty.paginators.ListInvitationsIterable responses = client.listInvitationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.guardduty.paginators.ListInvitationsIterable responses = client .listInvitationsPaginator(request); for (software.amazon.awssdk.services.guardduty.model.ListInvitationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.guardduty.paginators.ListInvitationsIterable responses = client.listInvitationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listInvitations(software.amazon.awssdk.services.guardduty.model.ListInvitationsRequest)
operation.
BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
listInvitationsPaginator(ListInvitationsRequest)
,
AWS API
Documentationdefault ListInvitationsIterable listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
This is a variant of
listInvitations(software.amazon.awssdk.services.guardduty.model.ListInvitationsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.guardduty.paginators.ListInvitationsIterable responses = client.listInvitationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.guardduty.paginators.ListInvitationsIterable responses = client .listInvitationsPaginator(request); for (software.amazon.awssdk.services.guardduty.model.ListInvitationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.guardduty.paginators.ListInvitationsIterable responses = client.listInvitationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listInvitations(software.amazon.awssdk.services.guardduty.model.ListInvitationsRequest)
operation.
listInvitationsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListMembersResponse listMembers(ListMembersRequest listMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listMembersRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListMembersResponse listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listMembersRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListMembersIterable listMembersPaginator(ListMembersRequest listMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
This is a variant of listMembers(software.amazon.awssdk.services.guardduty.model.ListMembersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.guardduty.paginators.ListMembersIterable responses = client.listMembersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.guardduty.paginators.ListMembersIterable responses = client.listMembersPaginator(request); for (software.amazon.awssdk.services.guardduty.model.ListMembersResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.guardduty.paginators.ListMembersIterable responses = client.listMembersPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listMembers(software.amazon.awssdk.services.guardduty.model.ListMembersRequest)
operation.
listMembersRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListThreatIntelSetsResponse listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listThreatIntelSetsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListThreatIntelSetsResponse listThreatIntelSets(Consumer<ListThreatIntelSetsRequest.Builder> listThreatIntelSetsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
listThreatIntelSetsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default ListThreatIntelSetsIterable listThreatIntelSetsPaginator(ListThreatIntelSetsRequest listThreatIntelSetsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
This is a variant of
listThreatIntelSets(software.amazon.awssdk.services.guardduty.model.ListThreatIntelSetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.guardduty.paginators.ListThreatIntelSetsIterable responses = client.listThreatIntelSetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.guardduty.paginators.ListThreatIntelSetsIterable responses = client .listThreatIntelSetsPaginator(request); for (software.amazon.awssdk.services.guardduty.model.ListThreatIntelSetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.guardduty.paginators.ListThreatIntelSetsIterable responses = client.listThreatIntelSetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listThreatIntelSets(software.amazon.awssdk.services.guardduty.model.ListThreatIntelSetsRequest)
operation.
listThreatIntelSetsRequest
- BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default StartMonitoringMembersResponse startMonitoringMembers(StartMonitoringMembersRequest startMonitoringMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
startMonitoringMembersRequest
- StartMonitoringMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default StartMonitoringMembersResponse startMonitoringMembers(Consumer<StartMonitoringMembersRequest.Builder> startMonitoringMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
startMonitoringMembersRequest
- StartMonitoringMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default StopMonitoringMembersResponse stopMonitoringMembers(StopMonitoringMembersRequest stopMonitoringMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
stopMonitoringMembersRequest
- StopMonitoringMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default StopMonitoringMembersResponse stopMonitoringMembers(Consumer<StopMonitoringMembersRequest.Builder> stopMonitoringMembersRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
stopMonitoringMembersRequest
- StopMonitoringMembers request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UnarchiveFindingsResponse unarchiveFindings(UnarchiveFindingsRequest unarchiveFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
unarchiveFindingsRequest
- UnarchiveFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UnarchiveFindingsResponse unarchiveFindings(Consumer<UnarchiveFindingsRequest.Builder> unarchiveFindingsRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
unarchiveFindingsRequest
- UnarchiveFindings request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UpdateDetectorResponse updateDetector(UpdateDetectorRequest updateDetectorRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
updateDetectorRequest
- UpdateDetector request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UpdateDetectorResponse updateDetector(Consumer<UpdateDetectorRequest.Builder> updateDetectorRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
updateDetectorRequest
- UpdateDetector request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UpdateFindingsFeedbackResponse updateFindingsFeedback(UpdateFindingsFeedbackRequest updateFindingsFeedbackRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
updateFindingsFeedbackRequest
- UpdateFindingsFeedback request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UpdateFindingsFeedbackResponse updateFindingsFeedback(Consumer<UpdateFindingsFeedbackRequest.Builder> updateFindingsFeedbackRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
updateFindingsFeedbackRequest
- UpdateFindingsFeedback request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UpdateIPSetResponse updateIPSet(UpdateIPSetRequest updateIPSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
updateIPSetRequest
- UpdateIPSet request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UpdateIPSetResponse updateIPSet(Consumer<UpdateIPSetRequest.Builder> updateIPSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
updateIPSetRequest
- UpdateIPSet request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UpdateThreatIntelSetResponse updateThreatIntelSet(UpdateThreatIntelSetRequest updateThreatIntelSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
updateThreatIntelSetRequest
- UpdateThreatIntelSet request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
default UpdateThreatIntelSetResponse updateThreatIntelSet(Consumer<UpdateThreatIntelSetRequest.Builder> updateThreatIntelSetRequest) throws BadRequestException, InternalServerErrorException, SdkServiceException, SdkClientException, GuardDutyException
updateThreatIntelSetRequest
- UpdateThreatIntelSet request body.BadRequestException
- 400 responseInternalServerErrorException
- 500 responseSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.GuardDutyException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.SdkServiceException
static ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.