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 Permission
Permission. clone()
Permission
Permission. withAllowSsh(Boolean allowSsh)
Whether the user can use SSH.Permission
Permission. withAllowSudo(Boolean allowSudo)
Whether the user can use sudo.Permission
Permission. withIamUserArn(String iamUserArn)
The Amazon Resource Name (ARN) for an AWS Identity and Access Management (IAM) role.Permission
Permission. withLevel(String level)
The user's permission level, which must be the following:Permission
Permission. 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 ofPermission
objects that describe the stack permissions.Methods in com.amazonaws.services.opsworks.model with parameters of type Permission Modifier and Type Method Description DescribePermissionsResult
DescribePermissionsResult. withPermissions(Permission... permissions)
An array ofPermission
objects that describe the stack permissions.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type Permission Modifier and Type Method Description void
DescribePermissionsResult. setPermissions(Collection<Permission> permissions)
An array ofPermission
objects that describe the stack permissions.DescribePermissionsResult
DescribePermissionsResult. withPermissions(Collection<Permission> permissions)
An array ofPermission
objects that describe the stack permissions.
-