Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.VpcLinkStatus
-
Packages that use VpcLinkStatus Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of VpcLinkStatus in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return VpcLinkStatus Modifier and Type Method Description static VpcLinkStatusVpcLinkStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VpcLinkStatusVpcLinkStatus. 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.VpcLinkStatusCreateVpcLinkResponse. vpcLinkStatus()The status of the VPC link.VpcLinkStatusGetVpcLinkResponse. vpcLinkStatus()The status of the VPC link.VpcLinkStatusUpdateVpcLinkResponse. vpcLinkStatus()The status of the VPC link.VpcLinkStatusVpcLink. vpcLinkStatus()The status of the VPC link.Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type VpcLinkStatus Modifier and Type Method Description static Set<VpcLinkStatus>VpcLinkStatus. knownValues()Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type VpcLinkStatus Modifier and Type Method Description CreateVpcLinkResponse.BuilderCreateVpcLinkResponse.Builder. vpcLinkStatus(VpcLinkStatus vpcLinkStatus)The status of the VPC link.GetVpcLinkResponse.BuilderGetVpcLinkResponse.Builder. vpcLinkStatus(VpcLinkStatus vpcLinkStatus)The status of the VPC link.UpdateVpcLinkResponse.BuilderUpdateVpcLinkResponse.Builder. vpcLinkStatus(VpcLinkStatus vpcLinkStatus)The status of the VPC link.VpcLink.BuilderVpcLink.Builder. vpcLinkStatus(VpcLinkStatus vpcLinkStatus)The status of the VPC link.
-