Uses of Class
software.amazon.awssdk.services.workmail.model.ImpersonationRoleType
-
Packages that use ImpersonationRoleType Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of ImpersonationRoleType in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return ImpersonationRoleType Modifier and Type Method Description static ImpersonationRoleTypeImpersonationRoleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImpersonationRoleTypeCreateImpersonationRoleRequest. type()The impersonation role's type.ImpersonationRoleTypeGetImpersonationRoleEffectResponse. type()The impersonation role type.ImpersonationRoleTypeGetImpersonationRoleResponse. type()The impersonation role type.ImpersonationRoleTypeImpersonationRole. type()The impersonation role type.ImpersonationRoleTypeUpdateImpersonationRoleRequest. type()The updated impersonation role type.static ImpersonationRoleTypeImpersonationRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImpersonationRoleType[]ImpersonationRoleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type ImpersonationRoleType Modifier and Type Method Description static Set<ImpersonationRoleType>ImpersonationRoleType. knownValues()Methods in software.amazon.awssdk.services.workmail.model with parameters of type ImpersonationRoleType Modifier and Type Method Description CreateImpersonationRoleRequest.BuilderCreateImpersonationRoleRequest.Builder. type(ImpersonationRoleType type)The impersonation role's type.GetImpersonationRoleEffectResponse.BuilderGetImpersonationRoleEffectResponse.Builder. type(ImpersonationRoleType type)The impersonation role type.GetImpersonationRoleResponse.BuilderGetImpersonationRoleResponse.Builder. type(ImpersonationRoleType type)The impersonation role type.ImpersonationRole.BuilderImpersonationRole.Builder. type(ImpersonationRoleType type)The impersonation role type.UpdateImpersonationRoleRequest.BuilderUpdateImpersonationRoleRequest.Builder. type(ImpersonationRoleType type)The updated impersonation role type.
-