Uses of Class
software.amazon.awssdk.services.mediaconvert.model.JobEngineVersion
-
Packages that use JobEngineVersion Package Description software.amazon.awssdk.services.mediaconvert.model software.amazon.awssdk.services.mediaconvert.paginators -
-
Uses of JobEngineVersion in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type JobEngineVersion Modifier and Type Method Description List<JobEngineVersion>ListVersionsResponse. versions()Retrieve a JSON array of all available Job engine versions and the date they expire.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type JobEngineVersion Modifier and Type Method Description ListVersionsResponse.BuilderListVersionsResponse.Builder. versions(JobEngineVersion... versions)Retrieve a JSON array of all available Job engine versions and the date they expire.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type JobEngineVersion Modifier and Type Method Description ListVersionsResponse.BuilderListVersionsResponse.Builder. versions(Collection<JobEngineVersion> versions)Retrieve a JSON array of all available Job engine versions and the date they expire. -
Uses of JobEngineVersion in software.amazon.awssdk.services.mediaconvert.paginators
Methods in software.amazon.awssdk.services.mediaconvert.paginators that return types with arguments of type JobEngineVersion Modifier and Type Method Description SdkIterable<JobEngineVersion>ListVersionsIterable. versions()Returns an iterable to iterate through the paginatedListVersionsResponse.versions()member.SdkPublisher<JobEngineVersion>ListVersionsPublisher. versions()Returns a publisher that can be used to get a stream of data.
-