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 deleteFunctionEventInvokeConfig(deleteFunctionEventInvokeConfigRequest: DeleteFunctionEventInvokeConfigRequest): M[DeleteFunctionEventInvokeConfigResponse]

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

    Permalink
  12. abstract def deleteProvisionedConcurrencyConfig(deleteProvisionedConcurrencyConfigRequest: DeleteProvisionedConcurrencyConfigRequest): M[DeleteProvisionedConcurrencyConfigResponse]

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

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

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

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

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

    Permalink
  18. abstract def getFunctionConcurrency(getFunctionConcurrencyRequest: GetFunctionConcurrencyRequest): M[GetFunctionConcurrencyResponse]

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

    Permalink
  20. abstract def getFunctionEventInvokeConfig(getFunctionEventInvokeConfigRequest: GetFunctionEventInvokeConfigRequest): M[GetFunctionEventInvokeConfigResponse]

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

    Permalink
  22. abstract def getLayerVersionByArn(getLayerVersionByArnRequest: GetLayerVersionByArnRequest): M[GetLayerVersionByArnResponse]

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

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

    Permalink
  25. abstract def getProvisionedConcurrencyConfig(getProvisionedConcurrencyConfigRequest: GetProvisionedConcurrencyConfigRequest): M[GetProvisionedConcurrencyConfigResponse]

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

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

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

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

    Permalink
  30. abstract def listFunctionEventInvokeConfigs(listFunctionEventInvokeConfigsRequest: ListFunctionEventInvokeConfigsRequest): M[ListFunctionEventInvokeConfigsResponse]

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

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

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

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

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

    Permalink
  36. abstract def listProvisionedConcurrencyConfigs(listProvisionedConcurrencyConfigsRequest: ListProvisionedConcurrencyConfigsRequest): M[ListProvisionedConcurrencyConfigsResponse]

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

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

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

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

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

    Permalink
  42. abstract def putFunctionEventInvokeConfig(putFunctionEventInvokeConfigRequest: PutFunctionEventInvokeConfigRequest): M[PutFunctionEventInvokeConfigResponse]

    Permalink
  43. abstract def putProvisionedConcurrencyConfig(putProvisionedConcurrencyConfigRequest: PutProvisionedConcurrencyConfigRequest): M[PutProvisionedConcurrencyConfigResponse]

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

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

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

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

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

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

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

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

    Permalink
  52. abstract def updateFunctionEventInvokeConfig(updateFunctionEventInvokeConfigRequest: UpdateFunctionEventInvokeConfigRequest): M[UpdateFunctionEventInvokeConfigResponse]

    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
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped