Uses of Interface
software.amazon.awssdk.services.lambda.model.GetFunctionCodeSigningConfigResponse.Builder
-
Packages that use GetFunctionCodeSigningConfigResponse.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of GetFunctionCodeSigningConfigResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return GetFunctionCodeSigningConfigResponse.Builder Modifier and Type Method Description static GetFunctionCodeSigningConfigResponse.BuilderGetFunctionCodeSigningConfigResponse. builder()GetFunctionCodeSigningConfigResponse.BuilderGetFunctionCodeSigningConfigResponse.Builder. codeSigningConfigArn(String codeSigningConfigArn)The The Amazon Resource Name (ARN) of the code signing configuration.GetFunctionCodeSigningConfigResponse.BuilderGetFunctionCodeSigningConfigResponse.Builder. functionName(String functionName)The name or ARN of the Lambda function.GetFunctionCodeSigningConfigResponse.BuilderGetFunctionCodeSigningConfigResponse. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type GetFunctionCodeSigningConfigResponse.Builder Modifier and Type Method Description static Class<? extends GetFunctionCodeSigningConfigResponse.Builder>GetFunctionCodeSigningConfigResponse. serializableBuilderClass()
-