Uses of Class
software.amazon.awssdk.services.repostspace.model.Role
-
Packages that use Role Package Description software.amazon.awssdk.services.repostspace.model -
-
Uses of Role in software.amazon.awssdk.services.repostspace.model
Methods in software.amazon.awssdk.services.repostspace.model that return Role Modifier and Type Method Description static RoleRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RoleBatchAddRoleRequest. role()The role to add to the users or groups.RoleBatchRemoveRoleRequest. role()The role to remove from the users or groups.static RoleRole. valueOf(String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.repostspace.model that return types with arguments of type Role Modifier and Type Method Description static Set<Role>Role. knownValues()Map<String,List<Role>>GetSpaceResponse. roles()A map of accessor identifiers and their roles.Methods in software.amazon.awssdk.services.repostspace.model with parameters of type Role Modifier and Type Method Description BatchAddRoleRequest.BuilderBatchAddRoleRequest.Builder. role(Role role)The role to add to the users or groups.BatchRemoveRoleRequest.BuilderBatchRemoveRoleRequest.Builder. role(Role role)The role to remove from the users or groups.
-