Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.CheckAccessNotGrantedResult
-
Packages that use CheckAccessNotGrantedResult Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of CheckAccessNotGrantedResult in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return CheckAccessNotGrantedResult Modifier and Type Method Description static CheckAccessNotGrantedResultCheckAccessNotGrantedResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CheckAccessNotGrantedResultCheckAccessNotGrantedResponse. result()The result of the check for whether the access is allowed.static CheckAccessNotGrantedResultCheckAccessNotGrantedResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckAccessNotGrantedResult[]CheckAccessNotGrantedResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type CheckAccessNotGrantedResult Modifier and Type Method Description static Set<CheckAccessNotGrantedResult>CheckAccessNotGrantedResult. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type CheckAccessNotGrantedResult Modifier and Type Method Description CheckAccessNotGrantedResponse.BuilderCheckAccessNotGrantedResponse.Builder. result(CheckAccessNotGrantedResult result)The result of the check for whether the access is allowed.
-