| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.addConditionEntry(String key,
String value)
Add a single Condition entry
|
Finding |
Finding.addPrincipalEntry(String key,
String value)
Add a single Principal entry
|
Finding |
Finding.clearConditionEntries()
Removes all the entries added into Condition.
|
Finding |
Finding.clearPrincipalEntries()
Removes all the entries added into Principal.
|
Finding |
Finding.clone() |
Finding |
GetFindingResult.getFinding()
A
finding object that contains finding details. |
Finding |
Finding.withAction(Collection<String> action)
The action in the analyzed policy statement that an external principal has permission to use.
|
Finding |
Finding.withAction(String... action)
The action in the analyzed policy statement that an external principal has permission to use.
|
Finding |
Finding.withAnalyzedAt(Date analyzedAt)
The time at which the resource was analyzed.
|
Finding |
Finding.withCondition(Map<String,String> condition)
The condition in the analyzed policy statement that resulted in a finding.
|
Finding |
Finding.withCreatedAt(Date createdAt)
The time at which the finding was generated.
|
Finding |
Finding.withError(String error)
An error.
|
Finding |
Finding.withId(String id)
The ID of the finding.
|
Finding |
Finding.withIsPublic(Boolean isPublic)
Indicates whether the policy that generated the finding allows public access to the resource.
|
Finding |
Finding.withPrincipal(Map<String,String> principal)
The external principal that access to a resource within the zone of trust.
|
Finding |
Finding.withResource(String resource)
The resource that an external principal has access to.
|
Finding |
Finding.withResourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
|
Finding |
Finding.withResourceType(ResourceType resourceType)
The type of the resource identified in the finding.
|
Finding |
Finding.withResourceType(String resourceType)
The type of the resource identified in the finding.
|
Finding |
Finding.withSources(Collection<FindingSource> sources)
The sources of the finding.
|
Finding |
Finding.withSources(FindingSource... sources)
The sources of the finding.
|
Finding |
Finding.withStatus(FindingStatus status)
The current status of the finding.
|
Finding |
Finding.withStatus(String status)
The current status of the finding.
|
Finding |
Finding.withUpdatedAt(Date updatedAt)
The time at which the finding was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingResult.setFinding(Finding finding)
A
finding object that contains finding details. |
GetFindingResult |
GetFindingResult.withFinding(Finding finding)
A
finding object that contains finding details. |
Copyright © 2023. All rights reserved.