Uses of Class
software.amazon.awssdk.services.lambda.model.CreateCodeSigningConfigResponse
-
Packages that use CreateCodeSigningConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of CreateCodeSigningConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return CreateCodeSigningConfigResponse Modifier and Type Method Description default CreateCodeSigningConfigResponse
LambdaClient. createCodeSigningConfig(Consumer<CreateCodeSigningConfigRequest.Builder> createCodeSigningConfigRequest)
Creates a code signing configuration.default CreateCodeSigningConfigResponse
LambdaClient. createCodeSigningConfig(CreateCodeSigningConfigRequest createCodeSigningConfigRequest)
Creates a code signing configuration.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type CreateCodeSigningConfigResponse Modifier and Type Method Description default CompletableFuture<CreateCodeSigningConfigResponse>
LambdaAsyncClient. createCodeSigningConfig(Consumer<CreateCodeSigningConfigRequest.Builder> createCodeSigningConfigRequest)
Creates a code signing configuration.default CompletableFuture<CreateCodeSigningConfigResponse>
LambdaAsyncClient. createCodeSigningConfig(CreateCodeSigningConfigRequest createCodeSigningConfigRequest)
Creates a code signing configuration.
-