Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.InvalidParameterException
-
Packages that use InvalidParameterException 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 InvalidParameterException in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that throw InvalidParameterException Modifier and Type Method Description default CheckAccessNotGrantedResponseAccessAnalyzerClient. checkAccessNotGranted(Consumer<CheckAccessNotGrantedRequest.Builder> checkAccessNotGrantedRequest)Checks whether the specified access isn't allowed by a policy.default CheckAccessNotGrantedResponseAccessAnalyzerClient. checkAccessNotGranted(CheckAccessNotGrantedRequest checkAccessNotGrantedRequest)Checks whether the specified access isn't allowed by a policy.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.
-