Uses of Class
software.amazon.awssdk.services.deadline.model.PrincipalType
-
Packages that use PrincipalType Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of PrincipalType in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return PrincipalType Modifier and Type Method Description static PrincipalTypePrincipalType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PrincipalTypeAssociateMemberToFarmRequest. principalType()The principal type of the member to associate with the farm.PrincipalTypeAssociateMemberToFleetRequest. principalType()The member's principal type to associate with the fleet.PrincipalTypeAssociateMemberToJobRequest. principalType()The member's principal type to associate with the job.PrincipalTypeAssociateMemberToQueueRequest. principalType()The member's principal type to associate with the queue.PrincipalTypeFarmMember. principalType()The principal type of the farm member.PrincipalTypeFleetMember. principalType()The principal type of the fleet member.PrincipalTypeJobMember. principalType()The principal type of the job member.PrincipalTypeQueueMember. principalType()The principal type of the queue member.static PrincipalTypePrincipalType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrincipalType[]PrincipalType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type PrincipalType Modifier and Type Method Description static Set<PrincipalType>PrincipalType. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type PrincipalType Modifier and Type Method Description AssociateMemberToFarmRequest.BuilderAssociateMemberToFarmRequest.Builder. principalType(PrincipalType principalType)The principal type of the member to associate with the farm.AssociateMemberToFleetRequest.BuilderAssociateMemberToFleetRequest.Builder. principalType(PrincipalType principalType)The member's principal type to associate with the fleet.AssociateMemberToJobRequest.BuilderAssociateMemberToJobRequest.Builder. principalType(PrincipalType principalType)The member's principal type to associate with the job.AssociateMemberToQueueRequest.BuilderAssociateMemberToQueueRequest.Builder. principalType(PrincipalType principalType)The member's principal type to associate with the queue.FarmMember.BuilderFarmMember.Builder. principalType(PrincipalType principalType)The principal type of the farm member.FleetMember.BuilderFleetMember.Builder. principalType(PrincipalType principalType)The principal type of the fleet member.JobMember.BuilderJobMember.Builder. principalType(PrincipalType principalType)The principal type of the job member.QueueMember.BuilderQueueMember.Builder. principalType(PrincipalType principalType)The principal type of the queue member.
-