Uses of Class
software.amazon.awssdk.services.ssoadmin.model.PrincipalType
-
Packages that use PrincipalType Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of PrincipalType in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.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.PrincipalTypeAccountAssignment. principalType()The entity type for which the assignment will be created.PrincipalTypeAccountAssignmentForPrincipal. principalType()The type of the principal.PrincipalTypeAccountAssignmentOperationStatus. principalType()The entity type for which the assignment will be created.PrincipalTypeApplicationAssignment. principalType()The type of the principal assigned to the application.PrincipalTypeApplicationAssignmentForPrincipal. principalType()The type of the principal assigned to the application.PrincipalTypeCreateAccountAssignmentRequest. principalType()The entity type for which the assignment will be created.PrincipalTypeCreateApplicationAssignmentRequest. principalType()The entity type for which the assignment will be created.PrincipalTypeDeleteAccountAssignmentRequest. principalType()The entity type for which the assignment will be deleted.PrincipalTypeDeleteApplicationAssignmentRequest. principalType()The entity type for which the assignment will be deleted.PrincipalTypeDescribeApplicationAssignmentRequest. principalType()The entity type for which the assignment will be created.PrincipalTypeDescribeApplicationAssignmentResponse. principalType()The entity type for which the assignment will be created.PrincipalTypeListAccountAssignmentsForPrincipalRequest. principalType()Specifies the type of the principal.PrincipalTypeListApplicationAssignmentsForPrincipalRequest. principalType()Specifies the type of the principal for which you want to retrieve its assignments.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.ssoadmin.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.ssoadmin.model with parameters of type PrincipalType Modifier and Type Method Description AccountAssignment.BuilderAccountAssignment.Builder. principalType(PrincipalType principalType)The entity type for which the assignment will be created.AccountAssignmentForPrincipal.BuilderAccountAssignmentForPrincipal.Builder. principalType(PrincipalType principalType)The type of the principal.AccountAssignmentOperationStatus.BuilderAccountAssignmentOperationStatus.Builder. principalType(PrincipalType principalType)The entity type for which the assignment will be created.ApplicationAssignment.BuilderApplicationAssignment.Builder. principalType(PrincipalType principalType)The type of the principal assigned to the application.ApplicationAssignmentForPrincipal.BuilderApplicationAssignmentForPrincipal.Builder. principalType(PrincipalType principalType)The type of the principal assigned to the application.CreateAccountAssignmentRequest.BuilderCreateAccountAssignmentRequest.Builder. principalType(PrincipalType principalType)The entity type for which the assignment will be created.CreateApplicationAssignmentRequest.BuilderCreateApplicationAssignmentRequest.Builder. principalType(PrincipalType principalType)The entity type for which the assignment will be created.DeleteAccountAssignmentRequest.BuilderDeleteAccountAssignmentRequest.Builder. principalType(PrincipalType principalType)The entity type for which the assignment will be deleted.DeleteApplicationAssignmentRequest.BuilderDeleteApplicationAssignmentRequest.Builder. principalType(PrincipalType principalType)The entity type for which the assignment will be deleted.DescribeApplicationAssignmentRequest.BuilderDescribeApplicationAssignmentRequest.Builder. principalType(PrincipalType principalType)The entity type for which the assignment will be created.DescribeApplicationAssignmentResponse.BuilderDescribeApplicationAssignmentResponse.Builder. principalType(PrincipalType principalType)The entity type for which the assignment will be created.ListAccountAssignmentsForPrincipalRequest.BuilderListAccountAssignmentsForPrincipalRequest.Builder. principalType(PrincipalType principalType)Specifies the type of the principal.ListApplicationAssignmentsForPrincipalRequest.BuilderListApplicationAssignmentsForPrincipalRequest.Builder. principalType(PrincipalType principalType)Specifies the type of the principal for which you want to retrieve its assignments.
-