| Package | Description |
|---|---|
| com.baidubce.services.blb | |
| com.baidubce.services.blb.model |
| Modifier and Type | Method and Description |
|---|---|
AppIgResponse |
AppBlbClient.createAppIpGroup(AppIgRequest appIgRequest)
Create an appIpGroup with the specified options.
|
void |
AppBlbClient.createIpGroupMember(AppIgRequest appIgRequest)
Add member to the specified blb appIpGroup.
|
void |
AppBlbClient.deleteAppIpGroup(AppIgRequest appIgRequest)
Delete the special appIpGroup.
|
void |
AppBlbClient.modifyAppIpGroupAttributes(AppIgRequest appIgRequest)
Modifying the special attribute to new appIpGroup.
|
void |
AppBlbClient.modifyIpGroupMember(AppIgRequest appIgRequest)
Modifying the special members of the specified blb appIpGroup.
|
| Modifier and Type | Method and Description |
|---|---|
AppIgRequest |
AppIgRequest.withBlbId(String blbId) |
AppIgRequest |
AppIgRequest.withDesc(String desc) |
AppIgRequest |
AppIgRequest.withIpGroupId(String ipGroupId) |
AppIgRequest |
AppIgRequest.withMemberList(List<AppIpGroupMember> memberList) |
AppIgRequest |
AppIgRequest.withName(String name) |
AppIgRequest |
AppIgRequest.withRequestCredentials(BceCredentials credentials) |
Copyright © 2023. All rights reserved.