Uses of Class
software.amazon.awssdk.services.lambda.model.FileSystemConfig
-
Packages that use FileSystemConfig Package Description software.amazon.awssdk.services.lambda.model -
-
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 FileSystemConfig Modifier and Type Method Description List<FileSystemConfig>
CreateFunctionRequest. fileSystemConfigs()
Connection settings for an Amazon EFS file system.List<FileSystemConfig>
CreateFunctionResponse. fileSystemConfigs()
Connection settings for an Amazon EFS file system.List<FileSystemConfig>
FunctionConfiguration. fileSystemConfigs()
Connection settings for an Amazon EFS file system.List<FileSystemConfig>
GetFunctionConfigurationResponse. fileSystemConfigs()
Connection settings for an Amazon EFS file system.List<FileSystemConfig>
PublishVersionResponse. fileSystemConfigs()
Connection settings for an Amazon EFS file system.List<FileSystemConfig>
UpdateFunctionCodeResponse. fileSystemConfigs()
Connection settings for an Amazon EFS file system.List<FileSystemConfig>
UpdateFunctionConfigurationRequest. fileSystemConfigs()
Connection settings for an Amazon EFS file system.List<FileSystemConfig>
UpdateFunctionConfigurationResponse. fileSystemConfigs()
Connection settings for an Amazon EFS file system.Methods in software.amazon.awssdk.services.lambda.model with parameters of type FileSystemConfig Modifier and Type Method Description CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.FunctionConfiguration.Builder
FunctionConfiguration.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.PublishVersionResponse.Builder
PublishVersionResponse.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.UpdateFunctionConfigurationRequest.Builder
UpdateFunctionConfigurationRequest.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FileSystemConfig Modifier and Type Method Description CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.FunctionConfiguration.Builder
FunctionConfiguration.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.PublishVersionResponse.Builder
PublishVersionResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.UpdateFunctionConfigurationRequest.Builder
UpdateFunctionConfigurationRequest.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
-