| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, AWS CloudTrail event logs, and DNS logs.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
GetInvitationsCountResult |
AbstractAmazonGuardDuty.getInvitationsCount(GetInvitationsCountRequest request) |
GetInvitationsCountResult |
AmazonGuardDutyClient.getInvitationsCount(GetInvitationsCountRequest request)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
GetInvitationsCountResult |
AmazonGuardDuty.getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInvitationsCountResult> |
AmazonGuardDutyAsync.getInvitationsCountAsync(GetInvitationsCountRequest getInvitationsCountRequest,
AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the
currently accepted invitation.
|
Future<GetInvitationsCountResult> |
AbstractAmazonGuardDutyAsync.getInvitationsCountAsync(GetInvitationsCountRequest request,
AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler) |
Future<GetInvitationsCountResult> |
AmazonGuardDutyAsyncClient.getInvitationsCountAsync(GetInvitationsCountRequest request,
AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetInvitationsCountResult |
GetInvitationsCountResult.clone() |
GetInvitationsCountResult |
GetInvitationsCountResult.withInvitationsCount(Integer invitationsCount)
The number of received invitations.
|
Copyright © 2019. All rights reserved.