Class LambdaResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.lambda.model.LambdaResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AddLayerVersionPermissionResponse,AddPermissionResponse,CreateAliasResponse,CreateCodeSigningConfigResponse,CreateEventSourceMappingResponse,CreateFunctionResponse,CreateFunctionUrlConfigResponse,DeleteAliasResponse,DeleteCodeSigningConfigResponse,DeleteEventSourceMappingResponse,DeleteFunctionCodeSigningConfigResponse,DeleteFunctionConcurrencyResponse,DeleteFunctionEventInvokeConfigResponse,DeleteFunctionResponse,DeleteFunctionUrlConfigResponse,DeleteLayerVersionResponse,DeleteProvisionedConcurrencyConfigResponse,GetAccountSettingsResponse,GetAliasResponse,GetCodeSigningConfigResponse,GetEventSourceMappingResponse,GetFunctionCodeSigningConfigResponse,GetFunctionConcurrencyResponse,GetFunctionConfigurationResponse,GetFunctionEventInvokeConfigResponse,GetFunctionRecursionConfigResponse,GetFunctionResponse,GetFunctionUrlConfigResponse,GetLayerVersionByArnResponse,GetLayerVersionPolicyResponse,GetLayerVersionResponse,GetPolicyResponse,GetProvisionedConcurrencyConfigResponse,GetRuntimeManagementConfigResponse,InvokeResponse,InvokeWithResponseStreamResponse,ListAliasesResponse,ListCodeSigningConfigsResponse,ListEventSourceMappingsResponse,ListFunctionEventInvokeConfigsResponse,ListFunctionsByCodeSigningConfigResponse,ListFunctionsResponse,ListFunctionUrlConfigsResponse,ListLayersResponse,ListLayerVersionsResponse,ListProvisionedConcurrencyConfigsResponse,ListTagsResponse,ListVersionsByFunctionResponse,PublishLayerVersionResponse,PublishVersionResponse,PutFunctionCodeSigningConfigResponse,PutFunctionConcurrencyResponse,PutFunctionEventInvokeConfigResponse,PutFunctionRecursionConfigResponse,PutProvisionedConcurrencyConfigResponse,PutRuntimeManagementConfigResponse,RemoveLayerVersionPermissionResponse,RemovePermissionResponse,TagResourceResponse,UntagResourceResponse,UpdateAliasResponse,UpdateCodeSigningConfigResponse,UpdateEventSourceMappingResponse,UpdateFunctionCodeResponse,UpdateFunctionConfigurationResponse,UpdateFunctionEventInvokeConfigResponse,UpdateFunctionUrlConfigResponse
@Generated("software.amazon.awssdk:codegen") public abstract class LambdaResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLambdaResponse.Builderprotected static classLambdaResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedLambdaResponse(LambdaResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LambdaResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
LambdaResponse
protected LambdaResponse(LambdaResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public LambdaResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-