Uses of Class
software.amazon.awssdk.services.deadline.model.ManifestProperties
-
Packages that use ManifestProperties Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of ManifestProperties in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type ManifestProperties Modifier and Type Method Description List<ManifestProperties>Attachments. manifests()A list of manifests which describe job attachment configurations.Methods in software.amazon.awssdk.services.deadline.model with parameters of type ManifestProperties Modifier and Type Method Description Attachments.BuilderAttachments.Builder. manifests(ManifestProperties... manifests)A list of manifests which describe job attachment configurations.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type ManifestProperties Modifier and Type Method Description Attachments.BuilderAttachments.Builder. manifests(Collection<ManifestProperties> manifests)A list of manifests which describe job attachment configurations.
-