Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.CheckNoNewAccessResponse
-
Packages that use CheckNoNewAccessResponse Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities. -
-
Uses of CheckNoNewAccessResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return CheckNoNewAccessResponse Modifier and Type Method Description default CheckNoNewAccessResponseAccessAnalyzerClient. checkNoNewAccess(Consumer<CheckNoNewAccessRequest.Builder> checkNoNewAccessRequest)Checks whether new access is allowed for an updated policy when compared to the existing policy.default CheckNoNewAccessResponseAccessAnalyzerClient. checkNoNewAccess(CheckNoNewAccessRequest checkNoNewAccessRequest)Checks whether new access is allowed for an updated policy when compared to the existing policy.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type CheckNoNewAccessResponse Modifier and Type Method Description default CompletableFuture<CheckNoNewAccessResponse>AccessAnalyzerAsyncClient. checkNoNewAccess(Consumer<CheckNoNewAccessRequest.Builder> checkNoNewAccessRequest)Checks whether new access is allowed for an updated policy when compared to the existing policy.default CompletableFuture<CheckNoNewAccessResponse>AccessAnalyzerAsyncClient. checkNoNewAccess(CheckNoNewAccessRequest checkNoNewAccessRequest)Checks whether new access is allowed for an updated policy when compared to the existing policy.
-