Uses of Enum
software.amazon.awssdk.crt.http.HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType
Packages that use HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType
-
Uses of HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableTypeModifier and TypeMethodDescriptionHttpProxyEnvironmentVariableSetting.getEnvironmentVariableType()Returns the enum constant of this type with the specified name.HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.http with parameters of type HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableTypeModifier and TypeMethodDescriptionvoidHttpProxyEnvironmentVariableSetting.setEnvironmentVariableType(HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType environmentVariableType) (Optional) Enable/Disable reading from environment variable for Proxy config.