| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.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.withCreatedDate(Date createdDate)
The timestamp when the VPC link was created.
|
VpcLink |
VpcLink.withName(String name)
The name of the VPC link.
|
VpcLink |
VpcLink.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
|
VpcLink |
VpcLink.withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC link.
|
VpcLink |
VpcLink.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
|
VpcLink |
VpcLink.withSubnetIds(String... subnetIds)
A list of subnet IDs to include in the VPC link.
|
VpcLink |
VpcLink.withTags(Map<String,String> tags)
Tags for the VPC link.
|
VpcLink |
VpcLink.withVpcLinkId(String vpcLinkId)
The ID of the VPC link.
|
VpcLink |
VpcLink.withVpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
|
VpcLink |
VpcLink.withVpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
VpcLink |
VpcLink.withVpcLinkStatusMessage(String vpcLinkStatusMessage)
A message summarizing the cause of the status of the VPC link.
|
VpcLink |
VpcLink.withVpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
|
VpcLink |
VpcLink.withVpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcLink> |
GetVpcLinksResult.getItems()
A collection of VPC links.
|
| Modifier and Type | Method and Description |
|---|---|
GetVpcLinksResult |
GetVpcLinksResult.withItems(VpcLink... items)
A collection of VPC links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetVpcLinksResult.setItems(Collection<VpcLink> items)
A collection of VPC links.
|
GetVpcLinksResult |
GetVpcLinksResult.withItems(Collection<VpcLink> items)
A collection of VPC links.
|
Copyright © 2024. All rights reserved.