Uses of Enum
software.amazon.awssdk.services.apigateway.model.VpcLinkStatus
Packages that use VpcLinkStatus
-
Uses of VpcLinkStatus in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return VpcLinkStatusModifier and TypeMethodDescriptionstatic VpcLinkStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final VpcLinkStatusCreateVpcLinkResponse.status()The status of the VPC link.final VpcLinkStatusGetVpcLinkResponse.status()The status of the VPC link.final VpcLinkStatusUpdateVpcLinkResponse.status()The status of the VPC link.final VpcLinkStatusVpcLink.status()The status of the VPC link.static VpcLinkStatusReturns 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.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type VpcLinkStatusMethods in software.amazon.awssdk.services.apigateway.model with parameters of type VpcLinkStatusModifier and TypeMethodDescriptionCreateVpcLinkResponse.Builder.status(VpcLinkStatus status) The status of the VPC link.GetVpcLinkResponse.Builder.status(VpcLinkStatus status) The status of the VPC link.UpdateVpcLinkResponse.Builder.status(VpcLinkStatus status) The status of the VPC link.VpcLink.Builder.status(VpcLinkStatus status) The status of the VPC link.