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.Builder
PutFunctionCodeSigningConfigResponse. builder()
PutFunctionCodeSigningConfigResponse.Builder
PutFunctionCodeSigningConfigResponse.Builder. codeSigningConfigArn(String codeSigningConfigArn)
The The Amazon Resource Name (ARN) of the code signing configuration.PutFunctionCodeSigningConfigResponse.Builder
PutFunctionCodeSigningConfigResponse.Builder. functionName(String functionName)
The name or ARN of the Lambda function.PutFunctionCodeSigningConfigResponse.Builder
PutFunctionCodeSigningConfigResponse. 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()
-