| Package | Description |
|---|---|
| software.amazon.awssdk.services.detective |
Detective uses machine learning and purpose-built visualizations to help you analyze and investigate security issues
across your Amazon Web Services (AWS) workloads.
|
| software.amazon.awssdk.services.detective.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListInvitationsResponse |
DetectiveClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
default ListInvitationsResponse |
DetectiveClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInvitationsResponse> |
DetectiveAsyncClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
default CompletableFuture<ListInvitationsResponse> |
DetectiveAsyncClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Retrieves the list of open and accepted behavior graph invitations for the member 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 © 2020. All rights reserved.