| 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 |
|---|---|
List<Tag> |
CreateCsnRequest.getTags() |
List<Tag> |
ListCsnResponse.Csn.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCsnRequest.setTags(List<Tag> tags) |
void |
ListCsnResponse.Csn.setTags(List<Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateSubnetRequest.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSubnetRequest.setTags(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
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateVpcRequest.getTags() |
List<Tag> |
Vpc.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateVpcRequest.setTags(List<Tag> tags) |
void |
Vpc.setTags(List<Tag> tags) |
Copyright © 2025. All rights reserved.