Trait/Object

com.github.j5ik2o.reactive.aws.lambda

LambdaSyncClient

Related Docs: object LambdaSyncClient | package lambda

Permalink

trait LambdaSyncClient extends LambdaClient[[β$0$]Either[Throwable, β$0$]]

See also

https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/lambda/LambdaClient.html

Linear Supertypes
LambdaClient[[β$0$]Either[Throwable, β$0$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LambdaSyncClient
  2. LambdaClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val underlying: software.amazon.awssdk.services.lambda.LambdaClient

    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. def addLayerVersionPermission(addLayerVersionPermissionRequest: AddLayerVersionPermissionRequest): Either[Throwable, AddLayerVersionPermissionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  5. def addPermission(addPermissionRequest: AddPermissionRequest): Either[Throwable, AddPermissionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createAlias(createAliasRequest: CreateAliasRequest): Either[Throwable, CreateAliasResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  9. def createEventSourceMapping(createEventSourceMappingRequest: CreateEventSourceMappingRequest): Either[Throwable, CreateEventSourceMappingResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  10. def createFunction(createFunctionRequest: CreateFunctionRequest): Either[Throwable, CreateFunctionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  11. def deleteAlias(deleteAliasRequest: DeleteAliasRequest): Either[Throwable, DeleteAliasResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  12. def deleteEventSourceMapping(deleteEventSourceMappingRequest: DeleteEventSourceMappingRequest): Either[Throwable, DeleteEventSourceMappingResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  13. def deleteFunction(deleteFunctionRequest: DeleteFunctionRequest): Either[Throwable, DeleteFunctionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  14. def deleteFunctionConcurrency(deleteFunctionConcurrencyRequest: DeleteFunctionConcurrencyRequest): Either[Throwable, DeleteFunctionConcurrencyResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  15. def deleteLayerVersion(deleteLayerVersionRequest: DeleteLayerVersionRequest): Either[Throwable, DeleteLayerVersionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getAccountSettings(getAccountSettingsRequest: GetAccountSettingsRequest): Either[Throwable, GetAccountSettingsResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  20. def getAccountSettings(): Either[Throwable, GetAccountSettingsResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  21. def getAlias(getAliasRequest: GetAliasRequest): Either[Throwable, GetAliasResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getEventSourceMapping(getEventSourceMappingRequest: GetEventSourceMappingRequest): Either[Throwable, GetEventSourceMappingResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  24. def getFunction(getFunctionRequest: GetFunctionRequest): Either[Throwable, GetFunctionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  25. def getFunctionConfiguration(getFunctionConfigurationRequest: GetFunctionConfigurationRequest): Either[Throwable, GetFunctionConfigurationResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  26. def getLayerVersion(getLayerVersionRequest: GetLayerVersionRequest): Either[Throwable, GetLayerVersionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  27. def getLayerVersionPolicy(getLayerVersionPolicyRequest: GetLayerVersionPolicyRequest): Either[Throwable, GetLayerVersionPolicyResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  28. def getPolicy(getPolicyRequest: GetPolicyRequest): Either[Throwable, GetPolicyResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. def invoke(invokeRequest: InvokeRequest): Either[Throwable, InvokeResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def listAliases(listAliasesRequest: ListAliasesRequest): Either[Throwable, ListAliasesResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  33. def listEventSourceMappings(listEventSourceMappingsRequest: ListEventSourceMappingsRequest): Either[Throwable, ListEventSourceMappingsResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  34. def listEventSourceMappings(): Either[Throwable, ListEventSourceMappingsResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  35. def listEventSourceMappingsPaginator(listEventSourceMappingsRequest: ListEventSourceMappingsRequest): ListEventSourceMappingsIterable

    Permalink
  36. def listEventSourceMappingsPaginator(): ListEventSourceMappingsIterable

    Permalink
  37. def listFunctions(listFunctionsRequest: ListFunctionsRequest): Either[Throwable, ListFunctionsResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  38. def listFunctions(): Either[Throwable, ListFunctionsResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  39. def listFunctionsPaginator(listFunctionsRequest: ListFunctionsRequest): ListFunctionsIterable

    Permalink
  40. def listFunctionsPaginator(): ListFunctionsIterable

    Permalink
  41. def listLayerVersions(listLayerVersionsRequest: ListLayerVersionsRequest): Either[Throwable, ListLayerVersionsResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  42. def listLayers(listLayersRequest: ListLayersRequest): Either[Throwable, ListLayersResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  43. def listLayers(): Either[Throwable, ListLayersResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  44. def listTags(listTagsRequest: ListTagsRequest): Either[Throwable, ListTagsResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  45. def listVersionsByFunction(listVersionsByFunctionRequest: ListVersionsByFunctionRequest): Either[Throwable, ListVersionsByFunctionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  46. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  49. def publishLayerVersion(publishLayerVersionRequest: PublishLayerVersionRequest): Either[Throwable, PublishLayerVersionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  50. def publishVersion(publishVersionRequest: PublishVersionRequest): Either[Throwable, PublishVersionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  51. def putFunctionConcurrency(putFunctionConcurrencyRequest: PutFunctionConcurrencyRequest): Either[Throwable, PutFunctionConcurrencyResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  52. def removeLayerVersionPermission(removeLayerVersionPermissionRequest: RemoveLayerVersionPermissionRequest): Either[Throwable, RemoveLayerVersionPermissionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  53. def removePermission(removePermissionRequest: RemovePermissionRequest): Either[Throwable, RemovePermissionResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  55. def tagResource(tagResourceRequest: TagResourceRequest): Either[Throwable, TagResourceResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  56. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  57. def untagResource(untagResourceRequest: UntagResourceRequest): Either[Throwable, UntagResourceResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  58. def updateAlias(updateAliasRequest: UpdateAliasRequest): Either[Throwable, UpdateAliasResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  59. def updateEventSourceMapping(updateEventSourceMappingRequest: UpdateEventSourceMappingRequest): Either[Throwable, UpdateEventSourceMappingResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  60. def updateFunctionCode(updateFunctionCodeRequest: UpdateFunctionCodeRequest): Either[Throwable, UpdateFunctionCodeResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  61. def updateFunctionConfiguration(updateFunctionConfigurationRequest: UpdateFunctionConfigurationRequest): Either[Throwable, UpdateFunctionConfigurationResponse]

    Permalink
    Definition Classes
    LambdaSyncClientLambdaClient
  62. final def wait(): Unit

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

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

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

Inherited from LambdaClient[[β$0$]Either[Throwable, β$0$]]

Inherited from AnyRef

Inherited from Any

Ungrouped