| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
AccessPreviewFinding |
AccessPreviewFinding.addConditionEntry(String key,
String value)
Add a single Condition entry
|
AccessPreviewFinding |
AccessPreviewFinding.addPrincipalEntry(String key,
String value)
Add a single Principal entry
|
AccessPreviewFinding |
AccessPreviewFinding.clearConditionEntries()
Removes all the entries added into Condition.
|
AccessPreviewFinding |
AccessPreviewFinding.clearPrincipalEntries()
Removes all the entries added into Principal.
|
AccessPreviewFinding |
AccessPreviewFinding.clone() |
AccessPreviewFinding |
AccessPreviewFinding.withAction(Collection<String> action)
The action in the analyzed policy statement that an external principal has permission to perform.
|
AccessPreviewFinding |
AccessPreviewFinding.withAction(String... action)
The action in the analyzed policy statement that an external principal has permission to perform.
|
AccessPreviewFinding |
AccessPreviewFinding.withChangeType(FindingChangeType changeType)
Provides context on how the access preview finding compares to existing access identified in IAM Access Analyzer.
|
AccessPreviewFinding |
AccessPreviewFinding.withChangeType(String changeType)
Provides context on how the access preview finding compares to existing access identified in IAM Access Analyzer.
|
AccessPreviewFinding |
AccessPreviewFinding.withCondition(Map<String,String> condition)
The condition in the analyzed policy statement that resulted in a finding.
|
AccessPreviewFinding |
AccessPreviewFinding.withCreatedAt(Date createdAt)
The time at which the access preview finding was created.
|
AccessPreviewFinding |
AccessPreviewFinding.withError(String error)
An error.
|
AccessPreviewFinding |
AccessPreviewFinding.withExistingFindingId(String existingFindingId)
The existing ID of the finding in IAM Access Analyzer, provided only for existing findings.
|
AccessPreviewFinding |
AccessPreviewFinding.withExistingFindingStatus(FindingStatus existingFindingStatus)
The existing status of the finding, provided only for existing findings.
|
AccessPreviewFinding |
AccessPreviewFinding.withExistingFindingStatus(String existingFindingStatus)
The existing status of the finding, provided only for existing findings.
|
AccessPreviewFinding |
AccessPreviewFinding.withId(String id)
The ID of the access preview finding.
|
AccessPreviewFinding |
AccessPreviewFinding.withIsPublic(Boolean isPublic)
Indicates whether the policy that generated the finding allows public access to the resource.
|
AccessPreviewFinding |
AccessPreviewFinding.withPrincipal(Map<String,String> principal)
The external principal that has access to a resource within the zone of trust.
|
AccessPreviewFinding |
AccessPreviewFinding.withResource(String resource)
The resource that an external principal has access to.
|
AccessPreviewFinding |
AccessPreviewFinding.withResourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
|
AccessPreviewFinding |
AccessPreviewFinding.withResourceType(ResourceType resourceType)
The type of the resource that can be accessed in the finding.
|
AccessPreviewFinding |
AccessPreviewFinding.withResourceType(String resourceType)
The type of the resource that can be accessed in the finding.
|
AccessPreviewFinding |
AccessPreviewFinding.withSources(Collection<FindingSource> sources)
The sources of the finding.
|
AccessPreviewFinding |
AccessPreviewFinding.withSources(FindingSource... sources)
The sources of the finding.
|
AccessPreviewFinding |
AccessPreviewFinding.withStatus(FindingStatus status)
The preview status of the finding.
|
AccessPreviewFinding |
AccessPreviewFinding.withStatus(String status)
The preview status of the finding.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessPreviewFinding> |
ListAccessPreviewFindingsResult.getFindings()
A list of access preview findings that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessPreviewFindingsResult |
ListAccessPreviewFindingsResult.withFindings(AccessPreviewFinding... findings)
A list of access preview findings that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessPreviewFindingsResult.setFindings(Collection<AccessPreviewFinding> findings)
A list of access preview findings that match the specified filter criteria.
|
ListAccessPreviewFindingsResult |
ListAccessPreviewFindingsResult.withFindings(Collection<AccessPreviewFinding> findings)
A list of access preview findings that match the specified filter criteria.
|
Copyright © 2023. All rights reserved.