| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcLinkVersion |
VpcLinkVersion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VpcLinkVersion |
VpcLinkVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpcLinkVersion[] |
VpcLinkVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VpcLinkVersion |
VpcLink.vpcLinkVersion()
The version of the VPC link.
|
VpcLinkVersion |
GetVpcLinkResponse.vpcLinkVersion()
The version of the VPC link.
|
VpcLinkVersion |
CreateVpcLinkResponse.vpcLinkVersion()
The version of the VPC link.
|
VpcLinkVersion |
UpdateVpcLinkResponse.vpcLinkVersion()
The version of the VPC link.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VpcLinkVersion> |
VpcLinkVersion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VpcLink.Builder |
VpcLink.Builder.vpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
|
GetVpcLinkResponse.Builder |
GetVpcLinkResponse.Builder.vpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
|
CreateVpcLinkResponse.Builder |
CreateVpcLinkResponse.Builder.vpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.vpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
|
Copyright © 2023. All rights reserved.