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