| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcLinkStatus |
VpcLinkStatus.fromValue(String value)
Use this in place of valueOf.
|
static VpcLinkStatus |
VpcLinkStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpcLinkStatus[] |
VpcLinkStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withVpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
GetVpcLinkResult |
GetVpcLinkResult.withVpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
VpcLink |
VpcLink.withVpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withVpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
Copyright © 2020. All rights reserved.