| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.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.
|
VpcLinkStatus |
GetVpcLinkResponse.status()
The status of the VPC link.
|
VpcLinkStatus |
UpdateVpcLinkResponse.status()
The status of the VPC link.
|
VpcLinkStatus |
VpcLink.status()
The status of the VPC link.
|
VpcLinkStatus |
CreateVpcLinkResponse.status()
The status of the VPC link.
|
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 |
|---|---|
static Set<VpcLinkStatus> |
VpcLinkStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetVpcLinkResponse.Builder |
GetVpcLinkResponse.Builder.status(VpcLinkStatus status)
The status of the VPC link.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.status(VpcLinkStatus status)
The status of the VPC link.
|
VpcLink.Builder |
VpcLink.Builder.status(VpcLinkStatus status)
The status of the VPC link.
|
CreateVpcLinkResponse.Builder |
CreateVpcLinkResponse.Builder.status(VpcLinkStatus status)
The status of the VPC link.
|
Copyright © 2023. All rights reserved.