Uses of Class
software.amazon.awssdk.services.qapps.model.PermissionInput
-
Packages that use PermissionInput Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of PermissionInput in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type PermissionInput Modifier and Type Method Description List<PermissionInput>UpdateQAppPermissionsRequest. grantPermissions()The list of permissions to grant for the Amazon Q App.List<PermissionInput>UpdateQAppPermissionsRequest. revokePermissions()The list of permissions to revoke for the Amazon Q App.Methods in software.amazon.awssdk.services.qapps.model with parameters of type PermissionInput Modifier and Type Method Description UpdateQAppPermissionsRequest.BuilderUpdateQAppPermissionsRequest.Builder. grantPermissions(PermissionInput... grantPermissions)The list of permissions to grant for the Amazon Q App.UpdateQAppPermissionsRequest.BuilderUpdateQAppPermissionsRequest.Builder. revokePermissions(PermissionInput... revokePermissions)The list of permissions to revoke for the Amazon Q App.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type PermissionInput Modifier and Type Method Description UpdateQAppPermissionsRequest.BuilderUpdateQAppPermissionsRequest.Builder. grantPermissions(Collection<PermissionInput> grantPermissions)The list of permissions to grant for the Amazon Q App.UpdateQAppPermissionsRequest.BuilderUpdateQAppPermissionsRequest.Builder. revokePermissions(Collection<PermissionInput> revokePermissions)The list of permissions to revoke for the Amazon Q App.
-