Uses of Class
software.amazon.awssdk.services.lambda.model.AllowedPublishers
Packages that use AllowedPublishers
-
Uses of AllowedPublishers in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return AllowedPublishersModifier and TypeMethodDescriptionfinal AllowedPublishersCodeSigningConfig.allowedPublishers()List of allowed publishers.final AllowedPublishersCreateCodeSigningConfigRequest.allowedPublishers()Signing profiles for this code signing configuration.final AllowedPublishersUpdateCodeSigningConfigRequest.allowedPublishers()Signing profiles for this code signing configuration.Methods in software.amazon.awssdk.services.lambda.model with parameters of type AllowedPublishersModifier and TypeMethodDescriptionCodeSigningConfig.Builder.allowedPublishers(AllowedPublishers allowedPublishers) List of allowed publishers.CreateCodeSigningConfigRequest.Builder.allowedPublishers(AllowedPublishers allowedPublishers) Signing profiles for this code signing configuration.UpdateCodeSigningConfigRequest.Builder.allowedPublishers(AllowedPublishers allowedPublishers) Signing profiles for this code signing configuration.