public class PropertyDefinition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AwsWrapperProperty |
AUTO_SORT_PLUGIN_ORDER |
static AwsWrapperProperty |
CONNECT_TIMEOUT |
static AwsWrapperProperty |
DATABASE |
static AwsWrapperProperty |
ENABLE_TELEMETRY |
static AwsWrapperProperty |
LOG_UNCLOSED_CONNECTIONS |
static AwsWrapperProperty |
LOGGER_LEVEL |
static AwsWrapperProperty |
LOGIN_TIMEOUT |
static AwsWrapperProperty |
PASSWORD |
static AwsWrapperProperty |
PLUGINS |
static AwsWrapperProperty |
PROFILE_NAME |
static AwsWrapperProperty |
SOCKET_TIMEOUT |
static AwsWrapperProperty |
TCP_KEEP_ALIVE |
static AwsWrapperProperty |
TELEMETRY_METRICS_BACKEND |
static AwsWrapperProperty |
TELEMETRY_SUBMIT_TOPLEVEL |
static AwsWrapperProperty |
TELEMETRY_TRACES_BACKEND |
static AwsWrapperProperty |
USER |
| Constructor and Description |
|---|
PropertyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<AwsWrapperProperty> |
allProperties() |
static @Nullable AwsWrapperProperty |
byName(java.lang.String name) |
static void |
registerPluginProperties(java.lang.Class<?> pluginClass) |
static void |
registerPluginProperties(@NonNull java.lang.String propertyNamePrefix) |
static void |
removeAll(java.util.Properties props) |
static void |
removeAllExcept(java.util.Properties props,
java.lang.String... propNames) |
static void |
removeAllExceptCredentials(java.util.Properties props) |
public static final AwsWrapperProperty LOG_UNCLOSED_CONNECTIONS
public static final AwsWrapperProperty LOGGER_LEVEL
public static final AwsWrapperProperty PLUGINS
public static final AwsWrapperProperty AUTO_SORT_PLUGIN_ORDER
public static final AwsWrapperProperty PROFILE_NAME
public static final AwsWrapperProperty USER
public static final AwsWrapperProperty PASSWORD
public static final AwsWrapperProperty DATABASE
public static final AwsWrapperProperty ENABLE_TELEMETRY
public static final AwsWrapperProperty TELEMETRY_SUBMIT_TOPLEVEL
public static final AwsWrapperProperty TELEMETRY_TRACES_BACKEND
public static final AwsWrapperProperty TELEMETRY_METRICS_BACKEND
public static final AwsWrapperProperty LOGIN_TIMEOUT
public static final AwsWrapperProperty CONNECT_TIMEOUT
public static final AwsWrapperProperty SOCKET_TIMEOUT
public static final AwsWrapperProperty TCP_KEEP_ALIVE
public static @Nullable AwsWrapperProperty byName(java.lang.String name)
public static java.util.Collection<AwsWrapperProperty> allProperties()
public static void registerPluginProperties(java.lang.Class<?> pluginClass)
public static void registerPluginProperties(@NonNull java.lang.String propertyNamePrefix)
public static void removeAll(java.util.Properties props)
public static void removeAllExcept(java.util.Properties props,
java.lang.String... propNames)
public static void removeAllExceptCredentials(java.util.Properties props)