| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, AWS CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListInvitationsResponse |
GuardDutyClient.listInvitations()
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsResponse |
GuardDutyClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsResponse |
GuardDutyClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInvitationsResponse> |
GuardDutyAsyncClient.listInvitations()
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default CompletableFuture<ListInvitationsResponse> |
GuardDutyAsyncClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default CompletableFuture<ListInvitationsResponse> |
GuardDutyAsyncClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInvitationsResponse> |
ListInvitationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvitationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInvitationsResponse> subscriber) |
Copyright © 2022. All rights reserved.