| 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 ListMembersResponse |
DetectiveClient.listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)
Retrieves the list of member accounts for a behavior graph.
|
default ListMembersResponse |
DetectiveClient.listMembers(ListMembersRequest listMembersRequest)
Retrieves the list of member accounts for a behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMembersResponse> |
DetectiveAsyncClient.listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)
Retrieves the list of member accounts for a behavior graph.
|
default CompletableFuture<ListMembersResponse> |
DetectiveAsyncClient.listMembers(ListMembersRequest listMembersRequest)
Retrieves the list of member accounts for a behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMembersResponse> |
ListMembersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMembersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMembersResponse> subscriber) |
Copyright © 2020. All rights reserved.