Uses of Interface
software.amazon.awssdk.services.opsworks.model.Permission.Builder
-
Packages that use Permission.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of Permission.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return Permission.Builder Modifier and Type Method Description Permission.BuilderPermission.Builder. allowSsh(Boolean allowSsh)Whether the user can use SSH.Permission.BuilderPermission.Builder. allowSudo(Boolean allowSudo)Whether the user can use sudo.static Permission.BuilderPermission. builder()Permission.BuilderPermission.Builder. iamUserArn(String iamUserArn)The Amazon Resource Name (ARN) for an AWS Identity and Access Management (IAM) role.Permission.BuilderPermission.Builder. level(String level)The user's permission level, which must be the following:Permission.BuilderPermission.Builder. stackId(String stackId)A stack ID.Permission.BuilderPermission. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type Permission.Builder Modifier and Type Method Description static Class<? extends Permission.Builder>Permission. serializableBuilderClass()
-