Uses of Class
software.amazon.awssdk.services.datazone.model.UserDesignation
-
Packages that use UserDesignation Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of UserDesignation in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return UserDesignation Modifier and Type Method Description UserDesignationCreateProjectMembershipRequest. designation()The designation of the project membership.UserDesignationProjectMember. designation()The designated role of a project member.static UserDesignationUserDesignation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UserDesignationUserDesignation. valueOf(String name)Returns the enum constant of this type with the specified name.static UserDesignation[]UserDesignation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type UserDesignation Modifier and Type Method Description static Set<UserDesignation>UserDesignation. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type UserDesignation Modifier and Type Method Description CreateProjectMembershipRequest.BuilderCreateProjectMembershipRequest.Builder. designation(UserDesignation designation)The designation of the project membership.ProjectMember.BuilderProjectMember.Builder. designation(UserDesignation designation)The designated role of a project member.
-