Uses of Interface
software.amazon.awssdk.services.directoryservicedata.model.CreateGroupResponse.Builder
-
Packages that use CreateGroupResponse.Builder Package Description software.amazon.awssdk.services.directoryservicedata.model -
-
Uses of CreateGroupResponse.Builder in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.model that return CreateGroupResponse.Builder Modifier and Type Method Description static CreateGroupResponse.BuilderCreateGroupResponse. builder()CreateGroupResponse.BuilderCreateGroupResponse.Builder. directoryId(String directoryId)The identifier (ID) of the directory that's associated with the group.CreateGroupResponse.BuilderCreateGroupResponse.Builder. samAccountName(String samAccountName)The name of the group.CreateGroupResponse.BuilderCreateGroupResponse.Builder. sid(String sid)The unique security identifier (SID) of the group.CreateGroupResponse.BuilderCreateGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.directoryservicedata.model that return types with arguments of type CreateGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateGroupResponse.Builder>CreateGroupResponse. serializableBuilderClass()
-