Uses of Class
software.amazon.awssdk.services.apprunner.model.VpcConnectorStatus
-
Packages that use VpcConnectorStatus Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of VpcConnectorStatus in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return VpcConnectorStatus Modifier and Type Method Description static VpcConnectorStatusVpcConnectorStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VpcConnectorStatusVpcConnector. status()The current state of the VPC connector.static VpcConnectorStatusVpcConnectorStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VpcConnectorStatus[]VpcConnectorStatus. 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 VpcConnectorStatus Modifier and Type Method Description static Set<VpcConnectorStatus>VpcConnectorStatus. knownValues()Methods in software.amazon.awssdk.services.apprunner.model with parameters of type VpcConnectorStatus Modifier and Type Method Description VpcConnector.BuilderVpcConnector.Builder. status(VpcConnectorStatus status)The current state of the VPC connector.
-