| Package | Description |
|---|---|
| com.baidubce.services.blb | |
| com.baidubce.services.blb.model | |
| com.baidubce.services.tag | |
| com.baidubce.services.tag.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBlbResponse |
AppBlbClient.createBlb(String name,
String desc,
String vpcId,
String subnetId,
List<Tag> tags)
Create a blb with the specified options.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateBlbRequest.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBlbRequest.setTags(List<Tag> tags) |
CreateBlbRequest |
CreateBlbRequest.withTags(List<Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagClient.createTags(List<Tag> tags)
Create tags.
|
void |
TagClient.deleteTags(List<Tag> tags)
Delete tags.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.withTagKey(String tagKey) |
Tag |
Tag.withTagValue(String tagValue) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsResponse.getTags() |
List<Tag> |
DeleteTagsRequest.getTags() |
List<Tag> |
CreateTagsRequest.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsResponse.setTags(List<Tag> tags) |
void |
DeleteTagsRequest.setTags(List<Tag> tags) |
void |
CreateTagsRequest.setTags(List<Tag> tags) |
DeleteTagsRequest |
DeleteTagsRequest.withTags(List<Tag> tags)
Configure list of tag for the request
|
CreateTagsRequest |
CreateTagsRequest.withTags(List<Tag> tags)
Configure list of tag for the request
|
Copyright © 2021. All rights reserved.