@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Conditional(value=OnMissingAmazonClientCondition.class) public @interface ConditionalOnMissingAmazonClient
public abstract Class<?> value
The Amazon clients that needs to be available in order to match the condition.
IMPORTANT: This condition does not verify the presence of a client, based on the type, but based on the default name as computed inAmazonWebserviceClientConfigurationUtils.getBeanName(java.lang.String)
.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.