Uses of Class
com.amazonaws.services.opsworks.model.Permission
-
Packages that use Permission Package Description com.amazonaws.services.opsworks.model -
-
Uses of Permission in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return Permission Modifier and Type Method Description PermissionPermission. clone()PermissionPermission. withAllowSsh(Boolean allowSsh)Whether the user can use SSH.PermissionPermission. withAllowSudo(Boolean allowSudo)Whether the user can use sudo.PermissionPermission. withIamUserArn(String iamUserArn)The Amazon Resource Name (ARN) for an AWS Identity and Access Management (IAM) role.PermissionPermission. withLevel(String level)The user's permission level, which must be the following:PermissionPermission. withStackId(String stackId)A stack ID.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type Permission Modifier and Type Method Description List<Permission>DescribePermissionsResult. getPermissions()An array ofPermissionobjects that describe the stack permissions.Methods in com.amazonaws.services.opsworks.model with parameters of type Permission Modifier and Type Method Description DescribePermissionsResultDescribePermissionsResult. withPermissions(Permission... permissions)An array ofPermissionobjects that describe the stack permissions.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type Permission Modifier and Type Method Description voidDescribePermissionsResult. setPermissions(Collection<Permission> permissions)An array ofPermissionobjects that describe the stack permissions.DescribePermissionsResultDescribePermissionsResult. withPermissions(Collection<Permission> permissions)An array ofPermissionobjects that describe the stack permissions.
-