| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcLinkStatus |
VpcLinkStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
VpcLinkStatus |
VpcLink.vpcLinkStatus()
The status of the VPC link.
|
VpcLinkStatus |
CreateVpcLinkResponse.vpcLinkStatus()
The status of the VPC link.
|
VpcLinkStatus |
UpdateVpcLinkResponse.vpcLinkStatus()
The status of the VPC link.
|
VpcLinkStatus |
GetVpcLinkResponse.vpcLinkStatus()
The status of the VPC link.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VpcLinkStatus> |
VpcLinkStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VpcLink.Builder |
VpcLink.Builder.vpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
CreateVpcLinkResponse.Builder |
CreateVpcLinkResponse.Builder.vpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.vpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
GetVpcLinkResponse.Builder |
GetVpcLinkResponse.Builder.vpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
Copyright © 2020. All rights reserved.