Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.AwsMemberBusinessTitle
-
Packages that use AwsMemberBusinessTitle Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of AwsMemberBusinessTitle in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return AwsMemberBusinessTitle Modifier and Type Method Description AwsMemberBusinessTitleAwsTeamMember. businessTitle()Specifies the Amazon Web Services team member's business title and indicates their organizational role.static AwsMemberBusinessTitleAwsMemberBusinessTitle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AwsMemberBusinessTitleAwsMemberBusinessTitle. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsMemberBusinessTitle[]AwsMemberBusinessTitle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type AwsMemberBusinessTitle Modifier and Type Method Description static Set<AwsMemberBusinessTitle>AwsMemberBusinessTitle. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type AwsMemberBusinessTitle Modifier and Type Method Description AwsTeamMember.BuilderAwsTeamMember.Builder. businessTitle(AwsMemberBusinessTitle businessTitle)Specifies the Amazon Web Services team member's business title and indicates their organizational role.
-