Uses of Class
software.amazon.awssdk.services.apprunner.model.VpcIngressConnectionStatus
-
Packages that use VpcIngressConnectionStatus Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of VpcIngressConnectionStatus in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return VpcIngressConnectionStatus Modifier and Type Method Description static VpcIngressConnectionStatusVpcIngressConnectionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VpcIngressConnectionStatusVpcIngressConnection. status()The current status of the VPC Ingress Connection.static VpcIngressConnectionStatusVpcIngressConnectionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VpcIngressConnectionStatus[]VpcIngressConnectionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type VpcIngressConnectionStatus Modifier and Type Method Description static Set<VpcIngressConnectionStatus>VpcIngressConnectionStatus. knownValues()Methods in software.amazon.awssdk.services.apprunner.model with parameters of type VpcIngressConnectionStatus Modifier and Type Method Description VpcIngressConnection.BuilderVpcIngressConnection.Builder. status(VpcIngressConnectionStatus status)The current status of the VPC Ingress Connection.
-