public class BaseRegionAwarePluginExtension<T extends com.amazonaws.AmazonWebServiceClient> extends BasePluginExtension<T>
| Constructor and Description |
|---|
BaseRegionAwarePluginExtension(org.gradle.api.Project project,
java.lang.Class<T> awsClientClass) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
initClient() |
protected boolean |
isRegionRequired()
Most clients require a region to be set, but a few allow it to be optional.
|
buildClientConfigurationpublic BaseRegionAwarePluginExtension(org.gradle.api.Project project,
java.lang.Class<T> awsClientClass)
protected T initClient()
initClient in class BasePluginExtension<T extends com.amazonaws.AmazonWebServiceClient>protected boolean isRegionRequired()