Package org.wso2.aws.client
Class AWSGatewayConfiguration
- java.lang.Object
-
- org.wso2.aws.client.AWSGatewayConfiguration
-
- All Implemented Interfaces:
org.wso2.carbon.apimgt.api.model.GatewayAgentConfiguration
public class AWSGatewayConfiguration extends Object implements org.wso2.carbon.apimgt.api.model.GatewayAgentConfiguration
This class contains the configurations related to AWS Gateway
-
-
Constructor Summary
Constructors Constructor Description AWSGatewayConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.wso2.carbon.apimgt.api.model.ConfigurationDto>getConnectionConfigurations()StringgetDefaultHostnameTemplate()org.wso2.carbon.apimgt.api.model.GatewayPortalConfigurationgetGatewayFeatureCatalog()StringgetImplementation()StringgetType()
-
-
-
Method Detail
-
getImplementation
public String getImplementation()
- Specified by:
getImplementationin interfaceorg.wso2.carbon.apimgt.api.model.GatewayAgentConfiguration
-
getConnectionConfigurations
public List<org.wso2.carbon.apimgt.api.model.ConfigurationDto> getConnectionConfigurations()
- Specified by:
getConnectionConfigurationsin interfaceorg.wso2.carbon.apimgt.api.model.GatewayAgentConfiguration
-
getType
public String getType()
- Specified by:
getTypein interfaceorg.wso2.carbon.apimgt.api.model.GatewayAgentConfiguration
-
getGatewayFeatureCatalog
public org.wso2.carbon.apimgt.api.model.GatewayPortalConfiguration getGatewayFeatureCatalog() throws org.wso2.carbon.apimgt.api.APIManagementException- Specified by:
getGatewayFeatureCatalogin interfaceorg.wso2.carbon.apimgt.api.model.GatewayAgentConfiguration- Throws:
org.wso2.carbon.apimgt.api.APIManagementException
-
getDefaultHostnameTemplate
public String getDefaultHostnameTemplate()
- Specified by:
getDefaultHostnameTemplatein interfaceorg.wso2.carbon.apimgt.api.model.GatewayAgentConfiguration
-
-