| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.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 |
|---|---|
CreateVpcLinkResult |
CreateVpcLinkResult.withStatus(VpcLinkStatus status)
The status of the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withStatus(VpcLinkStatus status)
The status of the VPC link.
|
VpcLink |
VpcLink.withStatus(VpcLinkStatus status)
The status of the VPC link.
|
GetVpcLinkResult |
GetVpcLinkResult.withStatus(VpcLinkStatus status)
The status of the VPC link.
|
Copyright © 2022. All rights reserved.