| Package | Description |
|---|---|
| com.amazonaws.services.detective |
Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security
issues across your Amazon Web Services (Amazon Web Services) workloads.
|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResult |
AbstractAmazonDetective.listInvitations(ListInvitationsRequest request) |
ListInvitationsResult |
AmazonDetectiveClient.listInvitations(ListInvitationsRequest request)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
ListInvitationsResult |
AmazonDetective.listInvitations(ListInvitationsRequest listInvitationsRequest)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListInvitationsResult> |
AbstractAmazonDetectiveAsync.listInvitationsAsync(ListInvitationsRequest request,
AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler) |
Future<ListInvitationsResult> |
AmazonDetectiveAsyncClient.listInvitationsAsync(ListInvitationsRequest request,
AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler) |
Future<ListInvitationsResult> |
AmazonDetectiveAsync.listInvitationsAsync(ListInvitationsRequest listInvitationsRequest,
AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResult |
ListInvitationsResult.clone() |
ListInvitationsResult |
ListInvitationsResult.withInvitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResult |
ListInvitationsResult.withInvitations(MemberDetail... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResult |
ListInvitationsResult.withNextToken(String nextToken)
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request
the next page of behavior graphs.
|
Copyright © 2023. All rights reserved.