Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.Principal
-
Packages that use Principal Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of Principal in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type Principal Modifier and Type Method Description List<Principal>CreateResourcePolicyStatementRequest. principal()An IAM principal, such as an IAM user, IAM role, or Amazon Web Services services that is allowed or denied access to a resource.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type Principal Modifier and Type Method Description CreateResourcePolicyStatementRequest.BuilderCreateResourcePolicyStatementRequest.Builder. principal(Principal... principal)An IAM principal, such as an IAM user, IAM role, or Amazon Web Services services that is allowed or denied access to a resource.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type Principal Modifier and Type Method Description CreateResourcePolicyStatementRequest.BuilderCreateResourcePolicyStatementRequest.Builder. principal(Collection<Principal> principal)An IAM principal, such as an IAM user, IAM role, or Amazon Web Services services that is allowed or denied access to a resource.
-