Package 

Interface ResourcesFactory

  • All Implemented Interfaces:
    pl.wrzasq.cform.commons.config.BaseResourcesFactory

    
    public interface ResourcesFactory
     implements BaseResourcesFactory<ResourceModel>
                        

    Factory for resource handler resources.

    • Method Summary

      Modifier and Type Method Description
      abstract ProxyClient<OrganizationsClient> getClient(AmazonWebServicesClientProxy proxy) Creates AWS service client proxy.
      abstract NativeLambdaApi getApi()
      abstract LambdaWrapper<ResourceModel, StdCallbackContext> getLambdaHandler()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClient

         abstract ProxyClient<OrganizationsClient> getClient(AmazonWebServicesClientProxy proxy)

        Creates AWS service client proxy.

      • getApi

         abstract NativeLambdaApi getApi()