| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedResource |
AnalyzedResource.clone() |
AnalyzedResource |
GetAnalyzedResourceResult.getResource()
An
AnalyzedResource object that contains information that Access Analyzer found when it analyzed the
resource. |
AnalyzedResource |
AnalyzedResource.withActions(Collection<String> actions)
The actions that an external principal is granted permission to use by the policy that generated the finding.
|
AnalyzedResource |
AnalyzedResource.withActions(String... actions)
The actions that an external principal is granted permission to use by the policy that generated the finding.
|
AnalyzedResource |
AnalyzedResource.withAnalyzedAt(Date analyzedAt)
The time at which the resource was analyzed.
|
AnalyzedResource |
AnalyzedResource.withCreatedAt(Date createdAt)
The time at which the finding was created.
|
AnalyzedResource |
AnalyzedResource.withError(String error)
An error message.
|
AnalyzedResource |
AnalyzedResource.withIsPublic(Boolean isPublic)
Indicates whether the policy that generated the finding grants public access to the resource.
|
AnalyzedResource |
AnalyzedResource.withResourceArn(String resourceArn)
The ARN of the resource that was analyzed.
|
AnalyzedResource |
AnalyzedResource.withResourceOwnerAccount(String resourceOwnerAccount)
The AWS account ID that owns the resource.
|
AnalyzedResource |
AnalyzedResource.withResourceType(ResourceType resourceType)
The type of the resource that was analyzed.
|
AnalyzedResource |
AnalyzedResource.withResourceType(String resourceType)
The type of the resource that was analyzed.
|
AnalyzedResource |
AnalyzedResource.withSharedVia(Collection<String> sharedVia)
Indicates how the access that generated the finding is granted.
|
AnalyzedResource |
AnalyzedResource.withSharedVia(String... sharedVia)
Indicates how the access that generated the finding is granted.
|
AnalyzedResource |
AnalyzedResource.withStatus(FindingStatus status)
The current status of the finding generated from the analyzed resource.
|
AnalyzedResource |
AnalyzedResource.withStatus(String status)
The current status of the finding generated from the analyzed resource.
|
AnalyzedResource |
AnalyzedResource.withUpdatedAt(Date updatedAt)
The time at which the finding was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAnalyzedResourceResult.setResource(AnalyzedResource resource)
An
AnalyzedResource object that contains information that Access Analyzer found when it analyzed the
resource. |
GetAnalyzedResourceResult |
GetAnalyzedResourceResult.withResource(AnalyzedResource resource)
An
AnalyzedResource object that contains information that Access Analyzer found when it analyzed the
resource. |
Copyright © 2021. All rights reserved.