Uses of Class
software.amazon.awssdk.services.qapps.model.PermissionOutput
-
Packages that use PermissionOutput Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of PermissionOutput in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type PermissionOutput Modifier and Type Method Description List<PermissionOutput>DescribeQAppPermissionsResponse. permissions()The list of permissions granted for the Amazon Q App.List<PermissionOutput>UpdateQAppPermissionsResponse. permissions()The updated list of permissions for the Amazon Q App.Methods in software.amazon.awssdk.services.qapps.model with parameters of type PermissionOutput Modifier and Type Method Description DescribeQAppPermissionsResponse.BuilderDescribeQAppPermissionsResponse.Builder. permissions(PermissionOutput... permissions)The list of permissions granted for the Amazon Q App.UpdateQAppPermissionsResponse.BuilderUpdateQAppPermissionsResponse.Builder. permissions(PermissionOutput... permissions)The updated list of permissions for the Amazon Q App.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type PermissionOutput Modifier and Type Method Description DescribeQAppPermissionsResponse.BuilderDescribeQAppPermissionsResponse.Builder. permissions(Collection<PermissionOutput> permissions)The list of permissions granted for the Amazon Q App.UpdateQAppPermissionsResponse.BuilderUpdateQAppPermissionsResponse.Builder. permissions(Collection<PermissionOutput> permissions)The updated list of permissions for the Amazon Q App.
-