| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static MembershipType |
MembershipType.fromValue(String value)
Use this in place of valueOf.
|
static MembershipType |
MembershipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MembershipType[] |
MembershipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalGroup |
PrincipalGroup.withMembershipType(MembershipType membershipType)
The type of group.
|
PrincipalUser |
PrincipalUser.withMembershipType(MembershipType membershipType)
The type of group.
|
PutGroupRequest |
PutGroupRequest.withType(MembershipType type)
The type of the group.
|
MemberUser |
MemberUser.withType(MembershipType type)
The type of the user.
|
MemberGroup |
MemberGroup.withType(MembershipType type)
The type of the sub group.
|
Copyright © 2025. All rights reserved.