| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, Amazon Web Services CloudTrail event logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
default ListInvitationsResponse |
GuardDutyClient.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(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsIterable |
GuardDutyClient.listInvitationsPaginator(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsPublisher |
GuardDutyAsyncClient.listInvitationsPaginator(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListInvitationsRequest.Builder |
ListInvitationsRequest.builder() |
ListInvitationsRequest.Builder |
ListInvitationsRequest.Builder.maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
ListInvitationsRequest.Builder |
ListInvitationsRequest.Builder.nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListInvitationsRequest.Builder |
ListInvitationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInvitationsRequest.Builder |
ListInvitationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInvitationsRequest.Builder |
ListInvitationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInvitationsRequest.Builder> |
ListInvitationsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.