@Deprecated public final class ContextConfigurationUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
REGION_PROVIDER_BEAN_NAME
Deprecated.
Name of the region provider bean.
|
Modifier and Type | Method and Description |
---|---|
static void |
registerCredentialsProvider(BeanDefinitionRegistry registry,
String accessKey,
String secretKey,
boolean instanceProfile,
String profileName,
String profilePath)
Deprecated.
|
static void |
registerInstanceDataPropertySource(BeanDefinitionRegistry registry,
String valueSeparator,
String attributeSeparator)
Deprecated.
|
static void |
registerRegionProvider(BeanDefinitionRegistry registry,
boolean autoDetect,
boolean useDefaultRegionChain,
String configuredRegion)
Deprecated.
|
public static final String REGION_PROVIDER_BEAN_NAME
public static void registerRegionProvider(BeanDefinitionRegistry registry, boolean autoDetect, boolean useDefaultRegionChain, String configuredRegion)
public static void registerCredentialsProvider(BeanDefinitionRegistry registry, String accessKey, String secretKey, boolean instanceProfile, String profileName, String profilePath)
public static void registerInstanceDataPropertySource(BeanDefinitionRegistry registry, String valueSeparator, String attributeSeparator)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.