Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.AccessControlAttributeValue.Builder
-
Packages that use AccessControlAttributeValue.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of AccessControlAttributeValue.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return AccessControlAttributeValue.Builder Modifier and Type Method Description static AccessControlAttributeValue.Builder
AccessControlAttributeValue. builder()
AccessControlAttributeValue.Builder
AccessControlAttributeValue.Builder. source(String... source)
The identity source to use when mapping a specified attribute to IAM Identity Center.AccessControlAttributeValue.Builder
AccessControlAttributeValue.Builder. source(Collection<String> source)
The identity source to use when mapping a specified attribute to IAM Identity Center.AccessControlAttributeValue.Builder
AccessControlAttributeValue. toBuilder()
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type AccessControlAttributeValue.Builder Modifier and Type Method Description static Class<? extends AccessControlAttributeValue.Builder>
AccessControlAttributeValue. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type AccessControlAttributeValue.Builder Modifier and Type Method Description default AccessControlAttribute.Builder
AccessControlAttribute.Builder. value(Consumer<AccessControlAttributeValue.Builder> value)
The value used for mapping a specified attribute to an identity source.
-