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