Uses of Class
com.amazonaws.services.opsworks.model.Permission
Packages that use Permission
-
Uses of Permission in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return PermissionModifier and TypeMethodDescriptionPermission.clone()
Permission.withAllowSsh
(Boolean allowSsh) Whether the user can use SSH.Permission.withAllowSudo
(Boolean allowSudo) Whether the user can use sudo.Permission.withIamUserArn
(String iamUserArn) The Amazon Resource Name (ARN) for an AWS Identity and Access Management (IAM) role.The user's permission level, which must be the following:Permission.withStackId
(String stackId) A stack ID.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type PermissionModifier and TypeMethodDescriptionDescribePermissionsResult.getPermissions()
An array ofPermission
objects that describe the stack permissions.Methods in com.amazonaws.services.opsworks.model with parameters of type PermissionModifier and TypeMethodDescriptionDescribePermissionsResult.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 PermissionModifier and TypeMethodDescriptionvoid
DescribePermissionsResult.setPermissions
(Collection<Permission> permissions) An array ofPermission
objects that describe the stack permissions.DescribePermissionsResult.withPermissions
(Collection<Permission> permissions) An array ofPermission
objects that describe the stack permissions.