Uses of Class
software.amazon.awssdk.services.quicksight.model.MemberType
-
Packages that use MemberType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of MemberType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return MemberType Modifier and Type Method Description static MemberTypeMemberType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MemberTypeCreateFolderMembershipRequest. memberType()The member type of the asset that you want to add to a folder.MemberTypeDeleteFolderMembershipRequest. memberType()The member type of the asset that you want to delete from a folder.MemberTypeFolderMember. memberType()The type of asset that it is.static MemberTypeMemberType. valueOf(String name)Returns the enum constant of this type with the specified name.static MemberType[]MemberType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type MemberType Modifier and Type Method Description static Set<MemberType>MemberType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type MemberType Modifier and Type Method Description CreateFolderMembershipRequest.BuilderCreateFolderMembershipRequest.Builder. memberType(MemberType memberType)The member type of the asset that you want to add to a folder.DeleteFolderMembershipRequest.BuilderDeleteFolderMembershipRequest.Builder. memberType(MemberType memberType)The member type of the asset that you want to delete from a folder.FolderMember.BuilderFolderMember.Builder. memberType(MemberType memberType)The type of asset that it is.
-