| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalType |
PrincipalType.fromValue(String value)
Use this in place of valueOf.
|
static PrincipalType |
PrincipalType.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.
|
| Modifier and Type | Method and Description |
|---|---|
QueueMember |
QueueMember.withPrincipalType(PrincipalType principalType)
The principal type of the queue member.
|
JobMember |
JobMember.withPrincipalType(PrincipalType principalType)
The principal type of the job member.
|
FleetMember |
FleetMember.withPrincipalType(PrincipalType principalType)
The principal type of the fleet member.
|
FarmMember |
FarmMember.withPrincipalType(PrincipalType principalType)
The principal type of the farm member.
|
AssociateMemberToQueueRequest |
AssociateMemberToQueueRequest.withPrincipalType(PrincipalType principalType)
The member's principal type to associate with the queue.
|
AssociateMemberToJobRequest |
AssociateMemberToJobRequest.withPrincipalType(PrincipalType principalType)
The member's principal type to associate with the job.
|
AssociateMemberToFleetRequest |
AssociateMemberToFleetRequest.withPrincipalType(PrincipalType principalType)
The member's principal type to associate with the fleet.
|
AssociateMemberToFarmRequest |
AssociateMemberToFarmRequest.withPrincipalType(PrincipalType principalType)
The principal type of the member to associate with the farm.
|
Copyright © 2024. All rights reserved.