Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.CheckNoNewAccessResult
-
Packages that use CheckNoNewAccessResult Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of CheckNoNewAccessResult in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return CheckNoNewAccessResult Modifier and Type Method Description static CheckNoNewAccessResultCheckNoNewAccessResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CheckNoNewAccessResultCheckNoNewAccessResponse. result()The result of the check for new access.static CheckNoNewAccessResultCheckNoNewAccessResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckNoNewAccessResult[]CheckNoNewAccessResult. 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 CheckNoNewAccessResult Modifier and Type Method Description static Set<CheckNoNewAccessResult>CheckNoNewAccessResult. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type CheckNoNewAccessResult Modifier and Type Method Description CheckNoNewAccessResponse.BuilderCheckNoNewAccessResponse.Builder. result(CheckNoNewAccessResult result)The result of the check for new access.
-