Uses of Class
software.amazon.awssdk.services.chime.model.RoomMembershipRole
-
Packages that use RoomMembershipRole Package Description software.amazon.awssdk.services.chime.model -
-
Uses of RoomMembershipRole in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return RoomMembershipRole Modifier and Type Method Description static RoomMembershipRoleRoomMembershipRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RoomMembershipRoleCreateRoomMembershipRequest. role()The role of the member.RoomMembershipRoleMembershipItem. role()The member role.RoomMembershipRoleRoomMembership. role()The membership role.RoomMembershipRoleUpdateRoomMembershipRequest. role()The role of the member.static RoomMembershipRoleRoomMembershipRole. valueOf(String name)Returns the enum constant of this type with the specified name.static RoomMembershipRole[]RoomMembershipRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type RoomMembershipRole Modifier and Type Method Description static Set<RoomMembershipRole>RoomMembershipRole. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type RoomMembershipRole Modifier and Type Method Description CreateRoomMembershipRequest.BuilderCreateRoomMembershipRequest.Builder. role(RoomMembershipRole role)The role of the member.MembershipItem.BuilderMembershipItem.Builder. role(RoomMembershipRole role)The member role.RoomMembership.BuilderRoomMembership.Builder. role(RoomMembershipRole role)The membership role.UpdateRoomMembershipRequest.BuilderUpdateRoomMembershipRequest.Builder. role(RoomMembershipRole role)The role of the member.
-