Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert.model |
Modifier and Type | Method and Description |
---|---|
static SimulateReservedQueue |
SimulateReservedQueue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SimulateReservedQueue |
CreateJobRequest.simulateReservedQueue()
Optional.
|
SimulateReservedQueue |
Job.simulateReservedQueue()
Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need.
|
static SimulateReservedQueue |
SimulateReservedQueue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimulateReservedQueue[] |
SimulateReservedQueue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<SimulateReservedQueue> |
SimulateReservedQueue.knownValues()
|
Modifier and Type | Method and Description |
---|---|
CreateJobRequest.Builder |
CreateJobRequest.Builder.simulateReservedQueue(SimulateReservedQueue simulateReservedQueue)
Optional.
|
Job.Builder |
Job.Builder.simulateReservedQueue(SimulateReservedQueue simulateReservedQueue)
Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need.
|
Copyright © 2023. All rights reserved.