| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static RespondToAfd |
RespondToAfd.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RespondToAfd |
VideoDescription.respondToAfd()
Use Respond to AFD to specify how the service changes the video itself in response to AFD values in the input.
|
static RespondToAfd |
RespondToAfd.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RespondToAfd[] |
RespondToAfd.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<RespondToAfd> |
RespondToAfd.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VideoDescription.Builder |
VideoDescription.Builder.respondToAfd(RespondToAfd respondToAfd)
Use Respond to AFD to specify how the service changes the video itself in response to AFD values in the
input.
|
Copyright © 2023. All rights reserved.