Class

com.amazonaws.services.lambda.scala

AWSLambdaClient

Related Doc: package scala

Permalink

class AWSLambdaClient extends AnyRef

A Scala-friendly wrapper around an AWSLambdaAsync.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AWSLambdaClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AWSLambdaClient(region: String)

    Permalink

    Creates a client for the given region.

    Creates a client for the given region.

    region

    the region

  2. new AWSLambdaClient(region: Regions)

    Permalink

    Creates a client for the given region.

    Creates a client for the given region.

    region

    the region

  3. new AWSLambdaClient(region: Region)

    Permalink

    Creates a client for the given region.

    Creates a client for the given region.

    region

    the region

  4. new AWSLambdaClient(client: AWSLambdaAsync)

    Permalink

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. def addPermission(request: AddPermissionRequest): Future[AddPermissionResult]

    Permalink

    Invokes the addPermissionAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the addPermissionAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createEventSourceMapping(request: CreateEventSourceMappingRequest): Future[CreateEventSourceMappingResult]

    Permalink

    Invokes the createEventSourceMappingAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the createEventSourceMappingAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  8. def createFunction(request: CreateFunctionRequest): Future[CreateFunctionResult]

    Permalink

    Invokes the createFunctionAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the createFunctionAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  9. def deleteEventSourceMapping(request: DeleteEventSourceMappingRequest): Future[DeleteEventSourceMappingResult]

    Permalink

    Invokes the deleteEventSourceMappingAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the deleteEventSourceMappingAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  10. def deleteFunction(request: DeleteFunctionRequest): Future[BoxedUnit]

    Permalink

    Invokes the deleteFunctionAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the deleteFunctionAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getEventSourceMapping(request: GetEventSourceMappingRequest): Future[GetEventSourceMappingResult]

    Permalink

    Invokes the getEventSourceMappingAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the getEventSourceMappingAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  16. def getFunction(request: GetFunctionRequest): Future[GetFunctionResult]

    Permalink

    Invokes the getFunctionAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the getFunctionAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  17. def getFunctionConfiguration(request: GetFunctionConfigurationRequest): Future[GetFunctionConfigurationResult]

    Permalink

    Invokes the getFunctionConfigurationAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the getFunctionConfigurationAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  18. def getPolicy(request: GetPolicyRequest): Future[GetPolicyResult]

    Permalink

    Invokes the getPolicyAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the getPolicyAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def invoke(request: InvokeRequest): Future[InvokeResult]

    Permalink

    Invokes the invokeAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the invokeAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  21. def invokeAsync(request: InvokeAsyncRequest): Future[InvokeAsyncResult]

    Permalink

    Invokes the invokeAsyncAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the invokeAsyncAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def listEventSourceMappings(request: ListEventSourceMappingsRequest): Future[ListEventSourceMappingsResult]

    Permalink

    Invokes the listEventSourceMappingsAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the listEventSourceMappingsAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  24. def listFunctions(request: ListFunctionsRequest): Future[ListFunctionsResult]

    Permalink

    Invokes the listFunctionsAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the listFunctionsAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def removePermission(request: RemovePermissionRequest): Future[BoxedUnit]

    Permalink

    Invokes the removePermissionAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the removePermissionAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  29. def shutdown(): Unit

    Permalink

    Shuts down this client.

  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def updateEventSourceMapping(request: UpdateEventSourceMappingRequest): Future[UpdateEventSourceMappingResult]

    Permalink

    Invokes the updateEventSourceMappingAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the updateEventSourceMappingAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  33. def updateFunctionCode(request: UpdateFunctionCodeRequest): Future[UpdateFunctionCodeResult]

    Permalink

    Invokes the updateFunctionCodeAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the updateFunctionCodeAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  34. def updateFunctionConfiguration(request: UpdateFunctionConfigurationRequest): Future[UpdateFunctionConfigurationResult]

    Permalink

    Invokes the updateFunctionConfigurationAsync method of the underlying client and adapts the result to a Scala Future.

    Invokes the updateFunctionConfigurationAsync method of the underlying client and adapts the result to a Scala Future.

    request

    the request to send

    returns

    the future result

  35. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped