| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyzerSummary |
AnalyzerSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AnalyzerSummary |
AnalyzerSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
AnalyzerSummary |
AnalyzerSummary.clone() |
AnalyzerSummary |
GetAnalyzerResult.getAnalyzer()
An
AnalyzerSummary object that contains information about the analyzer. |
AnalyzerSummary |
AnalyzerSummary.withArn(String arn)
The ARN of the analyzer.
|
AnalyzerSummary |
AnalyzerSummary.withCreatedAt(Date createdAt)
A timestamp for the time at which the analyzer was created.
|
AnalyzerSummary |
AnalyzerSummary.withLastResourceAnalyzed(String lastResourceAnalyzed)
The resource that was most recently analyzed by the analyzer.
|
AnalyzerSummary |
AnalyzerSummary.withLastResourceAnalyzedAt(Date lastResourceAnalyzedAt)
The time at which the most recently analyzed resource was analyzed.
|
AnalyzerSummary |
AnalyzerSummary.withName(String name)
The name of the analyzer.
|
AnalyzerSummary |
AnalyzerSummary.withStatus(AnalyzerStatus status)
The status of the analyzer.
|
AnalyzerSummary |
AnalyzerSummary.withStatus(String status)
The status of the analyzer.
|
AnalyzerSummary |
AnalyzerSummary.withStatusReason(StatusReason statusReason)
The
statusReason provides more details about the current status of the analyzer. |
AnalyzerSummary |
AnalyzerSummary.withTags(Map<String,String> tags)
The tags added to the analyzer.
|
AnalyzerSummary |
AnalyzerSummary.withType(String type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
AnalyzerSummary |
AnalyzerSummary.withType(Type type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyzerSummary> |
ListAnalyzersResult.getAnalyzers()
The analyzers retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAnalyzerResult.setAnalyzer(AnalyzerSummary analyzer)
An
AnalyzerSummary object that contains information about the analyzer. |
GetAnalyzerResult |
GetAnalyzerResult.withAnalyzer(AnalyzerSummary analyzer)
An
AnalyzerSummary object that contains information about the analyzer. |
ListAnalyzersResult |
ListAnalyzersResult.withAnalyzers(AnalyzerSummary... analyzers)
The analyzers retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnalyzersResult.setAnalyzers(Collection<AnalyzerSummary> analyzers)
The analyzers retrieved.
|
ListAnalyzersResult |
ListAnalyzersResult.withAnalyzers(Collection<AnalyzerSummary> analyzers)
The analyzers retrieved.
|
Copyright © 2023. All rights reserved.