Uses of Class
software.amazon.awssdk.services.opsworks.model.Permission
-
Packages that use Permission Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of Permission in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type Permission Modifier and Type Method Description List<Permission>DescribePermissionsResponse. permissions()An array ofPermissionobjects that describe the stack permissions.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type Permission Modifier and Type Method Description DescribePermissionsResponse.BuilderDescribePermissionsResponse.Builder. permissions(Permission... permissions)An array ofPermissionobjects that describe the stack permissions.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type Permission Modifier and Type Method Description DescribePermissionsResponse.BuilderDescribePermissionsResponse.Builder. permissions(Collection<Permission> permissions)An array ofPermissionobjects that describe the stack permissions.
-