| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static InputPolicy |
InputPolicy.fromValue(String value)
Use this in place of valueOf.
|
static InputPolicy |
InputPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputPolicy[] |
InputPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Policy |
Policy.withHttpInputs(InputPolicy httpInputs)
Allow or disallow jobs that specify HTTP inputs.
|
Policy |
Policy.withHttpsInputs(InputPolicy httpsInputs)
Allow or disallow jobs that specify HTTPS inputs.
|
Policy |
Policy.withS3Inputs(InputPolicy s3Inputs)
Allow or disallow jobs that specify Amazon S3 inputs.
|
Copyright © 2023. All rights reserved.