Uses of Class
software.amazon.awssdk.services.lambda.model.FileSystemConfig
Packages that use FileSystemConfig
-
Uses of FileSystemConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FileSystemConfigModifier and TypeMethodDescriptionfinal List<FileSystemConfig>CreateFunctionRequest.fileSystemConfigs()Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.final List<FileSystemConfig>CreateFunctionResponse.fileSystemConfigs()Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.final List<FileSystemConfig>FunctionConfiguration.fileSystemConfigs()Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.final List<FileSystemConfig>GetFunctionConfigurationResponse.fileSystemConfigs()Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.final List<FileSystemConfig>PublishVersionResponse.fileSystemConfigs()Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.final List<FileSystemConfig>UpdateFunctionCodeResponse.fileSystemConfigs()Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.final List<FileSystemConfig>UpdateFunctionConfigurationRequest.fileSystemConfigs()Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.final List<FileSystemConfig>UpdateFunctionConfigurationResponse.fileSystemConfigs()Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.Methods in software.amazon.awssdk.services.lambda.model with parameters of type FileSystemConfigModifier and TypeMethodDescriptionCreateFunctionRequest.Builder.fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.CreateFunctionResponse.Builder.fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.FunctionConfiguration.Builder.fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.GetFunctionConfigurationResponse.Builder.fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.PublishVersionResponse.Builder.fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.UpdateFunctionCodeResponse.Builder.fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.UpdateFunctionConfigurationRequest.Builder.fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.UpdateFunctionConfigurationResponse.Builder.fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FileSystemConfigModifier and TypeMethodDescriptionCreateFunctionRequest.Builder.fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.CreateFunctionResponse.Builder.fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.FunctionConfiguration.Builder.fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.GetFunctionConfigurationResponse.Builder.fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.PublishVersionResponse.Builder.fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.UpdateFunctionCodeResponse.Builder.fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.UpdateFunctionConfigurationRequest.Builder.fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.UpdateFunctionConfigurationResponse.Builder.fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.