| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2 |
Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern
matching to discover and protect your sensitive data in AWS.
|
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFindingsResponse |
Macie2Client.listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a subset of information about one or more findings.
|
default ListFindingsResponse |
Macie2Client.listFindings(ListFindingsRequest listFindingsRequest)
Retrieves a subset of information about one or more findings.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFindingsResponse> |
Macie2AsyncClient.listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a subset of information about one or more findings.
|
default CompletableFuture<ListFindingsResponse> |
Macie2AsyncClient.listFindings(ListFindingsRequest listFindingsRequest)
Retrieves a subset of information about one or more findings.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFindingsResponse> |
ListFindingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFindingsResponse> subscriber) |
Copyright © 2021. All rights reserved.