| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResult |
AmazonMacie2.getFindings(GetFindingsRequest getFindingsRequest)
Retrieves the details of one or more findings.
|
GetFindingsResult |
AbstractAmazonMacie2.getFindings(GetFindingsRequest request) |
GetFindingsResult |
AmazonMacie2Client.getFindings(GetFindingsRequest request)
Retrieves the details of one or more findings.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFindingsResult> |
AbstractAmazonMacie2Async.getFindingsAsync(GetFindingsRequest request,
AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler) |
Future<GetFindingsResult> |
AmazonMacie2AsyncClient.getFindingsAsync(GetFindingsRequest request,
AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler) |
Future<GetFindingsResult> |
AmazonMacie2Async.getFindingsAsync(GetFindingsRequest getFindingsRequest,
AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
Retrieves the details of one or more findings.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResult |
GetFindingsResult.clone() |
GetFindingsResult |
GetFindingsResult.withFindings(Collection<Finding> findings)
An array of objects, one for each finding that meets the criteria specified in the request.
|
GetFindingsResult |
GetFindingsResult.withFindings(Finding... findings)
An array of objects, one for each finding that meets the criteria specified in the request.
|
Copyright © 2021. All rights reserved.