Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
FileSystemConfig |
FileSystemConfig.clone() |
FileSystemConfig |
FileSystemConfig.withArn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
|
FileSystemConfig |
FileSystemConfig.withLocalMountPath(String localMountPath)
The path where the function can access the file system, starting with
/mnt/ . |
Modifier and Type | Method and Description |
---|---|
List<FileSystemConfig> |
FunctionConfiguration.getFileSystemConfigs()
Connection settings for an Amazon EFS file system.
|
List<FileSystemConfig> |
UpdateFunctionConfigurationResult.getFileSystemConfigs()
Connection settings for an Amazon EFS file system.
|
List<FileSystemConfig> |
UpdateFunctionConfigurationRequest.getFileSystemConfigs()
Connection settings for an Amazon EFS file system.
|
List<FileSystemConfig> |
UpdateFunctionCodeResult.getFileSystemConfigs()
Connection settings for an Amazon EFS file system.
|
List<FileSystemConfig> |
PublishVersionResult.getFileSystemConfigs()
Connection settings for an Amazon EFS file system.
|
List<FileSystemConfig> |
GetFunctionConfigurationResult.getFileSystemConfigs()
Connection settings for an Amazon EFS file system.
|
List<FileSystemConfig> |
CreateFunctionRequest.getFileSystemConfigs()
Connection settings for an Amazon EFS file system.
|
List<FileSystemConfig> |
CreateFunctionResult.getFileSystemConfigs()
Connection settings for an Amazon EFS file system.
|
Modifier and Type | Method and Description |
---|---|
FunctionConfiguration |
FunctionConfiguration.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
PublishVersionResult |
PublishVersionResult.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
CreateFunctionRequest |
CreateFunctionRequest.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
CreateFunctionResult |
CreateFunctionResult.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionConfiguration.setFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
void |
UpdateFunctionConfigurationResult.setFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
void |
UpdateFunctionConfigurationRequest.setFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
void |
UpdateFunctionCodeResult.setFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
void |
PublishVersionResult.setFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
void |
GetFunctionConfigurationResult.setFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
void |
CreateFunctionRequest.setFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
void |
CreateFunctionResult.setFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
FunctionConfiguration |
FunctionConfiguration.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
PublishVersionResult |
PublishVersionResult.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
CreateFunctionRequest |
CreateFunctionRequest.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
CreateFunctionResult |
CreateFunctionResult.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
Copyright © 2022. All rights reserved.