| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.clone() |
Finding |
Finding.withAccountId(String accountId)
The unique identifier for the AWS account that the finding applies to.
|
Finding |
Finding.withArchived(Boolean archived)
Specifies whether the finding is archived.
|
Finding |
Finding.withCategory(FindingCategory category)
The category of the finding.
|
Finding |
Finding.withCategory(String category)
The category of the finding.
|
Finding |
Finding.withClassificationDetails(ClassificationDetails classificationDetails)
The details of a sensitive data finding.
|
Finding |
Finding.withCount(Long count)
The total number of occurrences of this finding.
|
Finding |
Finding.withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the finding was created.
|
Finding |
Finding.withDescription(String description)
The description of the finding.
|
Finding |
Finding.withId(String id)
The unique identifier for the finding.
|
Finding |
Finding.withPartition(String partition)
The AWS partition that Amazon Macie created the finding in.
|
Finding |
Finding.withPolicyDetails(PolicyDetails policyDetails)
The details of a policy finding.
|
Finding |
Finding.withRegion(String region)
The AWS Region that Amazon Macie created the finding in.
|
Finding |
Finding.withResourcesAffected(ResourcesAffected resourcesAffected)
The resources that the finding applies to.
|
Finding |
Finding.withSample(Boolean sample)
Specifies whether the finding is a sample finding.
|
Finding |
Finding.withSchemaVersion(String schemaVersion)
The version of the schema that was used to define the data structures in the finding.
|
Finding |
Finding.withSeverity(Severity severity)
The severity of the finding.
|
Finding |
Finding.withTitle(String title)
The brief description of the finding.
|
Finding |
Finding.withType(FindingType type)
The type of the finding.
|
Finding |
Finding.withType(String type)
The type of the finding.
|
Finding |
Finding.withUpdatedAt(Date updatedAt)
The date and time, in UTC and extended ISO 8601 format, when the finding was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Finding> |
GetFindingsResult.getFindings()
An array of objects, one for each finding that meets the criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResult |
GetFindingsResult.withFindings(Finding... findings)
An array of objects, one for each finding that meets the criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingsResult.setFindings(Collection<Finding> findings)
An array of objects, one for each finding that meets the criteria specified in the request.
|
GetFindingsResult |
GetFindingsResult.withFindings(Collection<Finding> findings)
An array of objects, one for each finding that meets the criteria specified in the request.
|
Copyright © 2020. All rights reserved.