| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
AccessPreviewSummary |
AccessPreviewSummary.clone() |
AccessPreviewSummary |
AccessPreviewSummary.withAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
|
AccessPreviewSummary |
AccessPreviewSummary.withCreatedAt(Date createdAt)
The time at which the access preview was created.
|
AccessPreviewSummary |
AccessPreviewSummary.withId(String id)
The unique ID for the access preview.
|
AccessPreviewSummary |
AccessPreviewSummary.withStatus(AccessPreviewStatus status)
The status of the access preview.
|
AccessPreviewSummary |
AccessPreviewSummary.withStatus(String status)
The status of the access preview.
|
AccessPreviewSummary |
AccessPreviewSummary.withStatusReason(AccessPreviewStatusReason statusReason) |
| Modifier and Type | Method and Description |
|---|---|
List<AccessPreviewSummary> |
ListAccessPreviewsResult.getAccessPreviews()
A list of access previews retrieved for the analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessPreviewsResult |
ListAccessPreviewsResult.withAccessPreviews(AccessPreviewSummary... accessPreviews)
A list of access previews retrieved for the analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessPreviewsResult.setAccessPreviews(Collection<AccessPreviewSummary> accessPreviews)
A list of access previews retrieved for the analyzer.
|
ListAccessPreviewsResult |
ListAccessPreviewsResult.withAccessPreviews(Collection<AccessPreviewSummary> accessPreviews)
A list of access previews retrieved for the analyzer.
|
Copyright © 2024. All rights reserved.