| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
ReasonSummary |
ReasonSummary.clone() |
ReasonSummary |
ReasonSummary.withDescription(String description)
A description of the reasoning of a result of checking for access.
|
ReasonSummary |
ReasonSummary.withStatementId(String statementId)
The identifier for the reason statement.
|
ReasonSummary |
ReasonSummary.withStatementIndex(Integer statementIndex)
The index number of the reason statement.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReasonSummary> |
CheckAccessNotGrantedResult.getReasons()
A description of the reasoning of the result.
|
List<ReasonSummary> |
CheckNoNewAccessResult.getReasons()
A description of the reasoning of the result.
|
| Modifier and Type | Method and Description |
|---|---|
CheckAccessNotGrantedResult |
CheckAccessNotGrantedResult.withReasons(ReasonSummary... reasons)
A description of the reasoning of the result.
|
CheckNoNewAccessResult |
CheckNoNewAccessResult.withReasons(ReasonSummary... reasons)
A description of the reasoning of the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckAccessNotGrantedResult.setReasons(Collection<ReasonSummary> reasons)
A description of the reasoning of the result.
|
void |
CheckNoNewAccessResult.setReasons(Collection<ReasonSummary> reasons)
A description of the reasoning of the result.
|
CheckAccessNotGrantedResult |
CheckAccessNotGrantedResult.withReasons(Collection<ReasonSummary> reasons)
A description of the reasoning of the result.
|
CheckNoNewAccessResult |
CheckNoNewAccessResult.withReasons(Collection<ReasonSummary> reasons)
A description of the reasoning of the result.
|
Copyright © 2024. All rights reserved.