Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ReasonSummary
-
Packages that use ReasonSummary Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of ReasonSummary in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type ReasonSummary Modifier and Type Method Description List<ReasonSummary>CheckAccessNotGrantedResponse. reasons()A description of the reasoning of the result.List<ReasonSummary>CheckNoNewAccessResponse. reasons()A description of the reasoning of the result.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type ReasonSummary Modifier and Type Method Description CheckAccessNotGrantedResponse.BuilderCheckAccessNotGrantedResponse.Builder. reasons(ReasonSummary... reasons)A description of the reasoning of the result.CheckNoNewAccessResponse.BuilderCheckNoNewAccessResponse.Builder. reasons(ReasonSummary... reasons)A description of the reasoning of the result.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type ReasonSummary Modifier and Type Method Description CheckAccessNotGrantedResponse.BuilderCheckAccessNotGrantedResponse.Builder. reasons(Collection<ReasonSummary> reasons)A description of the reasoning of the result.CheckNoNewAccessResponse.BuilderCheckNoNewAccessResponse.Builder. reasons(Collection<ReasonSummary> reasons)A description of the reasoning of the result.
-