Uses of Interface
software.amazon.awssdk.services.directoryservicedata.model.Group.Builder
-
Packages that use Group.Builder Package Description software.amazon.awssdk.services.directoryservicedata.model -
-
Uses of Group.Builder in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.model that return Group.Builder Modifier and Type Method Description static Group.BuilderGroup. builder()Group.BuilderGroup.Builder. distinguishedName(String distinguishedName)The distinguished name of the object.Group.BuilderGroup.Builder. groupScope(String groupScope)The scope of the AD group.Group.BuilderGroup.Builder. groupScope(GroupScope groupScope)The scope of the AD group.Group.BuilderGroup.Builder. groupType(String groupType)The AD group type.Group.BuilderGroup.Builder. groupType(GroupType groupType)The AD group type.Group.BuilderGroup.Builder. otherAttributes(Map<String,AttributeValue> otherAttributes)An expression of one or more attributes, data types, and the values of a group.Group.BuilderGroup.Builder. samAccountName(String samAccountName)The name of the group.Group.BuilderGroup.Builder. sid(String sid)The unique security identifier (SID) of the group.Group.BuilderGroup. toBuilder()Methods in software.amazon.awssdk.services.directoryservicedata.model that return types with arguments of type Group.Builder Modifier and Type Method Description static Class<? extends Group.Builder>Group. serializableBuilderClass()
-