Package io.quarkus.amazon.lambda.runtime
Class ClientImpl
java.lang.Object
io.quarkus.amazon.lambda.runtime.ClientImpl
- All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getTitle()
void
void
setPackageName
(String packageName) void
void
setVersionCode
(String versionCode) void
setVersionName
(String versionName)
-
Constructor Details
-
ClientImpl
public ClientImpl()
-
-
Method Details
-
getId
-
setId
-
getTitle
-
setTitle
-
getVersionName
-
setVersionName
-
getVersionCode
-
setVersionCode
-
getPackageName
-
setPackageName
-
getInstallationId
- Specified by:
getInstallationId
in interfacecom.amazonaws.services.lambda.runtime.Client
-
getAppTitle
- Specified by:
getAppTitle
in interfacecom.amazonaws.services.lambda.runtime.Client
-
getAppVersionName
- Specified by:
getAppVersionName
in interfacecom.amazonaws.services.lambda.runtime.Client
-
getAppVersionCode
- Specified by:
getAppVersionCode
in interfacecom.amazonaws.services.lambda.runtime.Client
-
getAppPackageName
- Specified by:
getAppPackageName
in interfacecom.amazonaws.services.lambda.runtime.Client
-