| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
FindingSummary |
FindingSummary.addConditionEntry(String key,
String value)
Add a single Condition entry
|
FindingSummary |
FindingSummary.addPrincipalEntry(String key,
String value)
Add a single Principal entry
|
FindingSummary |
FindingSummary.clearConditionEntries()
Removes all the entries added into Condition.
|
FindingSummary |
FindingSummary.clearPrincipalEntries()
Removes all the entries added into Principal.
|
FindingSummary |
FindingSummary.clone() |
FindingSummary |
FindingSummary.withAction(Collection<String> action)
The action in the analyzed policy statement that an external principal has permission to use.
|
FindingSummary |
FindingSummary.withAction(String... action)
The action in the analyzed policy statement that an external principal has permission to use.
|
FindingSummary |
FindingSummary.withAnalyzedAt(Date analyzedAt)
The time at which the resource-based policy that generated the finding was analyzed.
|
FindingSummary |
FindingSummary.withCondition(Map<String,String> condition)
The condition in the analyzed policy statement that resulted in a finding.
|
FindingSummary |
FindingSummary.withCreatedAt(Date createdAt)
The time at which the finding was created.
|
FindingSummary |
FindingSummary.withError(String error)
The error that resulted in an Error finding.
|
FindingSummary |
FindingSummary.withId(String id)
The ID of the finding.
|
FindingSummary |
FindingSummary.withIsPublic(Boolean isPublic)
Indicates whether the finding reports a resource that has a policy that allows public access.
|
FindingSummary |
FindingSummary.withPrincipal(Map<String,String> principal)
The external principal that has access to a resource within the zone of trust.
|
FindingSummary |
FindingSummary.withResource(String resource)
The resource that the external principal has access to.
|
FindingSummary |
FindingSummary.withResourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
|
FindingSummary |
FindingSummary.withResourceType(ResourceType resourceType)
The type of the resource that the external principal has access to.
|
FindingSummary |
FindingSummary.withResourceType(String resourceType)
The type of the resource that the external principal has access to.
|
FindingSummary |
FindingSummary.withSources(Collection<FindingSource> sources)
The sources of the finding.
|
FindingSummary |
FindingSummary.withSources(FindingSource... sources)
The sources of the finding.
|
FindingSummary |
FindingSummary.withStatus(FindingStatus status)
The status of the finding.
|
FindingSummary |
FindingSummary.withStatus(String status)
The status of the finding.
|
FindingSummary |
FindingSummary.withUpdatedAt(Date updatedAt)
The time at which the finding was most recently updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingSummary> |
ListFindingsResult.getFindings()
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResult |
ListFindingsResult.withFindings(FindingSummary... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsResult.setFindings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsResult |
ListFindingsResult.withFindings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
Copyright © 2022. All rights reserved.