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.BuilderCreateFunctionRequest.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)Connection settings for an Amazon EFS file system.CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)Connection settings for an Amazon EFS file system.FunctionConfiguration.BuilderFunctionConfiguration.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)Connection settings for an Amazon EFS file system.GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)Connection settings for an Amazon EFS file system.PublishVersionResponse.BuilderPublishVersionResponse.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)Connection settings for an Amazon EFS file system.UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)Connection settings for an Amazon EFS file system.UpdateFunctionConfigurationRequest.BuilderUpdateFunctionConfigurationRequest.Builder. fileSystemConfigs(FileSystemConfig... fileSystemConfigs)Connection settings for an Amazon EFS file system.UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.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.BuilderCreateFunctionRequest.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)Connection settings for an Amazon EFS file system.CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)Connection settings for an Amazon EFS file system.FunctionConfiguration.BuilderFunctionConfiguration.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)Connection settings for an Amazon EFS file system.GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)Connection settings for an Amazon EFS file system.PublishVersionResponse.BuilderPublishVersionResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)Connection settings for an Amazon EFS file system.UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)Connection settings for an Amazon EFS file system.UpdateFunctionConfigurationRequest.BuilderUpdateFunctionConfigurationRequest.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)Connection settings for an Amazon EFS file system.UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)Connection settings for an Amazon EFS file system.
-