| Package | Description |
|---|---|
| com.baidubce.services.blb | |
| com.baidubce.services.blb.model |
| Modifier and Type | Method and Description |
|---|---|
AppIgResponse |
AppBlbClient.createAppIpGroup(String blbId,
String name,
String desc,
List<AppIpGroupMember> memberList)
Create an appIpGroup with the specified options.
|
void |
AppBlbClient.createIpGroupMember(String blbId,
String ipGroupId,
List<AppIpGroupMember> memberList)
Add member to the specified blb appIpGroup.
|
void |
AppBlbClient.modifyIpGroupMember(String blbId,
String ipGroupId,
List<AppIpGroupMember> memberList)
Modifying the special members of the specified blb appIpGroup.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppIpGroupMember> |
ListAppIpGroupMemberResponse.getMemberList() |
List<AppIpGroupMember> |
AppIgRequest.getMemberList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppIpGroupMemberResponse.setMemberList(List<AppIpGroupMember> memberList) |
void |
AppIgRequest.setMemberList(List<AppIpGroupMember> memberList) |
AppIgRequest |
AppIgRequest.withMemberList(List<AppIpGroupMember> memberList) |
Copyright © 2023. All rights reserved.