Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
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.withTargetArns(Collection<String> targetArns)
The ARNs of network load balancers of the VPC targeted by the VPC link.
|
VpcLink |
VpcLink.withTargetArns(String... targetArns)
The ARNs of network load balancers 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 © 2018. All rights reserved.