Uses of Class
software.amazon.awssdk.services.apprunner.model.EgressType
-
Packages that use EgressType Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of EgressType in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return EgressType Modifier and Type Method Description EgressTypeEgressConfiguration. egressType()The type of egress configuration.static EgressTypeEgressType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EgressTypeEgressType. valueOf(String name)Returns the enum constant of this type with the specified name.static EgressType[]EgressType. 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 EgressType Modifier and Type Method Description static Set<EgressType>EgressType. knownValues()Methods in software.amazon.awssdk.services.apprunner.model with parameters of type EgressType Modifier and Type Method Description EgressConfiguration.BuilderEgressConfiguration.Builder. egressType(EgressType egressType)The type of egress configuration.
-