Uses of Class
software.amazon.awssdk.services.deadline.model.FileSystemLocation
-
Packages that use FileSystemLocation Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of FileSystemLocation in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type FileSystemLocation Modifier and Type Method Description List<FileSystemLocation>CreateStorageProfileRequest. fileSystemLocations()File system paths to include in the storage profile.List<FileSystemLocation>GetStorageProfileForQueueResponse. fileSystemLocations()The location of the files for the storage profile within the queue.List<FileSystemLocation>GetStorageProfileResponse. fileSystemLocations()The location of the files for the storage profile.List<FileSystemLocation>UpdateStorageProfileRequest. fileSystemLocationsToAdd()The file system location names to add.List<FileSystemLocation>UpdateStorageProfileRequest. fileSystemLocationsToRemove()The file system location names to remove.Methods in software.amazon.awssdk.services.deadline.model with parameters of type FileSystemLocation Modifier and Type Method Description CreateStorageProfileRequest.BuilderCreateStorageProfileRequest.Builder. fileSystemLocations(FileSystemLocation... fileSystemLocations)File system paths to include in the storage profile.GetStorageProfileForQueueResponse.BuilderGetStorageProfileForQueueResponse.Builder. fileSystemLocations(FileSystemLocation... fileSystemLocations)The location of the files for the storage profile within the queue.GetStorageProfileResponse.BuilderGetStorageProfileResponse.Builder. fileSystemLocations(FileSystemLocation... fileSystemLocations)The location of the files for the storage profile.UpdateStorageProfileRequest.BuilderUpdateStorageProfileRequest.Builder. fileSystemLocationsToAdd(FileSystemLocation... fileSystemLocationsToAdd)The file system location names to add.UpdateStorageProfileRequest.BuilderUpdateStorageProfileRequest.Builder. fileSystemLocationsToRemove(FileSystemLocation... fileSystemLocationsToRemove)The file system location names to remove.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type FileSystemLocation Modifier and Type Method Description CreateStorageProfileRequest.BuilderCreateStorageProfileRequest.Builder. fileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)File system paths to include in the storage profile.GetStorageProfileForQueueResponse.BuilderGetStorageProfileForQueueResponse.Builder. fileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)The location of the files for the storage profile within the queue.GetStorageProfileResponse.BuilderGetStorageProfileResponse.Builder. fileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)The location of the files for the storage profile.UpdateStorageProfileRequest.BuilderUpdateStorageProfileRequest.Builder. fileSystemLocationsToAdd(Collection<FileSystemLocation> fileSystemLocationsToAdd)The file system location names to add.UpdateStorageProfileRequest.BuilderUpdateStorageProfileRequest.Builder. fileSystemLocationsToRemove(Collection<FileSystemLocation> fileSystemLocationsToRemove)The file system location names to remove.
-