| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
FindingSummaryV2 |
FindingSummaryV2.clone() |
FindingSummaryV2 |
FindingSummaryV2.withAnalyzedAt(Date analyzedAt)
The time at which the resource-based policy or IAM entity that generated the finding was analyzed.
|
FindingSummaryV2 |
FindingSummaryV2.withCreatedAt(Date createdAt)
The time at which the finding was created.
|
FindingSummaryV2 |
FindingSummaryV2.withError(String error)
The error that resulted in an Error finding.
|
FindingSummaryV2 |
FindingSummaryV2.withFindingType(FindingType findingType)
The type of the external access or unused access finding.
|
FindingSummaryV2 |
FindingSummaryV2.withFindingType(String findingType)
The type of the external access or unused access finding.
|
FindingSummaryV2 |
FindingSummaryV2.withId(String id)
The ID of the finding.
|
FindingSummaryV2 |
FindingSummaryV2.withResource(String resource)
The resource that the external principal has access to.
|
FindingSummaryV2 |
FindingSummaryV2.withResourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
|
FindingSummaryV2 |
FindingSummaryV2.withResourceType(ResourceType resourceType)
The type of the resource that the external principal has access to.
|
FindingSummaryV2 |
FindingSummaryV2.withResourceType(String resourceType)
The type of the resource that the external principal has access to.
|
FindingSummaryV2 |
FindingSummaryV2.withStatus(FindingStatus status)
The status of the finding.
|
FindingSummaryV2 |
FindingSummaryV2.withStatus(String status)
The status of the finding.
|
FindingSummaryV2 |
FindingSummaryV2.withUpdatedAt(Date updatedAt)
The time at which the finding was most recently updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingSummaryV2> |
ListFindingsV2Result.getFindings()
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsV2Result |
ListFindingsV2Result.withFindings(FindingSummaryV2... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsV2Result.setFindings(Collection<FindingSummaryV2> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsV2Result |
ListFindingsV2Result.withFindings(Collection<FindingSummaryV2> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
Copyright © 2024. All rights reserved.