Uses of Class
software.amazon.awssdk.services.deadline.model.JobAttachmentsFileSystem
-
Packages that use JobAttachmentsFileSystem Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of JobAttachmentsFileSystem in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return JobAttachmentsFileSystem Modifier and Type Method Description JobAttachmentsFileSystemAttachments. fileSystem()The file system.static JobAttachmentsFileSystemJobAttachmentsFileSystem. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static JobAttachmentsFileSystemJobAttachmentsFileSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static JobAttachmentsFileSystem[]JobAttachmentsFileSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type JobAttachmentsFileSystem Modifier and Type Method Description static Set<JobAttachmentsFileSystem>JobAttachmentsFileSystem. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type JobAttachmentsFileSystem Modifier and Type Method Description Attachments.BuilderAttachments.Builder. fileSystem(JobAttachmentsFileSystem fileSystem)The file system.
-