Trait

com.github.j5ik2o.reactive.aws.lambda

LambdaClient

Related Doc: package lambda

Permalink

trait LambdaClient[M[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LambdaClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addLayerVersionPermission(addLayerVersionPermissionRequest: AddLayerVersionPermissionRequest): M[AddLayerVersionPermissionResponse]

    Permalink
  2. abstract def addPermission(addPermissionRequest: AddPermissionRequest): M[AddPermissionResponse]

    Permalink
  3. abstract def createAlias(createAliasRequest: CreateAliasRequest): M[CreateAliasResponse]

    Permalink
  4. abstract def createEventSourceMapping(createEventSourceMappingRequest: CreateEventSourceMappingRequest): M[CreateEventSourceMappingResponse]

    Permalink
  5. abstract def createFunction(createFunctionRequest: CreateFunctionRequest): M[CreateFunctionResponse]

    Permalink
  6. abstract def deleteAlias(deleteAliasRequest: DeleteAliasRequest): M[DeleteAliasResponse]

    Permalink
  7. abstract def deleteEventSourceMapping(deleteEventSourceMappingRequest: DeleteEventSourceMappingRequest): M[DeleteEventSourceMappingResponse]

    Permalink
  8. abstract def deleteFunction(deleteFunctionRequest: DeleteFunctionRequest): M[DeleteFunctionResponse]

    Permalink
  9. abstract def deleteFunctionConcurrency(deleteFunctionConcurrencyRequest: DeleteFunctionConcurrencyRequest): M[DeleteFunctionConcurrencyResponse]

    Permalink
  10. abstract def deleteLayerVersion(deleteLayerVersionRequest: DeleteLayerVersionRequest): M[DeleteLayerVersionResponse]

    Permalink
  11. abstract def getAccountSettings(): M[GetAccountSettingsResponse]

    Permalink
  12. abstract def getAccountSettings(getAccountSettingsRequest: GetAccountSettingsRequest): M[GetAccountSettingsResponse]

    Permalink
  13. abstract def getAlias(getAliasRequest: GetAliasRequest): M[GetAliasResponse]

    Permalink
  14. abstract def getEventSourceMapping(getEventSourceMappingRequest: GetEventSourceMappingRequest): M[GetEventSourceMappingResponse]

    Permalink
  15. abstract def getFunction(getFunctionRequest: GetFunctionRequest): M[GetFunctionResponse]

    Permalink
  16. abstract def getFunctionConfiguration(getFunctionConfigurationRequest: GetFunctionConfigurationRequest): M[GetFunctionConfigurationResponse]

    Permalink
  17. abstract def getLayerVersion(getLayerVersionRequest: GetLayerVersionRequest): M[GetLayerVersionResponse]

    Permalink
  18. abstract def getLayerVersionPolicy(getLayerVersionPolicyRequest: GetLayerVersionPolicyRequest): M[GetLayerVersionPolicyResponse]

    Permalink
  19. abstract def getPolicy(getPolicyRequest: GetPolicyRequest): M[GetPolicyResponse]

    Permalink
  20. abstract def invoke(invokeRequest: InvokeRequest): M[InvokeResponse]

    Permalink
  21. abstract def listAliases(listAliasesRequest: ListAliasesRequest): M[ListAliasesResponse]

    Permalink
  22. abstract def listEventSourceMappings(): M[ListEventSourceMappingsResponse]

    Permalink
  23. abstract def listEventSourceMappings(listEventSourceMappingsRequest: ListEventSourceMappingsRequest): M[ListEventSourceMappingsResponse]

    Permalink
  24. abstract def listFunctions(): M[ListFunctionsResponse]

    Permalink
  25. abstract def listFunctions(listFunctionsRequest: ListFunctionsRequest): M[ListFunctionsResponse]

    Permalink
  26. abstract def listLayerVersions(listLayerVersionsRequest: ListLayerVersionsRequest): M[ListLayerVersionsResponse]

    Permalink
  27. abstract def listLayers(): M[ListLayersResponse]

    Permalink
  28. abstract def listLayers(listLayersRequest: ListLayersRequest): M[ListLayersResponse]

    Permalink
  29. abstract def listTags(listTagsRequest: ListTagsRequest): M[ListTagsResponse]

    Permalink
  30. abstract def listVersionsByFunction(listVersionsByFunctionRequest: ListVersionsByFunctionRequest): M[ListVersionsByFunctionResponse]

    Permalink
  31. abstract def publishLayerVersion(publishLayerVersionRequest: PublishLayerVersionRequest): M[PublishLayerVersionResponse]

    Permalink
  32. abstract def publishVersion(publishVersionRequest: PublishVersionRequest): M[PublishVersionResponse]

    Permalink
  33. abstract def putFunctionConcurrency(putFunctionConcurrencyRequest: PutFunctionConcurrencyRequest): M[PutFunctionConcurrencyResponse]

    Permalink
  34. abstract def removeLayerVersionPermission(removeLayerVersionPermissionRequest: RemoveLayerVersionPermissionRequest): M[RemoveLayerVersionPermissionResponse]

    Permalink
  35. abstract def removePermission(removePermissionRequest: RemovePermissionRequest): M[RemovePermissionResponse]

    Permalink
  36. abstract def tagResource(tagResourceRequest: TagResourceRequest): M[TagResourceResponse]

    Permalink
  37. abstract def untagResource(untagResourceRequest: UntagResourceRequest): M[UntagResourceResponse]

    Permalink
  38. abstract def updateAlias(updateAliasRequest: UpdateAliasRequest): M[UpdateAliasResponse]

    Permalink
  39. abstract def updateEventSourceMapping(updateEventSourceMappingRequest: UpdateEventSourceMappingRequest): M[UpdateEventSourceMappingResponse]

    Permalink
  40. abstract def updateFunctionCode(updateFunctionCodeRequest: UpdateFunctionCodeRequest): M[UpdateFunctionCodeResponse]

    Permalink
  41. abstract def updateFunctionConfiguration(updateFunctionConfigurationRequest: UpdateFunctionConfigurationRequest): M[UpdateFunctionConfigurationResponse]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped