Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.IamIdentityCenterGroupAttribute
-
Packages that use IamIdentityCenterGroupAttribute Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of IamIdentityCenterGroupAttribute in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return IamIdentityCenterGroupAttribute Modifier and Type Method Description static IamIdentityCenterGroupAttributeIamIdentityCenterGroupAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IamIdentityCenterGroupAttributeCreateIamIdentityCenterConfigOptions. groupAttribute()The group attribute for this IAM Identity Center integration.IamIdentityCenterGroupAttributeIamIdentityCenterConfigOptions. groupAttribute()The group attribute for this IAM Identity Center integration.IamIdentityCenterGroupAttributeUpdateIamIdentityCenterConfigOptions. groupAttribute()The group attribute for this IAM Identity Center integration.static IamIdentityCenterGroupAttributeIamIdentityCenterGroupAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static IamIdentityCenterGroupAttribute[]IamIdentityCenterGroupAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type IamIdentityCenterGroupAttribute Modifier and Type Method Description static Set<IamIdentityCenterGroupAttribute>IamIdentityCenterGroupAttribute. knownValues()Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type IamIdentityCenterGroupAttribute Modifier and Type Method Description CreateIamIdentityCenterConfigOptions.BuilderCreateIamIdentityCenterConfigOptions.Builder. groupAttribute(IamIdentityCenterGroupAttribute groupAttribute)The group attribute for this IAM Identity Center integration.IamIdentityCenterConfigOptions.BuilderIamIdentityCenterConfigOptions.Builder. groupAttribute(IamIdentityCenterGroupAttribute groupAttribute)The group attribute for this IAM Identity Center integration.UpdateIamIdentityCenterConfigOptions.BuilderUpdateIamIdentityCenterConfigOptions.Builder. groupAttribute(IamIdentityCenterGroupAttribute groupAttribute)The group attribute for this IAM Identity Center integration.
-