Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.Access
-
Packages that use Access Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of Access in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type Access Modifier and Type Method Description List<Access>CheckAccessNotGrantedRequest. access()An access object containing the permissions that shouldn't be granted by the specified policy.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type Access Modifier and Type Method Description CheckAccessNotGrantedRequest.BuilderCheckAccessNotGrantedRequest.Builder. access(Access... access)An access object containing the permissions that shouldn't be granted by the specified policy.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type Access Modifier and Type Method Description CheckAccessNotGrantedRequest.BuilderCheckAccessNotGrantedRequest.Builder. access(Collection<Access> access)An access object containing the permissions that shouldn't be granted by the specified policy.
-