Uses of Class
software.amazon.awssdk.services.iam.model.PolicyOwnerEntityType
-
Packages that use PolicyOwnerEntityType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of PolicyOwnerEntityType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return PolicyOwnerEntityType Modifier and Type Method Description PolicyOwnerEntityTypePolicyGrantingServiceAccess. entityType()The type of entity (user or role) that used the policy to access the service to which the inline policy is attached.static PolicyOwnerEntityTypePolicyOwnerEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PolicyOwnerEntityTypeEntityInfo. type()The type of entity (user or role).static PolicyOwnerEntityTypePolicyOwnerEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyOwnerEntityType[]PolicyOwnerEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type PolicyOwnerEntityType Modifier and Type Method Description static Set<PolicyOwnerEntityType>PolicyOwnerEntityType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type PolicyOwnerEntityType Modifier and Type Method Description PolicyGrantingServiceAccess.BuilderPolicyGrantingServiceAccess.Builder. entityType(PolicyOwnerEntityType entityType)The type of entity (user or role) that used the policy to access the service to which the inline policy is attached.EntityInfo.BuilderEntityInfo.Builder. type(PolicyOwnerEntityType type)The type of entity (user or role).
-