| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
VpcLink |
VpcLink.addTagsEntry(String key,
String value)
Add a single Tags entry
|
VpcLink |
VpcLink.clearTagsEntries()
Removes all the entries added into Tags.
|
VpcLink |
VpcLink.clone() |
VpcLink |
VpcLink.withDescription(String description)
The description of the VPC link.
|
VpcLink |
VpcLink.withId(String id)
The identifier of the VpcLink.
|
VpcLink |
VpcLink.withName(String name)
The name used to label and identify the VPC link.
|
VpcLink |
VpcLink.withStatus(String status)
The status of the VPC link.
|
VpcLink |
VpcLink.withStatus(VpcLinkStatus status)
The status of the VPC link.
|
VpcLink |
VpcLink.withStatusMessage(String statusMessage)
A description about the VPC link status.
|
VpcLink |
VpcLink.withTags(Map<String,String> tags)
The collection of tags.
|
VpcLink |
VpcLink.withTargetArns(Collection<String> targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
VpcLink |
VpcLink.withTargetArns(String... targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcLink> |
GetVpcLinksResult.getItems()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetVpcLinksResult |
GetVpcLinksResult.withItems(VpcLink... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetVpcLinksResult.setItems(Collection<VpcLink> items)
The current page of elements from this collection.
|
GetVpcLinksResult |
GetVpcLinksResult.withItems(Collection<VpcLink> items)
The current page of elements from this collection.
|
Copyright © 2024. All rights reserved.