Uses of Class
software.amazon.awssdk.services.qbusiness.model.MemberRelation
-
Packages that use MemberRelation Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of MemberRelation in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return MemberRelation Modifier and Type Method Description static MemberRelationMemberRelation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MemberRelationAccessConfiguration. memberRelation()Describes the member relation within theAccessControlListobject.MemberRelationAccessControl. memberRelation()Describes the member relation within a principal list.static MemberRelationMemberRelation. valueOf(String name)Returns the enum constant of this type with the specified name.static MemberRelation[]MemberRelation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type MemberRelation Modifier and Type Method Description static Set<MemberRelation>MemberRelation. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type MemberRelation Modifier and Type Method Description AccessConfiguration.BuilderAccessConfiguration.Builder. memberRelation(MemberRelation memberRelation)Describes the member relation within theAccessControlListobject.AccessControl.BuilderAccessControl.Builder. memberRelation(MemberRelation memberRelation)Describes the member relation within a principal list.
-