| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemLocation |
FileSystemLocation.clone() |
FileSystemLocation |
FileSystemLocation.withName(String name)
The location name.
|
FileSystemLocation |
FileSystemLocation.withPath(String path)
The file path.
|
FileSystemLocation |
FileSystemLocation.withType(FileSystemLocationType type)
The type of file.
|
FileSystemLocation |
FileSystemLocation.withType(String type)
The type of file.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileSystemLocation> |
GetStorageProfileForQueueResult.getFileSystemLocations()
The location of the files for the storage profile within the queue.
|
List<FileSystemLocation> |
GetStorageProfileResult.getFileSystemLocations()
The location of the files for the storage profile.
|
List<FileSystemLocation> |
CreateStorageProfileRequest.getFileSystemLocations()
File system paths to include in the storage profile.
|
List<FileSystemLocation> |
UpdateStorageProfileRequest.getFileSystemLocationsToAdd()
The file system location names to add.
|
List<FileSystemLocation> |
UpdateStorageProfileRequest.getFileSystemLocationsToRemove()
The file system location names to remove.
|
| Modifier and Type | Method and Description |
|---|---|
GetStorageProfileForQueueResult |
GetStorageProfileForQueueResult.withFileSystemLocations(FileSystemLocation... fileSystemLocations)
The location of the files for the storage profile within the queue.
|
GetStorageProfileResult |
GetStorageProfileResult.withFileSystemLocations(FileSystemLocation... fileSystemLocations)
The location of the files for the storage profile.
|
CreateStorageProfileRequest |
CreateStorageProfileRequest.withFileSystemLocations(FileSystemLocation... fileSystemLocations)
File system paths to include in the storage profile.
|
UpdateStorageProfileRequest |
UpdateStorageProfileRequest.withFileSystemLocationsToAdd(FileSystemLocation... fileSystemLocationsToAdd)
The file system location names to add.
|
UpdateStorageProfileRequest |
UpdateStorageProfileRequest.withFileSystemLocationsToRemove(FileSystemLocation... fileSystemLocationsToRemove)
The file system location names to remove.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStorageProfileForQueueResult.setFileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
The location of the files for the storage profile within the queue.
|
void |
GetStorageProfileResult.setFileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
The location of the files for the storage profile.
|
void |
CreateStorageProfileRequest.setFileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
File system paths to include in the storage profile.
|
void |
UpdateStorageProfileRequest.setFileSystemLocationsToAdd(Collection<FileSystemLocation> fileSystemLocationsToAdd)
The file system location names to add.
|
void |
UpdateStorageProfileRequest.setFileSystemLocationsToRemove(Collection<FileSystemLocation> fileSystemLocationsToRemove)
The file system location names to remove.
|
GetStorageProfileForQueueResult |
GetStorageProfileForQueueResult.withFileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
The location of the files for the storage profile within the queue.
|
GetStorageProfileResult |
GetStorageProfileResult.withFileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
The location of the files for the storage profile.
|
CreateStorageProfileRequest |
CreateStorageProfileRequest.withFileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
File system paths to include in the storage profile.
|
UpdateStorageProfileRequest |
UpdateStorageProfileRequest.withFileSystemLocationsToAdd(Collection<FileSystemLocation> fileSystemLocationsToAdd)
The file system location names to add.
|
UpdateStorageProfileRequest |
UpdateStorageProfileRequest.withFileSystemLocationsToRemove(Collection<FileSystemLocation> fileSystemLocationsToRemove)
The file system location names to remove.
|
Copyright © 2025. All rights reserved.