| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static RoomMembershipRole |
RoomMembershipRole.fromValue(String value)
Use this in place of valueOf.
|
static RoomMembershipRole |
RoomMembershipRole.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRoomMembershipRequest |
CreateRoomMembershipRequest.withRole(RoomMembershipRole role)
The role of the member.
|
UpdateRoomMembershipRequest |
UpdateRoomMembershipRequest.withRole(RoomMembershipRole role)
The role of the member.
|
RoomMembership |
RoomMembership.withRole(RoomMembershipRole role)
The membership role.
|
MembershipItem |
MembershipItem.withRole(RoomMembershipRole role)
The member role.
|
Copyright © 2024. All rights reserved.