| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedResourceSummary |
AnalyzedResourceSummary.clone() |
AnalyzedResourceSummary |
AnalyzedResourceSummary.withResourceArn(String resourceArn)
The ARN of the analyzed resource.
|
AnalyzedResourceSummary |
AnalyzedResourceSummary.withResourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
|
AnalyzedResourceSummary |
AnalyzedResourceSummary.withResourceType(ResourceType resourceType)
The type of resource that was analyzed.
|
AnalyzedResourceSummary |
AnalyzedResourceSummary.withResourceType(String resourceType)
The type of resource that was analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyzedResourceSummary> |
ListAnalyzedResourcesResult.getAnalyzedResources()
A list of resources that were analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnalyzedResourcesResult |
ListAnalyzedResourcesResult.withAnalyzedResources(AnalyzedResourceSummary... analyzedResources)
A list of resources that were analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnalyzedResourcesResult.setAnalyzedResources(Collection<AnalyzedResourceSummary> analyzedResources)
A list of resources that were analyzed.
|
ListAnalyzedResourcesResult |
ListAnalyzedResourcesResult.withAnalyzedResources(Collection<AnalyzedResourceSummary> analyzedResources)
A list of resources that were analyzed.
|
Copyright © 2024. All rights reserved.